HomeSort by: relevance | last modified time | path
    Searched refs:absMask (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c 55 const rep_t aAbs = aInt & absMask;
56 const rep_t bAbs = bInt & absMask;
100 const rep_t aAbs = aInt & absMask;
101 const rep_t bAbs = bInt & absMask;
118 const rep_t aAbs = toRep(a) & absMask;
119 const rep_t bAbs = toRep(b) & absMask;
comparesf2.c 55 const rep_t aAbs = aInt & absMask;
56 const rep_t bAbs = bInt & absMask;
100 const rep_t aAbs = aInt & absMask;
101 const rep_t bAbs = bInt & absMask;
118 const rep_t aAbs = toRep(a) & absMask;
119 const rep_t bAbs = toRep(b) & absMask;
comparetf2.c 55 const rep_t aAbs = aInt & absMask;
56 const rep_t bAbs = bInt & absMask;
98 const rep_t aAbs = aInt & absMask;
99 const rep_t bAbs = bInt & absMask;
115 const rep_t aAbs = toRep(a) & absMask;
116 const rep_t bAbs = toRep(b) & absMask;
fp_fixint_impl.inc 22 const rep_t aAbs = aRep & absMask;
fp_fixuint_impl.inc 20 const rep_t aAbs = aRep & absMask;
divsf3.c 36 const rep_t aAbs = toRep(a) & absMask;
37 const rep_t bAbs = toRep(b) & absMask;
fp_add_impl.inc 20 const rep_t aAbs = aRep & absMask;
21 const rep_t bAbs = bRep & absMask;
fp_mul_impl.inc 29 const rep_t aAbs = toRep(a) & absMask;
30 const rep_t bAbs = toRep(b) & absMask;
divdf3.c 36 const rep_t aAbs = toRep(a) & absMask;
37 const rep_t bAbs = toRep(b) & absMask;
divtf3.c 36 const rep_t aAbs = toRep(a) & absMask;
37 const rep_t bAbs = toRep(b) & absMask;
fp_lib.h 224 #define absMask (signBit - 1U)
225 #define exponentMask (absMask ^ significandMask)

Completed in 18 milliseconds