Home
last modified time | relevance | path

Searched defs:quotientSign (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsf3.c27 const rep_t quotientSign = (toRep(a) ^ toRep(b)) & signBit; in __divsf3() local
H A Ddivdf3.c27 const rep_t quotientSign = (toRep(a) ^ toRep(b)) & signBit; in __divdf3() local
H A Ddivtf3.c27 const rep_t quotientSign = (toRep(a) ^ toRep(b)) & signBit; in __divtf3() local