Searched defs:_fp_current_exceptions (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
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
/illumos-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...]

Completed in 97 milliseconds