Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h353 int64_t temp_exponent = static_cast<int64_t>(this->decimal_point) + global() variable
H A Dstr_to_float.h918 int64_t temp_exponent = static_cast<int64_t>(exponent) + decimal_string_to_float() local
1032 int64_t temp_exponent = static_cast<int64_t>(exponent) + hexadecimal_string_to_float() local