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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S56 #define BIGB p2 define
87 BIGB = cmp.gtu(EXPB,EXPA) // Is B substantially greater than A? define
91 if (BIGB) A = B // if B >> A, swap A and B
92 if (BIGB) B = A // If B >> A, swap A and B
93 if (BIGB) EXPB_A = combine(EXPA,EXPB) // swap exponents
101 #undef BIGB

Completed in 66 milliseconds