Home
last modified time | relevance | path

Searched refs:GR_min_den_exp (Results 1 – 10 of 10) sorted by relevance

/sysdeps/ia64/fpu/
A Ds_libm_ldexp.S92 GR_min_den_exp = r27 define
190 mov GR_min_den_exp = 0x0fc01 - 52 // Exponent of min denorm dble
216 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A Ds_libm_ldexpf.S92 GR_min_den_exp = r27 define
190 mov GR_min_den_exp = 0x0ff81 - 23 // Exponent of min denorm float
216 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A Ds_libm_ldexpl.S92 GR_min_den_exp = r27 define
190 mov GR_min_den_exp = 0x0c001 - 63 // Exp of min denorm long dble
216 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A Ds_libm_scalbn.S92 GR_min_den_exp = r27 define
190 mov GR_min_den_exp = 0x0fc01 - 52 // Exponent of min denorm dble
216 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A Ds_libm_scalbnf.S92 GR_min_den_exp = r27 define
190 mov GR_min_den_exp = 0x0ff81 - 23 // Exponent of min denorm float
216 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A Ds_libm_scalbnl.S92 GR_min_den_exp = r27 define
190 mov GR_min_den_exp = 0x0c001 - 63 // Exp of min denorm long dble
216 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A Dlibm_scalblnf.S90 GR_min_den_exp = r27 define
188 mov GR_min_den_exp = 0x0ff81 - 23 // Exponent of min denorm float
214 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A De_scalb.S95 GR_min_den_exp = r27 define
221 mov GR_min_den_exp = 0x0fc01 - 52 // Exponent of min denorm dble
233 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A De_scalbf.S95 GR_min_den_exp = r27 define
221 mov GR_min_den_exp = 0x0ff81 - 23 // Exponent of min denorm float
233 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow
A De_scalbl.S95 GR_min_den_exp = r27 define
221 mov GR_min_den_exp = 0x0c001 - 63 // Exp of min denorm long dble
233 cmp.lt p9,p0 = GR_exp_Result, GR_min_den_exp // Test sure underflow

Completed in 11 milliseconds