Home
last modified time | relevance | path

Searched refs:VALUE (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()
234 math::MakeRate<1000 * 1000 * 1000, TICKS_PER_SECOND>::VALUE )); in TimeSpan()
246 math::MakeRate32<TICKS_PER_SECOND, 1000 * 1000 * 1000>::VALUE );
261 math::MakeRate<1000 * 1000 * 1000, TICKS_PER_SECOND>::VALUE ); in ToNanoSeconds()
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.h29 static const u64 VALUE = (static_cast<u64>(MUL) << 32) / DIV; member
35 static const u32 VALUE = static_cast<u32>( (static_cast<u64>(MUL) << 32) / DIV ); member