Searched defs:MOD_SIZE (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libc/src/__support/ | ||
H A D | float_to_string.h | 198 constexpr UInt<INT_SIZE> MOD_SIZE = get_table_positive() local |
/llvm-project/libc/utils/mathtools/ | ||
H A D | ryu_tablegen.py | 84 MOD_SIZE = (10**BLOCK_SIZE) << (CONSTANT + (IDX_SIZE if IDX_SIZE > 1 else 0)) variable |