OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secondproduct
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
1485
// regarding the second product, we only need
secondproduct
.high, but our expectation is that the compiler will optimize this extra work away if needed.
1486
value128
secondproduct
= full_multiplication(w, powers::power_of_five_128[index + 1]);
local
1487
firstproduct.low +=
secondproduct
.high;
1488
if(
secondproduct
.high > firstproduct.low) {
fast_float.h
1485
// regarding the second product, we only need
secondproduct
.high, but our expectation is that the compiler will optimize this extra work away if needed.
1486
value128
secondproduct
= full_multiplication(w, powers::power_of_five_128[index + 1]);
local
1487
firstproduct.low +=
secondproduct
.high;
1488
if(
secondproduct
.high > firstproduct.low) {
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
1457
// regarding the second product, we only need
secondproduct
.high, but our expectation is that the compiler will optimize this extra work away if needed.
1458
value128
secondproduct
= full_multiplication(w, powers::power_of_five_128[index + 1]);
local
1459
firstproduct.low +=
secondproduct
.high;
1460
if(
secondproduct
.high > firstproduct.low) {
fast_float.h
1457
// regarding the second product, we only need
secondproduct
.high, but our expectation is that the compiler will optimize this extra work away if needed.
1458
value128
secondproduct
= full_multiplication(w, powers::power_of_five_128[index + 1]);
local
1459
firstproduct.low +=
secondproduct
.high;
1460
if(
secondproduct
.high > firstproduct.low) {
Completed in 84 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026