Searched refs:excf (Results 1 – 1 of 1) sorted by relevance
150 struct exceptionf excf; in __libm_error_support() local252 #define NOT_MATHERRF excf.arg1=*(float *)arg1;excf.arg2=*(float *)arg2;excf.retval=*(float *)retval… in __libm_error_support()258 #define NAMEF excf.name in __libm_error_support()282 #define SINGF excf.type = SING in __libm_error_support()283 #define DOMAINF excf.type = DOMAIN in __libm_error_support()284 #define OVERFLOWF excf.type = OVERFLOW in __libm_error_support()286 #define TLOSSF excf.type = TLOSS in __libm_error_support()1764 *(float *)retval = excf.retval; in __libm_error_support()2890 *(float *)retval = excf.retval; in __libm_error_support()2944 *(float *)retval = excf.retval; in __libm_error_support()[all …]
Completed in 7 milliseconds