Home | History | Annotate | Download | only in fpu

Lines Matching refs:STATUS

95 #define STATUS_PARAM , float_status *status
96 #define STATUS(field) status->field
97 #define STATUS_VAR , status
218 STATUS(float_detect_tininess) = val;
222 STATUS(flush_to_zero) = val;
226 STATUS(flush_inputs_to_zero) = val;
230 STATUS(default_nan_mode) = val;
232 INLINE int get_float_exception_flags(float_status *status)
234 return STATUS(float_exception_flags);