Home
last modified time | relevance | path

Searched refs:p0 (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/svc/
Dsvc_StubDbg.h41 nn::Result ControlPerformanceCounter ( bit64* pOut, s32 op, bit32 p0, bit64…
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp540 f32 CatmullRom(f32 p0, f32 p1, f32 p2, f32 p3, f32 s) in CatmullRom() argument
543 return Hermite(p1, 0.5f * (p0 + p2), in CatmullRom()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h478 f32 CatmullRom(f32 p0, f32 p1, f32 p2, f32 p3, f32 s);