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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 2776 int32_t real_exp = exponent; variable
2789 int32_t pow2_exp = theor_exp - real_exp;
2790 uint32_t pow5_exp = uint32_t(-real_exp);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 2768 int32_t real_exp = exponent; variable
2781 int32_t pow2_exp = theor_exp - real_exp;
2782 uint32_t pow5_exp = uint32_t(-real_exp);

Completed in 17 milliseconds