Lines Matching defs:x

28 #define	sin(x)		fast_sin(x)  argument
29 #define cos(x) fast_cos(x) argument
30 #define tan(x) fast_tan(x) argument
31 #define asin(x) fast_asin(x) argument
32 #define acos(x) fast_acos(x) argument
33 #define atan(x) fast_atan(x) argument
34 #define sinh(x) fast_sinh(x) argument
35 #define cosh(x) fast_cosh(x) argument
36 #define tanh(x) fast_tanh(x) argument
37 #define asinh(x) fast_asinh(x) argument
38 #define acosh(x) fast_acosh(x) argument
39 #define atanh(x) fast_atanh(x) argument
40 #define abs(x) fast_abs(x) argument
41 #define sqrt(x) fast_sqrt(x) argument
42 #define exp2(x) fast_exp2(x) argument
43 #define exp10(x) fast_exp10(x) argument
44 #define expe(x) fast_expe(x) argument
45 #define log10(x) fast_log10(x) argument
46 #define log2(x) fast_log2(x) argument
47 #define loge(x) fast_loge(x) argument
77 #define sinf(x) fast_sinf(x) argument
78 #define cosf(x) fast_cosf(x) argument
79 #define tanf(x) fast_tanf(x) argument
80 #define asinf(x) fast_asinf(x) argument
81 #define acosf(x) fast_acosf(x) argument
82 #define atanf(x) fast_atanf(x) argument
83 #define sinhf(x) fast_sinhf(x) argument
84 #define coshf(x) fast_coshf(x) argument
85 #define tanhf(x) fast_tanhf(x) argument
86 #define asinhf(x) fast_asinhf(x) argument
87 #define acoshf(x) fast_acoshf(x) argument
88 #define atanhf(x) fast_atanhf(x) argument
89 #define absf(x) fast_absf(x) argument
90 #define sqrtf(x) fast_sqrtf(x) argument
91 #define exp2f(x) fast_exp2f(x) argument
92 #define exp10f(x) fast_exp10f(x) argument
93 #define expef(x) fast_expef(x) argument
94 #define log10f(x) fast_log10f(x) argument
95 #define log2f(x) fast_log2f(x) argument
96 #define logef(x) fast_logef(x) argument