Lines Matching defs:fs
48 fp_exception_field_type fs;
67 __hex_to_double(&dr, mr.rd, &x, &fs);
69 decimal_to_double(&x, &mr, &dr, &fs);
70 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
81 fp_exception_field_type fs;
98 __hex_to_single(&dr, mr.rd, &x, &fs);
100 decimal_to_single(&x, &mr, &dr, &fs);
101 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
112 fp_exception_field_type fs;
124 __hex_to_quadruple(&dr, mr.rd, &x, &fs);
126 decimal_to_quadruple(&x, &mr, &dr, &fs);
130 __hex_to_extended(&dr, mr.rd, (extended *)&x, &fs);
132 decimal_to_extended((extended *)&x, &mr, &dr, &fs);
136 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))