OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resultSign
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/
adddf3.c
76
const rep_t
resultSign
= aRep & signBit;
126
if (aExponent >= maxExponent) return fromRep(infRep |
resultSign
);
145
result |=
resultSign
;
addsf3.c
75
const rep_t
resultSign
= aRep & signBit;
125
if (aExponent >= maxExponent) return fromRep(infRep |
resultSign
);
144
result |=
resultSign
;
Completed in 70 milliseconds