Searched refs:rExp_mask (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_cosh.S | 137 rExp_mask = r24 define 334 mov rExp_mask = 0x1ffff 389 and rExp_x = rExp_mask, rSignexp_x // Biased exponent of x 784 sub rTmp = rExp_mask, r0, 1
|
D | s_expm1.S | 152 rExp_mask = r29 define 364 mov rExp_mask = 0x1ffff 416 and rExp_x = rExp_mask, rSignexp_x // Biased exponent of x 787 sub rTmp = rExp_mask, r0, 1
|
D | e_sinh.S | 142 rExp_mask = r24 define 340 mov rExp_mask = 0x1ffff 395 and rExp_x = rExp_mask, rSignexp_x // Biased exponent of x 817 sub rTmp = rExp_mask, r0, 1
|
D | s_expm1f.S | 143 rExp_mask = r23 define 300 mov rExp_mask = 0x1ffff // Exponent mask 352 and rExp_x = rExp_mask, rSignexp_x // Biased exponent of x
|
D | e_coshf.S | 139 rExp_mask = r19 define 324 mov rExp_mask = 0x1ffff 352 and rExp_x = rExp_mask, rSignexp_x // Biased exponent of x
|
D | e_exp.S | 135 rExp_mask = r24 define 292 mov rExp_mask = 0x1ffff 592 sub rTmp = rExp_mask, r0, 1
|
D | e_sinhf.S | 143 rExp_mask = r19 define 329 mov rExp_mask = 0x1ffff 357 and rExp_x = rExp_mask, rSignexp_x // Biased exponent of x
|