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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 2784 adjusted_mantissa theor = to_extended_halfway(b); variable
2785 bigint theor_digits(theor.mantissa);
2786 int32_t theor_exp = theor.power2;
2788 // scale real digits and theor digits to be same power.
fast_float.h 2784 adjusted_mantissa theor = to_extended_halfway(b); variable
2785 bigint theor_digits(theor.mantissa);
2786 int32_t theor_exp = theor.power2;
2788 // scale real digits and theor digits to be same power.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 2776 adjusted_mantissa theor = to_extended_halfway(b); variable
2777 bigint theor_digits(theor.mantissa);
2778 int32_t theor_exp = theor.power2;
2780 // scale real digits and theor digits to be same power.
fast_float.h 2776 adjusted_mantissa theor = to_extended_halfway(b); variable
2777 bigint theor_digits(theor.mantissa);
2778 int32_t theor_exp = theor.power2;
2780 // scale real digits and theor digits to be same power.

Completed in 86 milliseconds