Lines Matching refs:r
25 # define libm_alias_double_other_r_f64(from, to, r) \ argument
26 weak_alias (from ## r, to ## f64 ## r)
28 # define libm_alias_double_other_r_f64(from, to, r) argument
32 # define libm_alias_double_other_r_f32x(from, to, r) \ argument
33 weak_alias (from ## r, to ## f32x ## r)
35 # define libm_alias_double_other_r_f32x(from, to, r) argument
42 #define libm_alias_double_other_r(from, to, r) \ argument
43 libm_alias_double_other_r_f64 (from, to, r); \
44 libm_alias_double_other_r_f32x (from, to, r)
58 # define libm_alias_double_r(from, to, r) \ argument
59 weak_alias (from ## r, to ## r) \
60 strong_alias (from ## r, from ## l ## r) \
61 weak_alias (from ## r, to ## l ## r); \
62 libm_alias_double_other_r (from, to, r)
64 # define libm_alias_double_r(from, to, r) \ argument
65 weak_alias (from ## r, to ## r); \
66 libm_alias_double_other_r (from, to, r)