Searched refs:subtraction (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Dadddf3.c75 // have opposite signs, we are performing a subtraction; otherwise addition.
77 const bool subtraction = (aRep ^ bRep) & signBit; local
98 if (subtraction) {
H A Daddsf3.c74 // have opposite signs, we are performing a subtraction; otherwise addition.
76 const bool subtraction = (aRep ^ bRep) & signBit; local
97 if (subtraction) {

Completed in 47 milliseconds