Searched refs:FR_float_N (Results 1 – 8 of 8) sorted by relevance
/sysdeps/ia64/fpu/ |
A D | s_asinhl.S | 444 FR_float_N = f59 define 836 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign 888 fcvt.xf FR_float_N = FR_float_N 938 fma.s1 FR_Y_hi = FR_float_N, FR_log2_hi, FR_H // Y_hi=N*log2_hi+H 944 fma.s1 FR_h = FR_float_N, FR_log2_lo, FR_h // h=N*log2_lo+h 1102 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign 1177 fcvt.xf FR_float_N = FR_float_N 1238 fma.s1 FR_Y_hi = FR_float_N, FR_log2_hi, FR_H // Y_hi=N*log2_hi+H 1244 fma.s1 FR_h = FR_float_N, FR_log2_lo, FR_h // h=N*log2_lo+h
|
A D | e_acoshl.S | 538 FR_float_N = f82 define 949 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign 994 fcvt.xf FR_float_N = FR_float_N 1044 fma.s1 FR_Y_hi = FR_float_N, FR_log2_hi, FR_H // Y_hi=N*log2_hi+H 1050 fma.s1 FR_h = FR_float_N, FR_log2_lo, FR_h // h=N*log2_lo+h 1180 setf.sig FR_float_N = GR_N // Put integer N into rightmost sign 1250 fcvt.xf FR_float_N = FR_float_N 1301 fma.s1 FR_Y_hi = FR_float_N, FR_log2_hi, FR_H // Y_hi=N*log2_hi+H 1307 fma.s1 FR_h = FR_float_N, FR_log2_lo, FR_h // h = N*log2_lo+h
|
A D | s_log1pl.S | 579 FR_float_N = f59 define 785 setf.sig FR_float_N = GR_N // Put integer N into rightmost significand 869 (p9) fcvt.xf FR_float_N = FR_float_N 967 (p9) fma.s1 FR_Y_hi = FR_float_N, FR_log2_hi, FR_H // Y_hi = N * log2_hi + H 974 (p9) fma.s1 FR_h = FR_float_N, FR_log2_lo, FR_h // h = N * log2_lo + h
|
A D | e_logl.S | 550 FR_float_N = f59 define 757 setf.sig FR_float_N = GR_N // Put integer N into rightmost significand 834 (p9) fcvt.xf FR_float_N = FR_float_N 927 (p9) fma.s1 FR_Y_hi = FR_float_N, FR_log2_hi, FR_H // Y_hi = N * log2_hi + H 934 (p9) fma.s1 FR_h = FR_float_N, FR_log2_lo, FR_h // h = N * log2_lo + h
|
A D | e_atanhl.S | 467 FR_float_N = f63 define 816 setf.sig FR_float_N = GR_N 894 fcvt.xf FR_float_N = FR_float_N 951 fma.s1 FR_Y_hi = FR_float_N,FR_log2_hi,FR_H 956 fma.s1 FR_h = FR_float_N,FR_log2_lo,FR_h // h = N * log2_lo + h
|
A D | e_powl.S | 733 FR_float_N = f48 define 1035 setf.sig FR_float_N = GR_N 1127 fcvt.xf FR_float_N = FR_float_N 1228 fma.s1 FR_G = FR_float_N, FR_log2_hi, FR_H 1238 fma.s1 FR_Y_lo = FR_float_N, FR_log2_lo, FR_h 1606 fms.s1 FR_float_N = FR_N, FR_2TOM51, FR_RSHF // Form float_N 1650 fnma.s1 FR_r = FR_L_hi, FR_float_N, FR_X // r = X - L_hi * float_N 1699 fnma.s1 FR_r = FR_L_lo, FR_float_N, FR_r
|
A D | s_expm1l.S | 406 FR_float_N = f38 define 852 fms.s1 FR_float_N = FR_N_signif, FR_2TOM51, FR_RSHF // Form float_N 866 fnma.s1 FR_r = FR_L_hi, FR_float_N, FR_norm_x // r = -L_hi * float_N + x 908 fnma.s1 FR_r = FR_L_lo, FR_float_N, FR_r // r = -L_lo * float_N + r
|
A D | s_erfcl.S | 464 FR_float_N = f37 define 1459 fms.s1 FR_float_N = FR_N_signif, FR_2TOM51, FR_RSHF 1517 fnma.s1 FR_r = FR_L_hi, FR_float_N, FR_norm_x//r= -L_hi*float_N+x 1578 fnma.s1 FR_r = FR_L_lo, FR_float_N, FR_r //r = -L_lo*float_N + r
|
Completed in 26 milliseconds