Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h46 int trim_size = FPBits<T>::FRACTION_LEN - exponent; trunc() local
77 uint32_t trim_size = FPBits<T>::FRACTION_LEN - exponent; ceil() local
130 uint32_t trim_size = FPBits<T>::FRACTION_LEN - exponent; round() local
190 uint32_t trim_size = FPBits<T>::FRACTION_LEN - exponent; round_using_specific_rounding_mode() local
[all...]