Searched refs:B (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ |
| D | math_Geometry.cpp | 430 DistSqPoint3ToAABB(const VEC3* P, const AABB* B, VEC3* q) in DistSqPoint3ToAABB() argument 437 if (v < B->Pmin.x) in DistSqPoint3ToAABB() 439 sqDist += (B->Pmin.x - v) * (B->Pmin.x - v); in DistSqPoint3ToAABB() 440 vv = B->Pmin.x; in DistSqPoint3ToAABB() 442 else if (v > B->Pmax.x) in DistSqPoint3ToAABB() 444 sqDist += (B->Pmax.x - v) * (B->Pmax.x - v); in DistSqPoint3ToAABB() 445 vv = B->Pmax.x; in DistSqPoint3ToAABB() 451 if (v < B->Pmin.y) in DistSqPoint3ToAABB() 453 sqDist += (B->Pmin.y - v) * (B->Pmin.y - v); in DistSqPoint3ToAABB() 454 vv = B->Pmin.y; in DistSqPoint3ToAABB() [all …]
|
| D | math_Equation.cpp | 96 f32 B = c / spow<2>(A); in SolveEquation2() local 97 f32 D = 1 - B; in SolveEquation2() 104 root[1] = A * B / C; in SolveEquation2() 207 f32 B = c / (a * A * A); in SolveEquation2() local 208 f32 D = 1 - B; in SolveEquation2() 215 root[1] = A * B / C; in SolveEquation2()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/util/ |
| D | util_StaticAssert.h | 45 …#define NN_STATIC_ASSERT(B) typedef ::nn::util::detail::static_assert_test<sizeof(::nn::util::STAT…
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 208 PLANE(f32 A, f32 B, f32 C, f32 D, bool isNormalized = false) 209 : N(A, B, C), d(D) in N() 441 bool IntersectAABB(const AABB* B) const; 444 IntersectionResult IntersectAABB_Ex(const AABB* B) const; 459 f32 DistSqPoint3ToAABB(const VEC3* P, const AABB* B, VEC3* q); 490 bool IntersectionPlaneAABB(const PLANE* J, const AABB* B); 504 IntersectionAABBFrustum(const AABB* B, const FRUSTUM* F) in IntersectionAABBFrustum() argument 506 return F->IntersectAABB(B); in IntersectionAABBFrustum() 511 IntersectionAABBFrustumEx(const AABB* B, const FRUSTUM* F) in IntersectionAABBFrustumEx() argument 513 return F->IntersectAABB_Ex(B); in IntersectionAABBFrustumEx()
|
| /CTR-SDK-1.0.0/CTR_SDK/resources/specfiles/ |
| D | Application.desc | 15 AAAAAAAAAAD+//vw/7//8ec/APIA8JH/APaR/1D/gf9Y/4H/cP+B/3j/gf8B
|
| D | DlpChild.desc | 15 AAAAAAAAAAD+//vw/7//8ec/APIA8JH/APaR/1D/gf9Y/4H/cP+B/3j/gf8B
|
| /CTR-SDK-1.0.0/CTR_SDK/build/omake/ |
| D | testutil.om | 410 … eprintln(�����^�[�Q�b�g���g�����e�X�g�����s����ɂ� CTR_RUN_DEVICES �Ń^�[�Q�b�g���w�肵�Ă��������B) 418 eprintln(���s�������v���O�����̐��ɑ��� CTR_RUN_DEVICES �ɐݒ肳��Ă���f�o�C�X�̐�������܂���B)
|
| D | commondefs.om | 33 … eprintln(HORIZON_ROOT �� CTRSDK_ROOT ����v���܂���B�����p�X��ݒ肷�邩�A�ǂ��炩����������`���ĉ������B) 41 eprintln(HORIZON_TARGETS �� CTRSDK_TARGETS �͓����Ɏg�p�ł��܂���̂ŁA�ǂ��炩����������`���ĉ������B)
|