Lines Matching defs:fs
60 fp_exception_field_type fs;
76 __hex_to_double(&dr, mr.rd, &x, &fs);
78 decimal_to_double(&x, &mr, &dr, &fs);
79 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
90 fp_exception_field_type fs;
106 __hex_to_single(&dr, mr.rd, &x, &fs);
108 decimal_to_single(&x, &mr, &dr, &fs);
109 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))
120 fp_exception_field_type fs;
131 __hex_to_extended(&dr, mr.rd, (extended *)&x, &fs);
133 decimal_to_extended((extended *)&x, &mr, &dr, &fs);
137 __hex_to_quadruple(&dr, mr.rd, &x, &fs);
139 decimal_to_quadruple(&x, &mr, &dr, &fs);
143 if (fs & ((1 << fp_overflow) | (1 << fp_underflow)))