Searched refs:_fp_current_exceptions (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_dtoq.c37 _fp_current_exceptions = 0;
40 _Q_set_exception(_fp_current_exceptions);
H A D_Q_qtod.c37 _fp_current_exceptions = 0;
41 _Q_set_exception(_fp_current_exceptions);
H A D_Q_stoq.c37 _fp_current_exceptions = 0;
40 _Q_set_exception(_fp_current_exceptions);
H A D_Q_cmp.c37 _fp_current_exceptions = 0;
41 _Q_set_exception(_fp_current_exceptions);
H A D_Q_cmpe.c37 _fp_current_exceptions = 0;
41 _Q_set_exception(_fp_current_exceptions);
H A D_Q_qtoi.c39 _fp_current_exceptions = 0;
43 _Q_set_exception(_fp_current_exceptions);
H A D_Q_qtos.c37 _fp_current_exceptions = 0;
41 _Q_set_exception(_fp_current_exceptions);
H A D_Q_sqrt.c37 _fp_current_exceptions = 0;
42 _Q_set_exception(_fp_current_exceptions);
H A D_Q_div.c37 _fp_current_exceptions = 0;
43 _Q_set_exception(_fp_current_exceptions);
H A D_Q_mul.c37 _fp_current_exceptions = 0;
43 _Q_set_exception(_fp_current_exceptions);
H A D_Q_sub.c37 _fp_current_exceptions = 0;
43 _Q_set_exception(_fp_current_exceptions);
H A D_Q_qtou.c48 _fp_current_exceptions = 0;
52 _Q_set_exception(_fp_current_exceptions);
H A D_Q_add.c40 _fp_current_exceptions = 0;
46 _Q_set_exception(_fp_current_exceptions);
H A D_Qglobals.h61 unsigned _fp_current_exceptions ; /* Current floating-point exceptions. */ variable
H A Ddecimal_bin.c463 _fp_current_exceptions = 0;
466 *ps = _fp_current_exceptions;
532 _fp_current_exceptions = 0;
535 *ps = _fp_current_exceptions;
601 _fp_current_exceptions = 0;
605 *ps = _fp_current_exceptions;
682 _fp_current_exceptions = 0;
685 *ps = _fp_current_exceptions;
H A D_Qfpack.c138 _fp_current_exceptions &= ~(1 << (int) fp_inexact);
180 if (_fp_current_exceptions & (1 << fp_inexact))
245 if (_fp_current_exceptions & (1 << fp_inexact))
314 if (_fp_current_exceptions & (1 << fp_inexact))
H A Dpack_float.c191 if (_fp_current_exceptions & (1 << fp_inexact))
258 if (_fp_current_exceptions & (1 << fp_inexact))
336 if (_fp_current_exceptions & (1 << fp_inexact))
415 if (_fp_current_exceptions & (1 << fp_inexact))
H A Dbase_conversion.h200 fp_exception_field_type _fp_current_exceptions; variable
H A D_Qfutility.c144 _fp_current_exceptions |= 1 << (int) ex;
H A D_unpack_dble.c82 _fp_current_exceptions |= 1 << (int) ex;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A D_ftoll.c52 unsigned int _fp_current_exceptions = 0; local
79 _fp_current_exceptions |= (1 << (int)fp_invalid);
80 (void) _Q_set_exception(_fp_current_exceptions);
123 (void) _Q_set_exception(_fp_current_exceptions);
137 unsigned int _fp_current_exceptions = 0; local
163 _fp_current_exceptions |= (1 << (int)fp_invalid);
164 (void) _Q_set_exception(_fp_current_exceptions);
206 (void) _Q_set_exception(_fp_current_exceptions);
222 unsigned int _fp_current_exceptions = 0; local
250 _fp_current_exceptions |
[all...]
H A D_ftoull.c56 unsigned int _fp_current_exceptions = 0; local
80 _fp_current_exceptions |= (1 << (int)fp_invalid);
81 (void) _Q_set_exception(_fp_current_exceptions);
127 (void) _Q_set_exception(_fp_current_exceptions);
144 unsigned int _fp_current_exceptions = 0; local
167 _fp_current_exceptions |= (1 << (int)fp_invalid);
168 (void) _Q_set_exception(_fp_current_exceptions);
214 (void) _Q_set_exception(_fp_current_exceptions);
232 unsigned int _fp_current_exceptions = 0; local
253 _fp_current_exceptions |
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in574 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|_fp_current_exceptions

Completed in 124 milliseconds