Home
last modified time | relevance | path

Searched refs:quietBit (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc34 return fromRep(toRep(a) | quietBit);
37 return fromRep(toRep(b) | quietBit);
H A Dfp_add_impl.inc28 return fromRep(toRep(a) | quietBit);
31 return fromRep(toRep(b) | quietBit);
H A Dfp_lib.h222 #define quietBit (implicitBit >> 1) macro
223 #define qnanRep (exponentMask | quietBit)
H A Dfp_div_impl.inc54 return fromRep(toRep(a) | quietBit);
57 return fromRep(toRep(b) | quietBit);