Searched defs:productSign (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dmuldf3.c25 const rep_t productSign = (toRep(a) ^ toRep(b)) & signBit; local
H A Dmulsf3.c25 const rep_t productSign = (toRep(a) ^ toRep(b)) & signBit; local

Completed in 95 milliseconds