Searched refs:fp_inexact (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dieeefp.h92 fp_inexact = 5 enumerator in enum:fp_exception_type
97 fp_inexact = 0, enumerator in enum:fp_exception_type
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c55 if ((ex & (1 << fp_inexact)) != 0 ||
63 if ((ex & (1 << fp_inexact)) != 0)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dieeefp.h57 fp_inexact = 0, enumerator in enum:fp_exception_type
94 fp_inexact = 5 enumerator in enum:fp_exception_type
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/fpu/
H A Dieee.h70 fp_inexact = 0, enumerator in enum:fp_exception_type
/opensolaris-onvv-gate/usr/src/uts/sparc/fpu/
H A Dpack.c76 fpu_set_exception(pfpsd, fp_inexact);
143 pfpsd->fp_current_exceptions &= ~(1 << (int)fp_inexact);
189 pfpsd->fp_current_exceptions &= ~(1 << (int)fp_inexact);
233 fpu_set_exception(pfpsd, fp_inexact);
237 if (pfpsd->fp_current_exceptions & (1 << fp_inexact))
242 ~(1 << (int)fp_inexact);
253 fpu_set_exception(pfpsd, fp_inexact);
256 ~(1 << (int)fp_inexact);
312 fpu_set_exception(pfpsd, fp_inexact);
318 if (pfpsd->fp_current_exceptions & (1 << fp_inexact))
[all...]
H A Dfpu_simulator.c514 } else if (andexcep & (1 << fp_inexact)) {
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_add.c59 if((ex&(1<<fp_inexact))!=0) t = (huge+tiny);
H A D_Qfpack.c72 fpu_set_exception(fp_inexact);
138 _fp_current_exceptions &= ~(1 << (int) fp_inexact);
180 if (_fp_current_exceptions & (1 << fp_inexact))
192 fpu_set_exception(fp_inexact);
245 if (_fp_current_exceptions & (1 << fp_inexact))
259 fpu_set_exception(fp_inexact);
314 if (_fp_current_exceptions & (1 << fp_inexact))
328 fpu_set_exception(fp_inexact);
H A Dpack_float.c122 _fp_set_exception(fp_inexact);
191 if (_fp_current_exceptions & (1 << fp_inexact))
203 _fp_set_exception(fp_inexact);
258 if (_fp_current_exceptions & (1 << fp_inexact))
272 _fp_set_exception(fp_inexact);
336 if (_fp_current_exceptions & (1 << fp_inexact))
346 _fp_set_exception(fp_inexact);
415 if (_fp_current_exceptions & (1 << fp_inexact))
431 _fp_set_exception(fp_inexact);
H A Dsigfpe.c120 exception = fp_inexact;
H A Ddouble_decim.c50 *ps |= 1 << fp_inexact;
/opensolaris-onvv-gate/usr/src/lib/libc/port/fp/
H A D_base_sup.c61 if (ef == (1 << fp_inexact)) {
H A Dpack_float.c118 *ex |= (1 << fp_inexact);
191 if (e & (1 << fp_inexact))
202 e |= (1 << fp_overflow) | (1 << fp_inexact);
259 if (e & (1 << fp_inexact))
272 e |= (1 << fp_overflow) | (1 << fp_inexact);
329 if (e & (1 << fp_inexact))
338 e |= (1 << fp_overflow) | (1 << fp_inexact);
408 if (e & (1 << fp_inexact))
423 e |= (1 << fp_overflow) | (1 << fp_inexact);
H A Dsigfpe.c144 exception = fp_inexact;
H A D__flt_decim.c389 *ps = (eround == 0)? 0 : (1 << fp_inexact);
H A Daconvert.c240 (fp_exception_field_type)(1 << fp_inexact));
H A Ddecimal_bin.c420 *ps = (1 << fp_inexact);
422 *ps = (df1 == dds)? 0 : (1 << fp_inexact);
455 *ps = (e)? (1 << fp_inexact) : 0;
H A Ddouble_decim.c286 *ps |= 1 << fp_inexact;

Completed in 187 milliseconds