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

/osnet-11/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 16 milliseconds