Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A D_ftoll.c52 unsigned int _fp_current_exceptions = 0; in __dtoll() local
79 _fp_current_exceptions |= (1 << (int)fp_invalid); in __dtoll()
80 (void) _Q_set_exception(_fp_current_exceptions); in __dtoll()
123 (void) _Q_set_exception(_fp_current_exceptions); in __dtoll()
137 unsigned int _fp_current_exceptions = 0; in __ftoll() local
163 _fp_current_exceptions |= (1 << (int)fp_invalid); in __ftoll()
164 (void) _Q_set_exception(_fp_current_exceptions); in __ftoll()
206 (void) _Q_set_exception(_fp_current_exceptions); in __ftoll()
222 unsigned int _fp_current_exceptions = 0; in _Q_qtoll() local
250 _fp_current_exceptions |= (1 << (int)fp_invalid); in _Q_qtoll()
[all …]
H A D_ftoull.c56 unsigned int _fp_current_exceptions = 0; in __dtoull() local
80 _fp_current_exceptions |= (1 << (int)fp_invalid); in __dtoull()
81 (void) _Q_set_exception(_fp_current_exceptions); in __dtoull()
127 (void) _Q_set_exception(_fp_current_exceptions); in __dtoull()
144 unsigned int _fp_current_exceptions = 0; in __ftoull() local
167 _fp_current_exceptions |= (1 << (int)fp_invalid); in __ftoull()
168 (void) _Q_set_exception(_fp_current_exceptions); in __ftoull()
214 (void) _Q_set_exception(_fp_current_exceptions); in __ftoull()
232 unsigned int _fp_current_exceptions = 0; in _Q_qtoull() local
253 _fp_current_exceptions |= (1 << (int)fp_invalid); in _Q_qtoull()
[all …]
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_Q_dtoq.c37 _fp_current_exceptions = 0; in _Q_dtoq()
40 _Q_set_exception(_fp_current_exceptions); in _Q_dtoq()
H A D_Q_qtod.c37 _fp_current_exceptions = 0; in _Q_qtod()
41 _Q_set_exception(_fp_current_exceptions); in _Q_qtod()
H A D_Q_stoq.c37 _fp_current_exceptions = 0; in _Q_stoq()
40 _Q_set_exception(_fp_current_exceptions); in _Q_stoq()
H A D_Q_qtos.c37 _fp_current_exceptions = 0; in _Q_qtos()
41 _Q_set_exception(_fp_current_exceptions); in _Q_qtos()
H A D_Q_qtoi.c39 _fp_current_exceptions = 0; in _Q_qtoi()
43 _Q_set_exception(_fp_current_exceptions); in _Q_qtoi()
H A D_Q_sqrt.c37 _fp_current_exceptions = 0; in _Q_sqrt()
42 _Q_set_exception(_fp_current_exceptions); in _Q_sqrt()
H A D_Q_cmpe.c37 _fp_current_exceptions = 0; in _Q_cmpe()
41 _Q_set_exception(_fp_current_exceptions); in _Q_cmpe()
H A D_Q_cmp.c37 _fp_current_exceptions = 0; in _Q_cmp()
41 _Q_set_exception(_fp_current_exceptions); in _Q_cmp()
H A D_Q_div.c37 _fp_current_exceptions = 0; in _Q_div()
43 _Q_set_exception(_fp_current_exceptions); in _Q_div()
H A D_Q_mul.c37 _fp_current_exceptions = 0; in _Q_mul()
43 _Q_set_exception(_fp_current_exceptions); in _Q_mul()
H A D_Q_sub.c37 _fp_current_exceptions = 0; in _Q_sub()
43 _Q_set_exception(_fp_current_exceptions); in _Q_sub()
H A D_Q_qtou.c48 _fp_current_exceptions = 0; in _Q_qtou()
52 _Q_set_exception(_fp_current_exceptions); in _Q_qtou()
H A D_Q_add.c40 _fp_current_exceptions = 0; in _Q_add()
46 _Q_set_exception(_fp_current_exceptions); in _Q_add()
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 D_Qglobals.h61 unsigned _fp_current_exceptions ; /* Current floating-point exceptions. */ variable
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; in _fp_set_exception()
/titanic_50/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in574 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|_fp_current_exceptions