Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/
H A Dfloat_to_string.h198 constexpr UInt<INT_SIZE> MOD_SIZE = get_table_positive() local
235 constexpr UInt<INT_SIZE> MOD_SIZE = get_table_positive_df() local
280 constexpr UInt<INT_SIZE> MOD_SIZE = get_table_negative() local
342 constexpr UInt<INT_SIZE> MOD_SIZE = get_table_negative_df() local
/llvm-project/libc/utils/mathtools/
H A Dryu_tablegen.py84 MOD_SIZE = (10**BLOCK_SIZE) << (CONSTANT + (IDX_SIZE if IDX_SIZE > 1 else 0)) variable