Searched defs:aSignificand (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivtf3.c28 rep_t aSignificand = toRep(a) & significandMask; local
H A Ddivsf3.c27 rep_t aSignificand = toRep(a) & significandMask; local
H A Ddivdf3.c27 rep_t aSignificand = toRep(a) & significandMask; local

Completed in 85 milliseconds