Lines Matching refs:r
25 # define libm_alias_ldouble_other_r_f128(from, to, r) \ argument
26 weak_alias (from ## l ## r, to ## f128 ## r)
28 # define libm_alias_ldouble_other_r_f128(from, to, r) argument
32 # define libm_alias_ldouble_other_r_f64x(from, to, r) \ argument
33 weak_alias (from ## l ## r, to ## f64x ## r)
35 # define libm_alias_ldouble_other_r_f64x(from, to, r) argument
42 #define libm_alias_ldouble_other_r(from, to, r) \ argument
43 libm_alias_ldouble_other_r_f128 (from, to, r); \
44 libm_alias_ldouble_other_r_f64x (from, to, r)
58 #define libm_alias_ldouble_r(from, to, r) \ argument
59 weak_alias (from ## l ## r, to ## l ## r); \
60 libm_alias_ldouble_other_r (from, to, r)