Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dmath_utils.h38 static inline uint32_t top12_bits(float x) { return as_uint32_bits(x) >> 20; } in top12_bits() function
40 static inline uint32_t top12_bits(double x) { return as_uint64_bits(x) >> 52; } in top12_bits() function