Searched refs:fprem1 (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/lib/libm/amd64/src/ |
H A D | remainder.s | 42 ucomisd %xmm0,%xmm1 / if x or y is NaN, use fprem1 60 fprem1 / partial remainder 63 jne .rem_loop / while incomplete, do fprem1 again
|
H A D | remainderl.s | 38 fprem1 / partial remainder 41 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | remainderf.s | 43 fprem1 / partial remainder 46 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | remquol.s | 38 fprem1 / partial remainder 41 jne .Lreml_loop / while reduction incomplete, do fprem1
|
/titanic_44/usr/src/lib/libm/i386/src/ |
H A D | remainder.s | 43 jp .rem_loop / if x or y is NaN, use fprem1 58 fprem1 / partial remainder 61 jne .rem_loop / while incomplete, do fprem1 again
|
H A D | remainderf.s | 38 fprem1 / partial remainder 41 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | remainderl.s | 38 fprem1 / partial remainder 41 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | remquo.s | 39 fprem1 / partial remainder 42 jne .Lrem_loop / while reduction incomplete, do fprem1
|
H A D | remquof.s | 39 fprem1 / partial remainder 42 jne .Lremf_loop / while reduction incomplete, do fprem1
|
H A D | remquol.s | 39 fprem1 / partial remainder 42 jne .Lreml_loop / while reduction incomplete, do fprem1
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | __fenv_amd64.il | 79 .inline fprem1,2 82 fprem1
|
H A D | __fenv_i386.il | 83 .inline fprem1,2 86 fprem1
|
H A D | fenv_inlines.h | 144 fprem1(long double idend, long double div) in fprem1() function
|
H A D | __fex_i386.c | 554 extern long double fprem1(long double, long double); 937 info->res.val.q = fprem1(info->op1.val.q, info->op2.val.q); in __fex_get_op()
|