Searched refs:fp_inexact (Results 1 – 18 of 18) sorted by relevance
76 fpu_set_exception(pfpsd, fp_inexact); in round()143 pfpsd->fp_current_exceptions &= ~(1 << (int)fp_inexact); in packint32()189 pfpsd->fp_current_exceptions &= ~(1 << (int)fp_inexact); in packint64()233 fpu_set_exception(pfpsd, fp_inexact); in packsingle()237 if (pfpsd->fp_current_exceptions & (1 << fp_inexact)) in packsingle()242 ~(1 << (int)fp_inexact); in packsingle()253 fpu_set_exception(pfpsd, fp_inexact); in packsingle()256 ~(1 << (int)fp_inexact); in packsingle()312 fpu_set_exception(pfpsd, fp_inexact); in packdouble()318 if (pfpsd->fp_current_exceptions & (1 << fp_inexact)) in packdouble()[all …]
514 } else if (andexcep & (1 << fp_inexact)) { in _fp_fpu_simulator()
72 fpu_set_exception(fp_inexact);138 _fp_current_exceptions &= ~(1 << (int) fp_inexact);180 if (_fp_current_exceptions & (1 << fp_inexact))192 fpu_set_exception(fp_inexact);245 if (_fp_current_exceptions & (1 << fp_inexact))259 fpu_set_exception(fp_inexact);314 if (_fp_current_exceptions & (1 << fp_inexact))328 fpu_set_exception(fp_inexact);
122 _fp_set_exception(fp_inexact);191 if (_fp_current_exceptions & (1 << fp_inexact))203 _fp_set_exception(fp_inexact);258 if (_fp_current_exceptions & (1 << fp_inexact))272 _fp_set_exception(fp_inexact);336 if (_fp_current_exceptions & (1 << fp_inexact))346 _fp_set_exception(fp_inexact);415 if (_fp_current_exceptions & (1 << fp_inexact))431 _fp_set_exception(fp_inexact);
59 if((ex&(1<<fp_inexact))!=0) t = (huge+tiny); in _Q_set_exception()
120 exception = fp_inexact;
50 *ps |= 1 << fp_inexact; in decimal_round()
118 *ex |= (1 << fp_inexact); in round()191 if (e & (1 << fp_inexact)) in __pack_single()202 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_single()259 if (e & (1 << fp_inexact)) in __pack_double()272 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_double()329 if (e & (1 << fp_inexact)) in __pack_extended()338 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_extended()408 if (e & (1 << fp_inexact)) in __pack_quadruple()423 e |= (1 << fp_overflow) | (1 << fp_inexact); in __pack_quadruple()
61 if (ef == (1 << fp_inexact)) { in __base_conversion_set_exception()
144 exception = fp_inexact; in _sigfpe_master()
420 *ps = (1 << fp_inexact); in __fast_decimal_to_single()422 *ps = (df1 == dds)? 0 : (1 << fp_inexact); in __fast_decimal_to_single()455 *ps = (e)? (1 << fp_inexact) : 0; in __fast_decimal_to_double()
389 *ps = (eround == 0)? 0 : (1 << fp_inexact); in __fast_double_to_decimal()
240 (fp_exception_field_type)(1 << fp_inexact)); in __qaconvert()
286 *ps |= 1 << fp_inexact; in __big_decimal_to_string()
55 if ((ex & (1 << fp_inexact)) != 0 || in _Q_set_exception()63 if ((ex & (1 << fp_inexact)) != 0) in _Q_set_exception()
92 fp_inexact = 5 enumerator97 fp_inexact = 0, enumerator
57 fp_inexact = 0, enumerator94 fp_inexact = 5
70 fp_inexact = 0, enumerator