Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-2.4.0/build/runner/
Drun.sh62 dir=`dirname ${mcr}`
63 arch=`basename \`dirname ${dir}\``
65 if (debugger_available ${dir}); then
71 process_list_candidate=${dir}/${base}_process.list
73 cp -f ${process_list_candidate} ${dir}/process.list
/CTR-SDK-2.4.0/build/omake_deprecated/
Dtargetdefs.om27 return $(dir $(HORIZON_ROOT))
33 return $(dir $(HORIZON_ROOT))
43 return $(dir .)
56 return $(dir $(HORIZON_ROOT)/$(sub_dir)/$(subpath))
61 return $(dir $(HORIZON_ROOT)/$(sub_dir)/$(subpath))
66 return $(dir $(ROOT)/$(sub_dir)/$(subpath))
69 return $(dir $(module_dir)$(DIRSEP)$(sub_dir))
220 return $(dir $(images_dir)$(DIRSEP)$(getTargetSubDirectory false))
279 img_dir = $(dir $(sub_dir)$(DIRSEP)$(getTargetSubDirectory false))
Dcommondefs.om94 HORIZON_INSTALL_ROOT = $(dir $"$(getenv HORIZON_INSTALL_ROOT)")
98 INSTALL_ROOT = $(dir $(HORIZON_INSTALL_ROOT))
102 INSTALL_ROOT = $(dir $(INSTALL_ROOT))
114 INSTALL_ROOT_IMAGES = $(dir $(INSTALL_ROOT)$(DIRSEP)$(INSTALL_IMAGES_DIR))
115 INSTALL_ROOT_LIBRARIES = $(dir $(INSTALL_ROOT)$(DIRSEP)$(SUBDIR_LIBRARIES))
282 INCLUDES = $(dir $(INCLUDES))
716 ROMFS_DEPENDENCIES = $(ls -R, $(dir $(ROMFS_ROOT)))
956 ARCHIVE_DEPENDENCIES = $(ls -R, $(dir $(srcdir)))
Dtestutil.om82 ARCHIVE_DEPENDENCIES = $(ls -R, $(dir $(srcdir)))
/CTR-SDK-2.4.0/build/omake/
Dtargetdefs.om34 return $(dir $(HORIZON_ROOT))
40 return $(dir $(HORIZON_ROOT))
50 return $(dir .)
72 return $(dir $(HORIZON_ROOT)/$(sub_dir)/$(subpath))
77 return $(dir $(HORIZON_ROOT)/$(sub_dir)/$(subpath))
82 return $(dir $(ROOT)/$(sub_dir)/$(subpath))
85 return $(dir $(module_dir)$(DIRSEP)$(sub_dir))
437 return $(dir $(images_dir)$(DIRSEP)$(getTargetSubDirectory false))
595 private.img_dir = $(dir $(sub_dir)$(DIRSEP)$(getTargetSubDirectory false))
Dcommondefs.om148 INSTALL_ROOT = $(dir $"$(getenv HORIZON_INSTALL_ROOT)")
152 INSTALL_ROOT = $(dir $(INSTALL_ROOT))
164 INSTALL_ROOT_IMAGES = $(dir $(INSTALL_ROOT)$(DIRSEP)$(INSTALL_IMAGES_DIR))
165 INSTALL_ROOT_LIBRARIES = $(dir $(INSTALL_ROOT)$(DIRSEP)$(SUBDIR_LIBRARIES))
Dutildefs.om259 return $(dir $(path))
339 foreach(dir, $(path))
340 private.filepath = $(dir)$(DIRSEP)$(file)
Dcommondefs.funcs.om311 INCLUDES = $(dir $(INCLUDES))
/CTR-SDK-2.4.0/include/nn/math/
Dmath_Geometry.h81 LINE3(const VEC3& Pt, const VEC3& dir, bool isNormalized = false)
82 : P(Pt), d(dir) in P()
114 RAY3(const VEC3& Pt, const VEC3& dir, bool isNormalized = false)
115 : P(Pt), d(dir) in P()
/CTR-SDK-2.4.0/sources/libraries/math/
Dmath_Geometry.cpp984 VEC3 dir; in IntersectionSegment3Plane() local
985 VEC3Sub(&dir, &S->P1, &S->P0); in IntersectionSegment3Plane()
986 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Plane()
987 LINE3 L(S->P0, dir); in IntersectionSegment3Plane()
1138 VEC3 dir; in IntersectionSegment3Sphere() local
1139 VEC3Sub(&dir, &S->P1, &S->P0); in IntersectionSegment3Sphere()
1140 f32 P0P1 = FSqrt(dir.LenSq()); in IntersectionSegment3Sphere()
1141 LINE3 L(S->P0, dir); in IntersectionSegment3Sphere()
1210 IntersectionRay3AABB_(f32 min, f32 max, f32 o, f32 dir, f32& tNear, f32& tFar) in IntersectionRay3AABB_() argument
1212 if (FAbs(dir) < internal::epsilon) in IntersectionRay3AABB_()
[all …]
/CTR-SDK-2.4.0/build/omake/platforms/CTR/
DCTR.commondefs.func.om470 ROMFS_DEPENDENCIES = $(ls -R, $(dir $(ROMFS_ROOT)))