Searched refs:GR_N (Results 1 – 13 of 13) sorted by relevance
/sysdeps/ia64/fpu/ |
A D | s_asinhl.S | 522 GR_N = r42 define 800 getf.exp GR_N = FR_XLog_Hi // Get N = exponent of x+1 820 sub GR_N = GR_N, GR_Bias // sub bias from exp 826 sub GR_minus_N = GR_Bias, GR_N // Form exponent of 2^(-N) 836 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign 1074 getf.exp GR_N = FR_XLog_Hi // Get N = exponent of x+1 1090 sub GR_N = GR_N, GR_Bias 1097 sub GR_minus_N = GR_Bias, GR_N // Form exponent of 2^(-N) 1102 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign
|
A D | e_acoshl.S | 612 GR_N = r48 define 914 getf.exp GR_N = FR_XLog_Hi // Get N = exponent of x+1 933 sub GR_N = GR_N, GR_Bias // sub bias from exp 939 sub GR_minus_N = GR_Bias, GR_N // Form exponent of 2^(-N) 949 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign 1155 getf.exp GR_N = FR_XLog_Hi // Get N = exponent of x+1 1168 sub GR_N = GR_N, GR_Bias 1175 sub GR_minus_N = GR_Bias, GR_N // Form exponent of 2^(-N) 1180 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign
|
A D | s_log1pl.S | 627 GR_N = r42 define 753 getf.exp GR_N = FR_Z // Get N = exponent of x+1 771 sub GR_N = GR_N, GR_Bias 779 sub GR_minus_N = GR_Bias, GR_N // Form exponent of 2^(-N) 785 setf.sig FR_float_N = GR_N // Put integer N into rightmost significand
|
A D | e_logl.S | 591 GR_N = r42 define 725 getf.exp GR_N = FR_X_Prime // Get N = exponent of x 744 sub GR_N = GR_N, GR_Bias 757 setf.sig FR_float_N = GR_N // Put integer N into rightmost significand 1109 getf.exp GR_N = FR_X_Prime // Get exponent of normalized input
|
A D | libm_reduce.S | 556 GR_N = r8 define 1391 getf.sig GR_N = FR_N 1428 add GR_N = GR_N,GR_M 1435 (p9) sub GR_N = GR_Temp,GR_N
|
A D | e_atanhl.S | 506 GR_N = r41 define 786 getf.exp GR_N = FR_Z // get N = exponent of x+1 806 sub GR_N = GR_N,GR_Bias 811 sub GR_minus_N = GR_Bias,GR_N // form exponent of 2^(-N) 816 setf.sig FR_float_N = GR_N
|
A D | s_log1pf.S | 176 GR_N = r11 define 566 sub GR_N = GR_Exp,GR_exp_bias // true exponent of x+1 586 (p7) setf.sig FR_N = GR_N // copy unbiased exponent of x to the
|
A D | e_logf.S | 223 GR_N = r9 define 892 sub GR_N = GR_Exp,GR_05,1 // unbiased exponent of x 898 setf.sig FR_N = GR_N // copy unbiased exponent of x to the 1020 sub GR_N = GR_Exp,GR_05,1 // unbiased exponent N
|
A D | s_log1p.S | 181 GR_N = r11 define 843 sub GR_N = GR_Exp,GR_exp_bias // true exponent of x+1 863 (p7) setf.sig FR_N = GR_N // copy unbiased exponent of x to the
|
A D | libm_lgammaf.S | 225 GR_N = r29 define 1301 getf.sig GR_N = FR_int_Ntrunc 1321 cmp.ne p8,p0 = r0,GR_N 1323 and GR_IntNum = 0xF,GR_N 1326 cmp.lt p6,p0 = GR_N,GR_Neg2 1328 cmp.lt p7,p0 = GR_N,GR_Neg4 1679 getf.sig GR_N = FR_int_Ntrunc // signgam calculation 1717 tbit.z p14,p0 = GR_N,0 1832 getf.sig GR_N = FR_int_Ntrunc 1854 tbit.z p14,p0 = GR_N,0
|
A D | libm_lgammal.S | 415 GR_N = r23 define 2333 setf.sig fFloatN = GR_N 2583 and GR_N = GR_N, r17Ones // mask sign bit 2600 sub GR_N = GR_N, rExpHalf, 1 // unbisaed exponent of DeltaX 3404 and GR_N = GR_N, r17Ones // mask sign bit 3421 sub GR_N = GR_N, rExpHalf, 1 3513 setf.sig fFloatN = GR_N 3852 and GR_N = GR_N, r17Ones // mask sign bit 3879 sub GR_N = GR_N, rExpHalf, 1 // unbiased exponent of deltaX 4933 sub GR_N = r0, GR_N [all …]
|
A D | e_log.S | 228 GR_N = r11 define 1451 sub GR_N = GR_Exp,GR_bias // unbiased_exponent_of_x 1455 setf.sig FR_N = GR_N // copy unbiased exponent of x to significand
|
A D | e_powl.S | 611 GR_N = r44 define 984 getf.exp GR_N = FR_Z // Get exponent of Z (also x) 1023 sub GR_N = GR_N, GR_exp_bias // Get true exponent of x = N 1035 setf.sig FR_float_N = GR_N
|
Completed in 53 milliseconds