Lines Matching refs:r
27 # define libm_alias_ldouble_other_r_f128(from, to, r) \ argument
28 weak_alias (from ## l ## r, to ## f128 ## r)
30 # define libm_alias_ldouble_other_r_f128(from, to, r) argument
34 # define libm_alias_ldouble_other_r_f64x(from, to, r) \ argument
35 weak_alias (from ## l ## r, to ## f64x ## r)
37 # define libm_alias_ldouble_other_r_f64x(from, to, r) argument
44 #define libm_alias_ldouble_other_r(from, to, r) \ argument
45 libm_alias_ldouble_other_r_f128 (from, to, r); \
46 libm_alias_ldouble_other_r_f64x (from, to, r)
60 #define libm_alias_ldouble_r(from, to, r) \ argument
61 LONG_DOUBLE_COMPAT_CHOOSE_libm_ ## to ## l ## r \
62 (long_double_symbol (libm, from ## l ## r, to ## l ## r), \
63 weak_alias (from ## l ## r, to ## l ## r)); \
64 libm_alias_ldouble_other_r (from, to, r)