Searched refs:GR_exp_bias (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_powl.S | 636 GR_exp_bias = r58 define 866 mov GR_exp_bias = 0xFFFF // Form exponent bias 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 1023 sub GR_N = GR_N, GR_exp_bias // Get true exponent of x = N 1075 sub GR_M = GR_M, GR_exp_bias // Get true exponent of W 1505 add GR_Special_Exp = -50,GR_exp_bias 1641 sub GR_Expo_X = GR_Expo_X, GR_exp_bias // Get true exponent of X 1703 add GR_exp_bias_p_k = GR_exp_bias, GR_k 2281 cmp.lt p9, p8 = GR_exp_y,GR_exp_bias // Test 0 < |y| < 1 [all …]
|
D | s_log1pf.S | 180 GR_exp_bias = r16 define 516 mov GR_exp_bias = 0xffff 561 sub GR_exp_x = GR_exp_x, GR_exp_bias // true exponent of x 566 sub GR_N = GR_Exp,GR_exp_bias // true exponent of x+1
|
D | s_log1p.S | 185 GR_exp_bias = r16 define 793 mov GR_exp_bias = 0xffff 838 sub GR_exp_x = GR_exp_x, GR_exp_bias // true exponent of x 843 sub GR_N = GR_Exp,GR_exp_bias // true exponent of x+1
|
D | s_expm1l.S | 374 GR_exp_bias = r25 define 727 mov GR_exp_bias = 0x0FFFF // Set exponent bias 795 sub GR_exp_x = GR_exp_x, GR_exp_bias // Get exponent 894 add GR_exp_2_k = GR_exp_bias, GR_K // Form exponent of 2^k 901 sub GR_exp_2_mk = GR_exp_bias, GR_K // Form exponent of 2^-k
|
D | s_erfcl.S | 412 GR_exp_bias = r48 define 1300 mov GR_exp_bias = 0x0FFFF // Set exponent bias 1417 sub GR_exp_x = GR_exp_x, GR_exp_bias // Get exponent 1562 add GR_exp_2_k = GR_exp_bias, GR_K // Form exponent of 2^k
|