Home
last modified time | relevance | path

Searched refs:B (Results 1 – 16 of 16) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp430 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 …]
Dmath_Equation.cpp96 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-2.3.4/CTR_SDK/build/omake/
Dmodulerules.om18 # .c/.cpp/.asm ���琶�����ꂽ�I�u�W�F�N�g�t�@�C���̃t���p�X���i�[�����B
19 # OMakefile �ɂĒl���Z�b�g���鎖���ł���B
20 # �lj�����I�u�W�F�N�g�t�@�C�����ꏏ�ɐ�������ꍇ�� TARGET ��x���]�������Ďg�����B
53 # �����Ŏw�肵���v���O�������� elf �t�@�C���� rom �t�@�C���̃t�@�C�����Ɏg�p�����B
Dcommondefs.om39 # �f�B���N�g�����[�g �‹��ϐ��̎擾�i��`����Ă��Ȃ��Ă��r���h���͉̂”\�j
47 … eprintln(HORIZON_ROOT �� CTRSDK_ROOT ����v���܂���B�����p�X��ݒ肷�邩�A�ǂ��炩����������`���ĉ������B)
55 eprintln(HORIZON_TARGETS �� CTRSDK_TARGETS �͓����Ɏg�p�ł��܂���̂ŁA�ǂ��炩����������`���ĉ������B)
79 # �f�B���N�g�����`
182 # �r���h�^�[�Q�b�g�ƃr���h�^�C�v�ɍ��킹���f�B���N�g�������[�U���Ŏw�肷�邽�߂̕ϐ�
235 eprintln($"Warning: `targets` �̑���� `FILTER` ���g�p���ĉ������B")
Dtargetdefs.om24 # �^�[�Q�b�g�Ɉˑ����Ȃ��f�B���N�g���擾�֐�
36 # �J�����g�f�B���N�g���� HORIZON_ROOT �̒��H
42 # �v���W�F�N�g�̃��[�g�ɂ� sources �f�B���N�g��������H
49 # �J�����g�f�B���N�g���ɏo��
74 # �J�����g�f�B���N�g���� HORIZON_ROOT �̒��H
79 # �v���W�F�N�g�̃��[�g�ɂ� sources �f�B���N�g��������H
84 # �Ώۃf�B���N�g���ɏo��
115 # �\�[�X�̃p�X�����琶�������i�[����T�u�f�B���N�g��������
Dcommondefs.funcs.om27 # �v���W�F�N�g���[�g����̑��΃p�X�����߂�B
43 eprintln($"�c���[�O�̃t�@�C�����r���h���悤�Ƃ��Ă��܂��B: $(apath)")
44 eprintln($"SOURCES_REFERENCE_ROOT �ɂĎ蓮�Ŋ�f�B���N�g�����w�肵�Ă��������B")
48 # �f�B���N�g���̐e�q�֌W���ׂ�
/CTR-SDK-2.3.4/CTR_SDK/include/nn/util/
Dutil_StaticAssert.h45 …#define NN_STATIC_ASSERT(B) typedef ::nn::util::detail::static_assert_test<sizeof(::nn::util::STAT…
/CTR-SDK-2.3.4/CTR_SDK/include/nn/math/
Dmath_Geometry.h208 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-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_GasFog.h215 static void SetFogColor(u8 R, u8 G, u8 B);
518 NN_FORCE_INLINE void FogStage::SetFogColor(u8 R, u8 G, u8 B) in SetFogColor() argument
520 internal::g_gasFogSettings.m_FogColor = R | (G << 8) | (B << 16); in SetFogColor()
Dgd_Lighting.h181 void SetColorAmbient(u8 R, u8 G, u8 B);
196 void SetColorDiffuse(u8 R, u8 G, u8 B);
211 void SetColorSpecular0(u8 R, u8 G, u8 B);
226 void SetColorSpecular1(u8 R, u8 G, u8 B);
635 static void SetGlobalColorAmbient(u8 R, u8 G, u8 B);
Dgd_OutputStage.h642 static void SetBlendColor(u8 R, u8 G, u8 B, u8 A);
/CTR-SDK-2.3.4/CTR_SDK/resources/specfiles/
DApplication.desc15 AAAAAAAAAAD+//vw/7//8ec/APIA8JH/APaR/1D/gf9Y/4H/cP+B/3j/gf8B
DDlpChild.desc15 AAAAAAAAAAD+//vw/7//8ec/APIA8JH/APaR/1D/gf9Y/4H/cP+B/3j/gf8B
/CTR-SDK-2.3.4/CTR_SDK/build/omake/compilers/
Dcommondefs.cctype.RVCT.om198 # �t�B�[�h�o�b�N�t�@�C���������ɂ͂����͕s�v
447 # �G���[�ɂȂ�̂ŏ�������B
/CTR-SDK-2.3.4/CTR_SDK/build/omake_deprecated/
Dtestutil.om410 … 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)
Dcommondefs.om33 … eprintln(HORIZON_ROOT �� CTRSDK_ROOT ����v���܂���B�����p�X��ݒ肷�邩�A�ǂ��炩����������`���ĉ������B)
41 eprintln(HORIZON_TARGETS �� CTRSDK_TARGETS �͓����Ɏg�p�ł��܂���̂ŁA�ǂ��炩����������`���ĉ������B)