Home
last modified time | relevance | path

Searched refs:fp_nearest (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlog1pl.c53 rd = __swapRD(fp_nearest); in log1pl()
61 if (rd != fp_nearest) in log1pl()
H A Dhypotl.c90 rd = __swap87RD(fp_nearest); in hypotl()
110 if (rd != fp_nearest) in hypotl()
/illumos-gate/usr/src/uts/common/sys/
H A Dieeefp.h41 fp_nearest = 0, enumerator
74 fp_nearest = 0,
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog10l.c96 rd = __swapRD(fp_nearest); in log10l()
101 if (rd != fp_nearest) in log10l()
H A Drndintl.c82 rd = __swapRD(fp_nearest); in irintl()
85 case fp_nearest: in irintl()
H A Dhypotl.c104 rd = __swapRD(fp_nearest); in hypotl()
124 if (rd != fp_nearest) in hypotl()
H A Dsqrtl.c290 if (rm == fp_positive || (rm == fp_nearest && (t > twom113 || in __q_pack()
450 rm = __swapRD(fp_nearest); in sqrtl()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompat-solaris.c28 dm.rd = fp_nearest; in string_to_ld()
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c45 case fp_nearest: in overflow_to_infinity()
78 case fp_nearest: in round()
107 if ((pfpsd->fp_direction == fp_nearest) && in round()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c81 case fp_nearest: in overflow_to_infinity()
118 case fp_nearest: in round()
144 if ((rd == fp_nearest) && in round()
H A D__flt_decim.c270 if (pm->rd != fp_nearest) in __fast_double_to_decimal()
H A Ddecimal_bin.c340 if (pm->rd != fp_nearest) in __fast_decimal_to_single()
438 if (pm->rd != fp_nearest || pd->ndigits > 18 || pd->exponent in __fast_decimal_to_double()
H A Daconvert.c248 if (rd == fp_positive || (rd == fp_nearest && in __qaconvert()
H A Ddouble_decim.c289 case fp_nearest: in __big_decimal_to_string()