Searched defs:t0 (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/math/ARMv6/ |
| D | math_Arithmetic.h | 54 HermiteC(f32 v0, f32 t0, f32 v1, f32 t1, f32 s) in HermiteC() 65 HermiteC_FAST(f32 v0, f32 t0, f32 v1, f32 t1, f32 s) in HermiteC_FAST() 96 HermiteC(f32 v0, f32 t0, f32 v1, f32 t1, f32 p, f32 d) in HermiteC() 105 HermiteC_FAST(f32 v0, f32 t0, f32 v1, f32 t1, f32 p, f32 d) in HermiteC_FAST()
|
| /CTR-SDK-2.4.0/include/nn/math/ |
| D | math_Arithmetic.h | 431 Hermite(f32 v0, f32 t0, f32 v1, f32 t1, f32 s) in Hermite() 460 Hermite(f32 v0, f32 t0, f32 v1, f32 t1, f32 p, f32 d) in Hermite()
|
| /CTR-SDK-2.4.0/sources/libraries/math/ |
| D | math_Geometry.cpp | 1016 IntersectionLine3Sphere(const LINE3* L, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionLine3Sphere() 1059 IntersectionRay3Sphere(const RAY3* R, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionRay3Sphere() 1136 IntersectionSegment3Sphere(const SEGMENT3* S, const SPHERE* sphere, f32* t0, f32* t1) in IntersectionSegment3Sphere() 1222 f32 t0 = (min - o) * inv_dir; in IntersectionRay3AABB_() local
|