HomeSort by: relevance | last modified time | path
    Searched defs:sci_exp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 2838 int32_t sci_exp = scientific_exponent(num); variable
2844 int32_t exponent = sci_exp + 1 - int32_t(digits);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 2830 int32_t sci_exp = scientific_exponent(num); variable
2836 int32_t exponent = sci_exp + 1 - int32_t(digits);

Completed in 21 milliseconds