Searched refs:MID_INT_SIZE (Results 1 – 3 of 3) sorted by relevance
80 constexpr size_t MID_INT_SIZE = 192; variable184 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 …]
18 constexpr size_t MID_INT_SIZE = 192; variable
18 constexpr size_t MID_INT_SIZE = (256 + 64); variable