Searched refs:BIGB (Results 1 – 1 of 1) sorted by relevance
56 #define BIGB p2 macro87 BIGB = cmp.gtu(EXPB,EXPA) // Is B substantially greater than A? define91 if (BIGB) A = B // if B >> A, swap A and B92 if (BIGB) B = A // If B >> A, swap A and B93 if (BIGB) EXPB_A = combine(EXPA,EXPB) // swap exponents101 #undef BIGB