Lines Matching refs:arg1
141 void __libm_error_support(void *arg1,void *arg2,void *retval,error_types input_tag) in __libm_error_support() argument
250 #define NOT_MATHERRL excl.arg1=*(long double *)arg1;excl.arg2=*(long double *)arg2;excl.retval=*(lo… in __libm_error_support()
251 #define NOT_MATHERRD exc.arg1=*(double *)arg1;exc.arg2=*(double *)arg2;exc.retval=*(double *)retval… in __libm_error_support()
252 #define NOT_MATHERRF excf.arg1=*(float *)arg1;excf.arg2=*(float *)arg2;excf.retval=*(float *)retval… in __libm_error_support()
288 #define INPUT_XL (excl.arg1=*(long double*)arg1) in __libm_error_support()
289 #define INPUT_XD (exc.arg1=*(double*)arg1) in __libm_error_support()
290 #define INPUT_XF (excf.arg1=*(float*)arg1) in __libm_error_support()
2348 *(long double *)retval = *(long double *)arg1; in __libm_error_support()
2358 *(double *)retval = *(double *)arg1; in __libm_error_support()
2368 *(float *)retval = *(float *)arg1; in __libm_error_support()
4183 *(long double *)retval = *(long double *)arg1; in __libm_error_support()
4203 *(double *)retval = *(double *)arg1; in __libm_error_support()
4223 *(float *)retval = *(float *)arg1; in __libm_error_support()