Searched refs:I (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-2.3.4/CTR_SDK/build/omake/ |
| D | modulerules.om | 18 # .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�����Ƃ��ĕێ�����
|
| D | commondefs.funcs.om | 249 # �I�v�V�����t�@�C���o�R�� ELF �t�@�C�����쐬���郋�[����lj����� 301 # �I�u�W�F�N�g�t�@�C���ւƕϊ����� 302 # ���������I�u�W�F�N�g�t�@�C���̃p�X��Ԃ� 343 # �����I�Ɉ��̃t�@�C���ɑ��ă��[�����`���� 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��Ԃ�
|
| D | targetdefs.om | 1199 # ���ɃI�v�V������ǂݍ���
|
| /CTR-SDK-2.3.4/CTR_SDK/build/omake/platforms/CTR/ |
| D | CTR.commondefs.gl.om | 32 # アセンブラ・リンカに -I で渡されるインクルードディレクトリ 36 private.PREFIXED_SHADER_INCLUDES = $`(addprefix -I, $(set $(absname $(SHADER_INCLUDES)))) 116 # (-I に頼ると、ビルド済み .obj が更新されたときに再ビルドされない。)
|
| /CTR-SDK-2.3.4/CTR_SDK/sources/libraries/math/ |
| D | math_Geometry.cpp | 914 IntersectionLine3Plane(const LINE3* L, const PLANE* J, f32* t, VEC3* I) in IntersectionLine3Plane() argument 928 if (I != NULL || t != NULL) in IntersectionLine3Plane() 932 if (I) in IntersectionLine3Plane() 936 VEC3Add(I, &L->P, VEC3Scale(&tmp, &L->d, t_)); in IntersectionLine3Plane() 949 IntersectionRay3Plane(const RAY3* R, const PLANE* J, f32* t, VEC3* I) in IntersectionRay3Plane() argument 954 result = IntersectionLine3Plane((const LINE3*)R, J, &t_, (I != NULL ? &I_ : NULL)); in IntersectionRay3Plane() 963 if (I) in IntersectionRay3Plane() 964 *I = I_; in IntersectionRay3Plane() 980 IntersectionSegment3Plane(const SEGMENT3* S, const PLANE* J, f32* t, VEC3* I) in IntersectionSegment3Plane() argument 990 result = IntersectionLine3Plane(&L, J, &t_, (I != NULL ? &I_ : NULL)); in IntersectionSegment3Plane() [all …]
|
| /CTR-SDK-2.3.4/CTR_SDK/build/omake/compilers/ |
| D | commondefs.cctype.GCC.om | 72 INCLUDES_OPT = -I
|
| D | commondefs.cctype.RVCT.om | 193 this.INCLUDES_OPT = -I 197 # .map �t�@�C����R�[���O���t�t�@�C�������邽�߂̃I�v�V���� 446 # '--diag_warning --diag_suppress'�Ƃ������ɋ�̃I�v�V�����������
|
| /CTR-SDK-2.3.4/CTR_SDK/include/nn/math/ |
| D | math_Geometry.h | 477 IntersectionResult IntersectionLine3Plane(const LINE3* L, const PLANE* J, f32* t, VEC3* I); 478 IntersectionResult IntersectionRay3Plane(const RAY3* R, const PLANE* J, f32* t, VEC3* I); 479 IntersectionResult IntersectionSegment3Plane(const SEGMENT3* S, const PLANE* J, f32* t, VEC3* I);
|