Home
last modified time | relevance | path

Searched refs:N (Results 1 – 12 of 12) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Deque.h33 template <class T, size_t N>
113 T m_array[N];
122 template <class T, size_t N>
123 Deque<T, N>::Deque(void) in Deque()
130 template <class T, size_t N>
131 Deque<T, N>::~Deque(void) in ~Deque()
136 template <class T, size_t N>
137 bool Deque<T, N>::IsEmpty(void) const in IsEmpty()
143 template <class T, size_t N>
144 bool Deque<T, N>::IsFull(void) const in IsFull()
[all …]
Drdt_Queue.h33 template <class T, size_t N>
98 T m_array[N];
105 template <class T, size_t N>
106 Queue<T, N>::Queue(void) in Queue()
112 template <class T, size_t N>
113 Queue<T, N>::~Queue(void) in ~Queue()
118 template <class T, size_t N>
119 bool Queue<T, N>::IsEmpty(void) const in IsEmpty()
125 template <class T, size_t N>
126 size_t Queue<T, N>::Size(void) const in Size()
[all …]
/CTR-SDK-2.3.4/CTR_SDK/include/nn/math/
Dmath_Geometry.h206 : N(p), d(*(p + 3)) in N() function
209 : N(A, B, C), d(D) in N() function
217 operator f32*() { return &N.x; }
218 operator const f32*() const { return &N.x; }
219 bool operator==(const self_type& rhs) const { return N == rhs.N && d == rhs.d; }
220 bool operator!=(const self_type& rhs) const { return N != rhs.N || d != rhs.d; }
225 return d + VEC3Dot(&N, &P); in Test()
230 f32 r = FrSqrt(VEC3SquareLen(&N)); in Normalize()
231 (void)VEC3Scale(&N, &N, r); in Normalize()
237 VEC3 N; // Be sure to normalize if substituting directly
/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
20 # �lj�����I�u�W�F�N�g�t�@�C�����ꏏ�ɐ�������ꍇ�� TARGET ��x���]�������Ďg�����B
43 # true �Ȃ琶�������I�u�W�F�N�g�����C�u�����Ƃ��ĕێ�����
Dtargetdefs.om24 # �^�[�Q�b�g�Ɉˑ����Ȃ��f�B���N�g���擾�֐�
32 # �v���W�F�N�g�̃��[�g��HORIZON_ROOT�H�iSDK �̃r���h�H�j
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��
70 # �v���W�F�N�g�̃��[�g��HORIZON_ROOT�H�iSDK �̃r���h�H�j
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��������
[all …]
Dcommondefs.funcs.om27 # �v���W�F�N�g���[�g����̑��΃p�X�����߂�B
44 eprintln($"SOURCES_REFERENCE_ROOT �ɂĎ蓮�Ŋ�f�B���N�g�����w�肵�Ă��������B")
48 # �f�B���N�g���̐e�q�֌W���ׂ�
301 # �I�u�W�F�N�g�t�@�C���ւƕϊ�����
302 # ���������I�u�W�F�N�g�t�@�C���̃p�X��Ԃ�
386 # �I�u�W�F�N�g�t�@�C���ւƕϊ������̂��A
406 # �C�ӂ̃t�@�C�����I�u�W�F�N�g�t�@�C���ւƕϊ�����
407 # ���������I�u�W�F�N�g�t�@�C���̃p�X��Ԃ�
427 # �C�ӂ̃t�@�C�����I�u�W�F�N�g�t�@�C���ւƕϊ�����
429 # ���������I�u�W�F�N�g�t�@�C���̃p�X��Ԃ�
[all …]
Dpackagedefs.om17 # �N���X��`
Dcommondefs.om39 # �f�B���N�g�����[�g �‹��ϐ��̎擾�i��`����Ă��Ȃ��Ă��r���h���͉̂”\�j
79 # �f�B���N�g�����`
182 # �r���h�^�[�Q�b�g�ƃr���h�^�C�v�ɍ��킹���f�B���N�g�������[�U���Ŏw�肷�邽�߂̕ϐ�
Dplatformdefs.om17 # �N���X��`
Dcommondefs.cctype.om17 # �N���X��`
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp40 VEC3Normalize(&N, VEC3Cross(&v2, &v0, &v1)); in Set()
41 d = -VEC3Dot(&N, P0); in Set()
327 VEC3Sub(Q, P, VEC3Scale(&tmp, &J->N, k)); in DistSqPoint3ToPlane()
917 denom = VEC3Dot(&L->d, &J->N); in IntersectionLine3Plane()
921 if (FAbs(VEC3Dot(&J->N, &L->P) + J->d) < internal::epsilon) in IntersectionLine3Plane()
930 f32 t_ = -(VEC3Dot(&J->N, &L->P) + J->d) / denom; in IntersectionLine3Plane()
1335 f32 r = E.x * FAbs(J->N.x) + in IntersectionPlaneAABB()
1336 E.y * FAbs(J->N.y) + in IntersectionPlaneAABB()
1337 E.z * FAbs(J->N.z); in IntersectionPlaneAABB()
1340 f32 s = VEC3Dot(&J->N, &C) + J->d; in IntersectionPlaneAABB()
[all …]
/CTR-SDK-2.3.4/CTR_SDK/build/omake/compilers/
Dcommondefs.cctype.RVCT.om71 # �N���X��`
198 # �t�B�[�h�o�b�N�t�@�C���������ɂ͂����͕s�v