Home
last modified time | relevance | path

Searched refs:I (Results 1 – 8 of 8) sorted by relevance

/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�����Ƃ��ĕێ�����
Dcommondefs.funcs.om249 # �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��Ԃ�
Dtargetdefs.om1199 # ���ɃI�v�V������ǂݍ���
/CTR-SDK-2.3.4/CTR_SDK/build/omake/platforms/CTR/
DCTR.commondefs.gl.om32 # アセンブラ・リンカに -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/
Dmath_Geometry.cpp914 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/
Dcommondefs.cctype.GCC.om72 INCLUDES_OPT = -I
Dcommondefs.cctype.RVCT.om193 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/
Dmath_Geometry.h477 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);