Searched refs:_fp_current_exceptions (Results 1 – 23 of 23) sorted by relevance
52 unsigned int _fp_current_exceptions = 0; in __dtoll() local79 _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() local163 _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() local250 _fp_current_exceptions |= (1 << (int)fp_invalid); in _Q_qtoll()[all …]
56 unsigned int _fp_current_exceptions = 0; in __dtoull() local80 _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() local167 _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() local253 _fp_current_exceptions |= (1 << (int)fp_invalid); in _Q_qtoull()[all …]
37 _fp_current_exceptions = 0; in _Q_dtoq()40 _Q_set_exception(_fp_current_exceptions); in _Q_dtoq()
37 _fp_current_exceptions = 0; in _Q_qtod()41 _Q_set_exception(_fp_current_exceptions); in _Q_qtod()
37 _fp_current_exceptions = 0; in _Q_stoq()40 _Q_set_exception(_fp_current_exceptions); in _Q_stoq()
37 _fp_current_exceptions = 0; in _Q_qtos()41 _Q_set_exception(_fp_current_exceptions); in _Q_qtos()
39 _fp_current_exceptions = 0; in _Q_qtoi()43 _Q_set_exception(_fp_current_exceptions); in _Q_qtoi()
37 _fp_current_exceptions = 0; in _Q_sqrt()42 _Q_set_exception(_fp_current_exceptions); in _Q_sqrt()
37 _fp_current_exceptions = 0; in _Q_cmpe()41 _Q_set_exception(_fp_current_exceptions); in _Q_cmpe()
37 _fp_current_exceptions = 0; in _Q_cmp()41 _Q_set_exception(_fp_current_exceptions); in _Q_cmp()
37 _fp_current_exceptions = 0; in _Q_div()43 _Q_set_exception(_fp_current_exceptions); in _Q_div()
37 _fp_current_exceptions = 0; in _Q_mul()43 _Q_set_exception(_fp_current_exceptions); in _Q_mul()
37 _fp_current_exceptions = 0; in _Q_sub()43 _Q_set_exception(_fp_current_exceptions); in _Q_sub()
48 _fp_current_exceptions = 0; in _Q_qtou()52 _Q_set_exception(_fp_current_exceptions); in _Q_qtou()
40 _fp_current_exceptions = 0; in _Q_add()46 _Q_set_exception(_fp_current_exceptions); in _Q_add()
463 _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;
138 _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))
191 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))
61 unsigned _fp_current_exceptions ; /* Current floating-point exceptions. */ variable
200 fp_exception_field_type _fp_current_exceptions; variable
144 _fp_current_exceptions |= 1 << (int) ex;
82 _fp_current_exceptions |= 1 << (int) ex; in _fp_set_exception()
574 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|_fp_current_exceptions