Home
last modified time | relevance | path

Searched defs:bAbs (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/
Dcomparetf2.c50 const rep_t bAbs = bInt & absMask; in __letf2() local
103 const rep_t bAbs = bInt & absMask; in __getf2() local
130 const rep_t bAbs = toRep(b) & absMask; in COMPILER_RT_ALIAS() local
Dcomparesf2.c49 const rep_t bAbs = bInt & absMask; in __lesf2() local
104 const rep_t bAbs = bInt & absMask; in __gesf2() local
132 const rep_t bAbs = toRep(b) & absMask; in COMPILER_RT_ALIAS() local
Dcomparedf2.c49 const rep_t bAbs = bInt & absMask; in __ledf2() local
104 const rep_t bAbs = bInt & absMask; in __gedf2() local
132 const rep_t bAbs = toRep(b) & absMask; in COMPILER_RT_ALIAS() local
/external/compiler-rt/lib/builtins/
Dcomparetf2.c56 const rep_t bAbs = bInt & absMask; in __letf2() local
99 const rep_t bAbs = bInt & absMask; in __getf2() local
116 const rep_t bAbs = toRep(b) & absMask; in __unordtf2() local
Dcomparesf2.c56 const rep_t bAbs = bInt & absMask; in __lesf2() local
101 const rep_t bAbs = bInt & absMask; in __gesf2() local
121 const rep_t bAbs = toRep(b) & absMask; in ARM_EABI_FNALIAS() local
Dcomparedf2.c56 const rep_t bAbs = bInt & absMask; in __ledf2() local
101 const rep_t bAbs = bInt & absMask; in __gedf2() local
121 const rep_t bAbs = toRep(b) & absMask; in ARM_EABI_FNALIAS() local
Ddivsf3.c39 const rep_t bAbs = toRep(b) & absMask; in ARM_EABI_FNALIAS() local
Ddivdf3.c39 const rep_t bAbs = toRep(b) & absMask; in ARM_EABI_FNALIAS() local
Ddivtf3.c37 const rep_t bAbs = toRep(b) & absMask; in __divtf3() local