Lines Matching refs:exception

64 input is simply rounded to an integer, with the inexact exception raised if
66 input is too large, however, the invalid exception is raised and the largest
100 roundData->exception |= float_flag_invalid;
103 if ( roundBits ) roundData->exception |= float_flag_inexact;
200 the inexact exception raised if the abstract input cannot be represented
247 roundData->exception |= float_flag_overflow | float_flag_inexact;
258 if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow;
261 if ( roundBits ) roundData->exception |= float_flag_inexact;
371 the inexact exception raised if the abstract input cannot be represented
420 roundData->exception |= float_flag_overflow | float_flag_inexact;
431 if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow;
434 if ( roundBits ) roundData->exception |= float_flag_inexact;
546 inexact exception raised if the abstract input cannot be represented
618 if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow;
619 if ( roundBits ) roundData->exception |= float_flag_inexact;
630 if ( roundBits ) roundData->exception |= float_flag_inexact;
667 roundData->exception |= float_flag_overflow | float_flag_inexact;
684 if ( isTiny && zSig1 ) roundData->exception |= float_flag_underflow;
685 if ( zSig1 ) roundData->exception |= float_flag_inexact;
705 if ( zSig1 ) roundData->exception |= float_flag_inexact;
986 roundData->exception |= float_flag_inexact;
1015 if ( z != a ) roundData->exception |= float_flag_inexact;
1118 roundData->exception |= float_flag_invalid;
1239 roundData->exception |= float_flag_invalid;
1247 roundData->exception |= float_flag_invalid;
1297 roundData->exception |= float_flag_invalid;
1309 roundData->exception |= float_flag_invalid;
1312 roundData->exception |= float_flag_divbyzero;
1367 roundData->exception |= float_flag_invalid;
1376 roundData->exception |= float_flag_invalid;
1463 roundData->exception |= float_flag_invalid;
1468 roundData->exception |= float_flag_invalid;
1572 corresponding value `b', and 0 otherwise. The invalid exception is raised
1594 cause an exception. Otherwise, the comparison is performed according to the
1620 exception. Otherwise, the comparison is performed according to the IEC/IEEE
1880 roundData->exception |= float_flag_inexact;
1911 if ( z != a ) roundData->exception |= float_flag_inexact;
2014 roundData->exception |= float_flag_invalid;
2133 roundData->exception |= float_flag_invalid;
2141 roundData->exception |= float_flag_invalid;
2193 roundData->exception |= float_flag_invalid;
2205 roundData->exception |= float_flag_invalid;
2208 roundData->exception |= float_flag_divbyzero;
2263 roundData->exception |= float_flag_invalid;
2272 roundData->exception |= float_flag_invalid;
2345 roundData->exception |= float_flag_invalid;
2350 roundData->exception |= float_flag_invalid;
2459 corresponding value `b', and 0 otherwise. The invalid exception is raised
2481 cause an exception. Otherwise, the comparison is performed according to the
2507 exception. Otherwise, the comparison is performed according to the IEC/IEEE
2690 roundData->exception |= float_flag_inexact;
2731 if ( z.low != a.low ) roundData->exception |= float_flag_inexact;
2832 roundData->exception |= float_flag_invalid;
2952 roundData->exception |= float_flag_invalid;
3018 roundData->exception |= float_flag_invalid;
3024 roundData->exception |= float_flag_divbyzero;
3097 roundData->exception |= float_flag_invalid;
3189 roundData->exception |= float_flag_invalid;
3341 to the corresponding value `b', and 0 otherwise. The invalid exception is
3370 do not cause an exception. Otherwise, the comparison is performed according
3404 an exception. Otherwise, the comparison is performed according to the