Searched refs:absMask (Results 1 - 13 of 13) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dcomparetf2.c55 const rep_t aAbs = aInt & absMask;
56 const rep_t bAbs = bInt & absMask;
93 const rep_t aAbs = aInt & absMask;
94 const rep_t bAbs = bInt & absMask;
110 const rep_t aAbs = toRep(a) & absMask;
111 const rep_t bAbs = toRep(b) & absMask;
H A Dcomparedf2.c55 const rep_t aAbs = aInt & absMask;
56 const rep_t bAbs = bInt & absMask;
95 const rep_t aAbs = aInt & absMask;
96 const rep_t bAbs = bInt & absMask;
115 const rep_t aAbs = toRep(a) & absMask;
116 const rep_t bAbs = toRep(b) & absMask;
H A Dcomparesf2.c55 const rep_t aAbs = aInt & absMask;
56 const rep_t bAbs = bInt & absMask;
95 const rep_t aAbs = aInt & absMask;
96 const rep_t bAbs = bInt & absMask;
115 const rep_t aAbs = toRep(a) & absMask;
116 const rep_t bAbs = toRep(b) & absMask;
H A Dfixdfsi.c28 const rep_t aAbs = aRep & absMask;
H A Dfixsfsi.c25 const rep_t aAbs = aRep & absMask;
H A Ddivdf3.c38 const rep_t aAbs = toRep(a) & absMask;
39 const rep_t bAbs = toRep(b) & absMask;
H A Ddivsf3.c38 const rep_t aAbs = toRep(a) & absMask;
39 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_mul_impl.inc29 const rep_t aAbs = toRep(a) & absMask;
30 const rep_t bAbs = toRep(b) & absMask;
H A Ddivtf3.c36 const rep_t aAbs = toRep(a) & absMask;
37 const rep_t bAbs = toRep(b) & absMask;
H A Dfp_lib.h224 #define absMask (signBit - 1U) macro
225 #define exponentMask (absMask ^ significandMask)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1108 unsigned long long absMask = ~(1ULL << (type.width - 1)); local
1109 LLVMValueRef mask = lp_build_const_int_vec(bld->gallivm, type, ((unsigned long long) absMask));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1108 unsigned long long absMask = ~(1ULL << (type.width - 1)); local
1109 LLVMValueRef mask = lp_build_const_int_vec(bld->gallivm, type, ((unsigned long long) absMask));

Completed in 103 milliseconds