Searched refs:VALUE (Results 1 – 2 of 2) sorted by relevance
225 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()
29 static const u64 VALUE = (static_cast<u64>(MUL) << 32) / DIV; member35 static const u32 VALUE = static_cast<u32>( (static_cast<u64>(MUL) << 32) / DIV ); member