Searched defs:temp_exponent (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libc/src/__support/ | ||
H A D | high_precision_decimal.h | 353 int64_t temp_exponent = static_cast<int64_t>(this->decimal_point) + global() variable |
H A D | str_to_float.h | 918 int64_t temp_exponent = static_cast<int64_t>(exponent) + decimal_string_to_float() local |