Searched refs:_fp_current_exceptions (Results 1 – 3 of 3) sorted by relevance
50 unsigned int _fp_current_exceptions = 0; in __dtoll() local77 _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() local161 _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() local248 _fp_current_exceptions |= (1 << (int)fp_invalid); in _Q_qtoll()[all …]
54 unsigned int _fp_current_exceptions = 0; in __dtoull() local78 _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() local165 _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() local251 _fp_current_exceptions |= (1 << (int)fp_invalid); in _Q_qtoull()[all …]
574 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|_fp_current_exceptions