Lines Matching refs:r
28 # define libm_alias_double_other_r_f64(from, to, r) \ argument
29 weak_alias (from ## r, to ## f64 ## r)
31 # define libm_alias_double_other_r_f64(from, to, r) argument
35 # define libm_alias_double_other_r_f32x(from, to, r) \ argument
36 weak_alias (from ## r, to ## f32x ## r)
38 # define libm_alias_double_other_r_f32x(from, to, r) argument
45 #define libm_alias_double_other_r(from, to, r) \ argument
46 libm_alias_double_other_r_f64 (from, to, r); \
47 libm_alias_double_other_r_f32x (from, to, r)
60 #define libm_alias_double_r(from, to, r) \ argument
61 weak_alias (from ## r, to ## r); \
62 LONG_DOUBLE_COMPAT_CHOOSE_libm_ ## to ## l ## r \
64 from ## r, \
65 to ## l ## r, \
66 FIRST_VERSION_libm_ ## to ## l ## r), ); \
67 libm_alias_double_other_r (from, to, r)