Home
last modified time | relevance | path

Searched defs:d (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/math/
Dmath_Triangular.cpp416 u16 d = idx & 0xff; in SinIdx() local
465 u16 d = idx & 0xff; in CosIdx() local
521 u16 d = idx & 0xff; in SinCosIdx() local
Dmath_Equation.cpp134 SolveEquation3(/*f32* root, f32 a==1,*/ f32 b, f32 c, f32 d) in SolveEquation3()
272 SolveEquation3(f32* root, f32 a, f32 b, f32 c, f32 d) in SolveEquation3()
340 SolveEquation4(f32* root, f32 a, f32 b, f32 c, f32 d, f32 e) in SolveEquation4()
Dmath_Geometry.cpp491 f32 b, d, e, f, det; in DistSqLine3ToLine3() local
545 f32 d = VEC3Dot(&u, &w); in DistSqSegment3ToSegment3() local
619 f32 b, d, e, det; in DistSqLine3ToRay3() local
679 f32 b, c, d, e, det; in DistSqLine3ToSegment3() local
744 f32 b, d, e, det; in DistSqRay3ToRay3() local
819 f32 b, c, d, e, det; in DistSqRay3ToSegment3() local
/CTR-SDK-2.4.0/include/nn/math/ARMv6/
Dmath_Arithmetic.h96 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/font/detail/
Dfont_BinaryFileFormat.h23 #define NN_FONT_MAKE_SIGWORD(a, b, c, d) \ argument
30 #define NN_FONT_MAKE_SIGWORD(a, b, c, d) \ argument
/CTR-SDK-2.4.0/include/nn/net/compatible/nlib/
Dnlib_md5_horizon.h38 unsigned long a, b, c, d; member
/CTR-SDK-2.4.0/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommon.h45 #define NNSI_CREATE_HEAP_SIGNATURE(a,b,c,d) ( ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF… argument
/CTR-SDK-2.4.0/include/nn/math/
Dmath_Geometry.h95 VEC3 d; // Be sure to normalize if substituting directly member
126 VEC3 d; // Be sure to normalize if substituting directly member
238 f32 d; member
Dmath_Arithmetic.h460 Hermite(f32 v0, f32 t0, f32 v1, f32 t1, f32 p, f32 d) in Hermite()
/CTR-SDK-2.4.0/sources/libraries/rdt/CTR/
Drdt_ResendQueue.cpp258 Segment d; in Test() local
/CTR-SDK-2.4.0/include/nn/hw/ARM/
Dreg_access.h39 #define HW_INST_MRC(a,b,c,d,e,v) __asm { mrc a,b,v,c,d,e } argument
41 #define HW_INST_MCR(a,b,c,d,e,v) __asm { mcr a,b,v,c,d,e } argument