Home
last modified time | relevance | path

Searched refs:MID_INT_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfloat_to_string.h80 constexpr size_t MID_INT_SIZE = 192; variable
184 LIBC_INLINE constexpr UInt<MID_INT_SIZE> get_table_positive(int exponent, in get_table_positive()
222 LIBC_INLINE UInt<MID_INT_SIZE> get_table_positive_df(int exponent, size_t i) { in get_table_positive_df()
266 UInt<MID_INT_SIZE> result = int_num; in get_table_positive_df()
280 LIBC_INLINE UInt<MID_INT_SIZE> get_table_negative(int exponent, size_t i) { in get_table_negative()
332 LIBC_INLINE UInt<MID_INT_SIZE> get_table_negative_df(int exponent, size_t i) { in get_table_negative_df()
371 UInt<MID_INT_SIZE> result = int_num; in get_table_negative_df()
377 const UInt<MID_INT_SIZE> &large, in mul_shift_mod_1e9()
380 UInt<internal::div_ceil(MID_INT_SIZE + FPBits::STORAGE_LEN, 64) * 64> val( in mul_shift_mod_1e9()
446 UInt<MID_INT_SIZE> val; in get_positive_block()
[all …]
H A Dryu_constants.h18 constexpr size_t MID_INT_SIZE = 192; variable
H A Dryu_long_double_constants.h18 constexpr size_t MID_INT_SIZE = (256 + 64); variable