Home
last modified time | relevance | path

Searched refs:fp_inexact (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c76 fpu_set_exception(pfpsd, fp_inexact); in round()
233 fpu_set_exception(pfpsd, fp_inexact); in packsingle()
242 ~(1 << (int)fp_inexact); in packsingle()
253 fpu_set_exception(pfpsd, fp_inexact); in packsingle()
256 ~(1 << (int)fp_inexact); in packsingle()
323 ~(1 << (int)fp_inexact); in packdouble()
334 fpu_set_exception(pfpsd, fp_inexact); in packdouble()
337 ~(1 << (int)fp_inexact); in packdouble()
412 ~(1 << (int)fp_inexact); in packextended()
423 fpu_set_exception(pfpsd, fp_inexact); in packextended()
[all …]
H A Dfpu_simulator.c515 } else if (andexcep & (1 << fp_inexact)) { in _fp_fpu_simulator()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c116 *ex |= (1 << fp_inexact); in round()
189 if (e & (1 << fp_inexact)) in __pack_single()
200 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_single()
257 if (e & (1 << fp_inexact)) in __pack_double()
270 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_double()
327 if (e & (1 << fp_inexact)) in __pack_extended()
336 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_extended()
406 if (e & (1 << fp_inexact)) in __pack_quadruple()
421 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_quadruple()
H A D_base_sup.c63 if (ef == (1 << fp_inexact)) { in __base_conversion_set_exception()
H A Dsigfpe.c142 exception = fp_inexact; in _sigfpe_master()
H A Ddecimal_bin.c418 *ps = (1 << fp_inexact); in __fast_decimal_to_single()
420 *ps = (df1 == dds)? 0 : (1 << fp_inexact); in __fast_decimal_to_single()
453 *ps = (e)? (1 << fp_inexact) : 0; in __fast_decimal_to_double()
H A D__flt_decim.c387 *ps = (eround == 0)? 0 : (1 << fp_inexact); in __fast_double_to_decimal()
H A Daconvert.c240 (fp_exception_field_type)(1 << fp_inexact)); in __qaconvert()
H A Ddouble_decim.c286 *ps |= 1 << fp_inexact; in __big_decimal_to_string()
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c53 if ((ex & (1 << fp_inexact)) != 0 || in _Q_set_exception()
61 if ((ex & (1 << fp_inexact)) != 0) in _Q_set_exception()
/illumos-gate/usr/src/uts/common/sys/
H A Dieeefp.h55 fp_inexact = 0, enumerator
93 fp_inexact = 5
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dieee.h70 fp_inexact = 0, enumerator