Searched refs:GR_exp_y (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_powl.S | 630 GR_exp_y = r53 define 882 and GR_exp_y = GR_exp_mask,GR_signexp_y // Get biased exponent of y 907 cmp.lt p9, p0 = GR_exp_y,GR_exp_bias // Test 0 < |y| < 1 939 sub GR_exp_y = GR_exp_y,GR_exp_bias // Get true exponent of y 968 (p6) shl GR_fraction_y= GR_signif_y,GR_exp_y // Get lsb of int + fraction 2270 and GR_exp_y = GR_exp_mask,GR_signexp_y // Get biased exponent of y 2281 cmp.lt p9, p8 = GR_exp_y,GR_exp_bias // Test 0 < |y| < 1 2283 sub GR_exp_y = GR_exp_y,GR_exp_bias // Get true exponent of y 2294 (p9) or GR_exp_y= 0xF,GR_signif_y // Force nonzero fraction if y<1 2297 (p8) shl GR_exp_y= GR_signif_y,GR_exp_y // Get lsb of int + fraction [all …]
|