Searched refs:GR_signexp_x (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_log1pf.S | 178 GR_signexp_x = r14 define 497 getf.exp GR_signexp_x = f8 // if x is unorm then must recompute 548 and GR_exp_x = GR_exp_mask, GR_signexp_x // biased exponent of x 673 getf.exp GR_signexp_x = FR_NormX // recompute biased exponent
|
D | s_log1p.S | 183 GR_signexp_x = r14 define 774 getf.exp GR_signexp_x = f8 // if x is unorm then must recompute 825 and GR_exp_x = GR_exp_mask, GR_signexp_x // biased exponent of x 987 getf.exp GR_signexp_x = FR_NormX // recompute biased exponent
|
D | s_expm1l.S | 358 GR_signexp_x = r17 define 657 getf.exp GR_signexp_x = f8 // Get sign and exponent of x, redo if unorm 687 getf.exp GR_signexp_x = f8 // Get sign and exponent of x, redo if unorm 781 and GR_exp_x = GR_signexp_x, GR_exp_mask
|
D | e_powl.S | 581 GR_signexp_x = r32 define 845 getf.exp GR_signexp_x = FR_Input_X // Get signexp of x 1954 and GR_exp_x = GR_exp_mask, GR_signexp_x 1980 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 2630 getf.exp GR_signexp_x = FR_norm_X // Get sign and exp of x
|
D | s_tanl.S | 1199 GR_signexp_x = r57 define 1238 getf.exp GR_signexp_x = Arg // Get sign and exponent of x 1268 getf.exp GR_signexp_x = Arg // Get sign and exponent of x 1331 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 3051 getf.exp GR_signexp_x = Norm_Arg // Get sign and exponent of x
|
D | s_cosl.S | 721 GR_signexp_x = r40 define 821 getf.exp GR_signexp_x = FR_Input_X // Get sign and exponent of x 846 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 2272 getf.exp GR_signexp_x = FR_norm_x // Get sign and exponent of x
|
D | s_erfcl.S | 399 GR_signexp_x = r36 define 1372 getf.exp GR_signexp_x = FR_norm_x // Extr. sign and exponent of x 1400 and GR_exp_x = GR_signexp_x, GR_exp_mask
|
D | libm_sincosl.S | 782 GR_signexp_x = r40 define 878 getf.exp GR_signexp_x = FR_Input_X // Get sign and exponent of x 901 and GR_exp_x = GR_exp_mask, GR_signexp_x // Get exponent of x 2418 getf.exp GR_signexp_x = FR_norm_x // Get sign and exponent of x
|