Searched refs:GR_exp_x (Results 1 – 8 of 8) sorted by relevance
/sysdeps/ia64/fpu/ |
A D | s_log1pf.S | 185 GR_exp_x = r20 define 548 and GR_exp_x = GR_exp_mask, GR_signexp_x // biased exponent of x 561 sub GR_exp_x = GR_exp_x, GR_exp_bias // true exponent of x 568 cmp.gt p6,p7 = -8, GR_exp_x // Is |x| < 2^-8 583 (p6) cmp.gt.unc p10,p0 = -40, GR_exp_x // Is |x| < 2^-40
|
A D | s_log1p.S | 190 GR_exp_x = r20 define 825 and GR_exp_x = GR_exp_mask, GR_signexp_x // biased exponent of x 838 sub GR_exp_x = GR_exp_x, GR_exp_bias // true exponent of x 845 cmp.gt p6,p7 = -8, GR_exp_x // Is |x| < 2^-8 860 (p6) cmp.gt.unc p10,p0 = -80, GR_exp_x // Is |x| < 2^-80
|
A D | s_expm1l.S | 359 GR_exp_x = r17 define 781 and GR_exp_x = GR_signexp_x, GR_exp_mask 795 sub GR_exp_x = GR_exp_x, GR_exp_bias // Get exponent 803 cmp.lt p14, p0 = GR_exp_x, GR_very_small_exp // Is |x| < 2^-60? 811 cmp.lt p13, p0 = GR_exp_x, GR_small_exp // Is |x| < 2^-m? 1169 (p7) cmp.lt.unc p0, p8 = GR_exp_x, GR_exp_underflow // Unsafe if expm1 x small 1171 (p7) cmp.lt p0, p15 = GR_exp_x, GR_exp_underflow // Unsafe if expm1 x small
|
A D | e_powl.S | 583 GR_exp_x = r33 define 1954 and GR_exp_x = GR_exp_mask, GR_signexp_x 1959 cmp.lt p15, p14 = GR_exp_x, GR_exp_ynear1_oflow 1966 (p15) cmp.ge p15, p14 = GR_exp_x, GR_exp_ynear1_uflow 1980 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 1985 cmp.lt p15, p14 = GR_exp_x, GR_exp_square_oflow // Decide safe/unsafe 1992 (p15) cmp.ge p15, p14 = GR_exp_x, GR_exp_square_uflow // Decide safe/unsafe
|
A D | s_cosl.S | 722 GR_exp_x = r40 define 846 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 865 cmp.ge p10,p0 = GR_exp_x, GR_exp_2_to_63 // Is |x| >= 2^63 877 cmp.ge p7,p0 = GR_exp_x, GR_exp_2_to_24 // Is |x| >= 2^24 989 (p6) cmp.lt.unc p8,p0 = GR_exp_x, GR_exp_2_to_m3 // Is |x| < 2^-3
|
A D | s_erfcl.S | 400 GR_exp_x = r36 define 1400 and GR_exp_x = GR_signexp_x, GR_exp_mask 1417 sub GR_exp_x = GR_exp_x, GR_exp_bias // Get exponent
|
A D | s_tanl.S | 1200 GR_exp_x = r58 define 1331 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 1354 cmp.ge p6,p0 = GR_exp_x, GR_exp_2_to_63 // Is |x| >= 2^63 1381 cmp.ge p8,p0 = GR_exp_x, GR_exp_2_to_24 // Is |x| >= 2^24 1430 cmp.lt p10, p0 = GR_exp_x, GR_exp_2tom2 // Test if |x| < 1/4 1437 mov exp_r = GR_exp_x // Get exp_r if 1/4 <= |x| < pi/4
|
A D | libm_sincosl.S | 783 GR_exp_x = r40 define 901 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 919 cmp.ge p10,p0 = GR_exp_x, GR_exp_2_to_63 // Is |x| >= 2^63 930 cmp.ge p7,p0 = GR_exp_x, GR_exp_2_to_24 // Is |x| >= 2^24 1033 (p6) cmp.lt.unc p8,p0 = GR_exp_x, GR_exp_2_to_m3 // Is |x| < 2^-3
|
Completed in 27 milliseconds