Home
last modified time | relevance | path

Searched defs:log2_pow5 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ryu/src/
Dcommon.rs53 pub fn log2_pow5(e: i32) -> i32 /* or u32 -> u32 */ { in log2_pow5() function
/external/llvm-libc/src/__support/
Dfloat_to_string.h150 LIBC_INLINE constexpr uint32_t log2_pow5(uint64_t e) { in log2_pow5() function