Home
last modified time | relevance | path

Searched refs:MakeRate32 (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_Tick.h225 math::MakeRate32<TICKS_PER_SECOND, 1000 * 1000 * 1000>::VALUE) ) in Tick()
246 math::MakeRate32<TICKS_PER_SECOND, 1000 * 1000 * 1000>::VALUE );
267 math::MakeRate32<1000 * 1000, TICKS_PER_SECOND>::VALUE ); in ToMicroSeconds()
273 math::MakeRate32<1000, TICKS_PER_SECOND>::VALUE ); in ToMilliSeconds()
279 math::MakeRate32<1, TICKS_PER_SECOND>::VALUE ); in ToSeconds()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Misccellaneous.h33 struct MakeRate32 struct