Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A D_ftoll.c50 unsigned int _fp_current_exceptions = 0; in __dtoll() local
77 _fp_current_exceptions |= (1 << (int)fp_invalid); in __dtoll()
78 (void) _Q_set_exception(_fp_current_exceptions); in __dtoll()
121 (void) _Q_set_exception(_fp_current_exceptions); in __dtoll()
135 unsigned int _fp_current_exceptions = 0; in __ftoll() local
161 _fp_current_exceptions |= (1 << (int)fp_invalid); in __ftoll()
162 (void) _Q_set_exception(_fp_current_exceptions); in __ftoll()
204 (void) _Q_set_exception(_fp_current_exceptions); in __ftoll()
220 unsigned int _fp_current_exceptions = 0; in _Q_qtoll() local
249 (void) _Q_set_exception(_fp_current_exceptions); in _Q_qtoll()
[all …]
H A D_ftoull.c54 unsigned int _fp_current_exceptions = 0; in __dtoull() local
78 _fp_current_exceptions |= (1 << (int)fp_invalid); in __dtoull()
79 (void) _Q_set_exception(_fp_current_exceptions); in __dtoull()
125 (void) _Q_set_exception(_fp_current_exceptions); in __dtoull()
142 unsigned int _fp_current_exceptions = 0; in __ftoull() local
165 _fp_current_exceptions |= (1 << (int)fp_invalid); in __ftoull()
166 (void) _Q_set_exception(_fp_current_exceptions); in __ftoull()
212 (void) _Q_set_exception(_fp_current_exceptions); in __ftoull()
230 unsigned int _fp_current_exceptions = 0; in _Q_qtoull() local
252 (void) _Q_set_exception(_fp_current_exceptions); in _Q_qtoull()
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in574 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|_fp_current_exceptions