Lines Matching refs:invln2hi
16 #define InvLn2hi __log2_data.invln2hi
52 hi = r * InvLn2hi;
53 lo = r * InvLn2lo + fma (r, InvLn2hi, -hi);
58 hi = rhi * InvLn2hi;
59 lo = rlo * InvLn2hi + r * InvLn2lo;
105 t1 = r * InvLn2hi;
106 t2 = r * InvLn2lo + fma (r, InvLn2hi, -t1);
113 t1 = rhi * InvLn2hi;
114 t2 = rlo * InvLn2hi + r * InvLn2lo;