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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 270 fastfloat_really_inline value128 full_multiplication(uint64_t a, function in struct:fast_float::span
1477 // The line value128 firstproduct = full_multiplication(w, power_of_five_128[index]);
1479 value128 firstproduct = full_multiplication(w, powers::power_of_five_128[index]);
1486 value128 secondproduct = full_multiplication(w, powers::power_of_five_128[index + 1]);
1879 value128 z = full_multiplication(x, y);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 271 fastfloat_really_inline value128 full_multiplication(uint64_t a, function in struct:fast_float::span
1449 // The line value128 firstproduct = full_multiplication(w, power_of_five_128[index]);
1451 value128 firstproduct = full_multiplication(w, powers::power_of_five_128[index]);
1458 value128 secondproduct = full_multiplication(w, powers::power_of_five_128[index + 1]);
1851 value128 z = full_multiplication(x, y);

Completed in 71 milliseconds