Home
last modified time | relevance | path

Searched refs:absMask (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dcomparetf2.c55 const rep_t aAbs = aInt & absMask; in __letf2()
56 const rep_t bAbs = bInt & absMask; in __letf2()
98 const rep_t aAbs = aInt & absMask; in __getf2()
99 const rep_t bAbs = bInt & absMask; in __getf2()
115 const rep_t aAbs = toRep(a) & absMask; in __unordtf2()
116 const rep_t bAbs = toRep(b) & absMask; in __unordtf2()
H A Dcomparedf2.c55 const rep_t aAbs = aInt & absMask; in __ledf2()
56 const rep_t bAbs = bInt & absMask; in __ledf2()
100 const rep_t aAbs = aInt & absMask; in __gedf2()
101 const rep_t bAbs = bInt & absMask; in __gedf2()
118 const rep_t aAbs = toRep(a) & absMask; in __unorddf2()
119 const rep_t bAbs = toRep(b) & absMask; in __unorddf2()
H A Dcomparesf2.c55 const rep_t aAbs = aInt & absMask; in __lesf2()
56 const rep_t bAbs = bInt & absMask; in __lesf2()
100 const rep_t aAbs = aInt & absMask; in __gesf2()
101 const rep_t bAbs = bInt & absMask; in __gesf2()
118 const rep_t aAbs = toRep(a) & absMask; in __unordsf2()
119 const rep_t bAbs = toRep(b) & absMask; in __unordsf2()
H A Ddivsf3.c36 const rep_t aAbs = toRep(a) & absMask; in __divsf3()
37 const rep_t bAbs = toRep(b) & absMask; in __divsf3()
H A Ddivdf3.c36 const rep_t aAbs = toRep(a) & absMask; in __divdf3()
37 const rep_t bAbs = toRep(b) & absMask; in __divdf3()
H A Ddivtf3.c36 const rep_t aAbs = toRep(a) & absMask; in __divtf3()
37 const rep_t bAbs = toRep(b) & absMask; in __divtf3()
H A Dfp_lib.h225 #define absMask (signBit - 1U) macro
226 #define exponentMask (absMask ^ significandMask)
297 rep &= absMask; in __compiler_rt_logbX()
H A Dfp_mul_impl.inc29 const rep_t aAbs = toRep(a) & absMask;
30 const rep_t bAbs = toRep(b) & absMask;
H A Dfp_add_impl.inc20 const rep_t aAbs = aRep & absMask;
21 const rep_t bAbs = bRep & absMask;
H A Dfp_fixuint_impl.inc20 const rep_t aAbs = aRep & absMask;
H A Dfp_fixint_impl.inc22 const rep_t aAbs = aRep & absMask;