Lines Matching defs:x
39 #define sin(x) fast_sin(x) argument
40 #define cos(x) fast_cos(x) argument
41 #define tan(x) fast_tan(x) argument
42 #define asin(x) fast_asin(x) argument
43 #define acos(x) fast_acos(x) argument
44 #define atan(x) fast_atan(x) argument
45 #define sinh(x) fast_sinh(x) argument
46 #define cosh(x) fast_cosh(x) argument
47 #define tanh(x) fast_tanh(x) argument
48 #define asinh(x) fast_asinh(x) argument
49 #define acosh(x) fast_acosh(x) argument
50 #define atanh(x) fast_atanh(x) argument
51 #define abs(x) fast_abs(x) argument
52 #define sqrt(x) fast_sqrt(x) argument
53 #define exp2(x) fast_exp2(x) argument
54 #define exp10(x) fast_exp10(x) argument
55 #define expe(x) fast_expe(x) argument
56 #define log10(x) fast_log10(x) argument
57 #define log2(x) fast_log2(x) argument
58 #define loge(x) fast_loge(x) argument
87 #define sinf(x) fast_sinf(x) argument
88 #define cosf(x) fast_cosf(x) argument
89 #define tanf(x) fast_tanf(x) argument
90 #define asinf(x) fast_asinf(x) argument
91 #define acosf(x) fast_acosf(x) argument
92 #define atanf(x) fast_atanf(x) argument
93 #define sinhf(x) fast_sinhf(x) argument
94 #define coshf(x) fast_coshf(x) argument
95 #define tanhf(x) fast_tanhf(x) argument
96 #define asinhf(x) fast_asinhf(x) argument
97 #define acoshf(x) fast_acoshf(x) argument
98 #define atanhf(x) fast_atanhf(x) argument
99 #define absf(x) fast_absf(x) argument
100 #define sqrtf(x) fast_sqrtf(x) argument
101 #define exp2f(x) fast_exp2f(x) argument
102 #define exp10f(x) fast_exp10f(x) argument
103 #define expef(x) fast_expef(x) argument
104 #define log10f(x) fast_log10f(x) argument
105 #define log2f(x) fast_log2f(x) argument
106 #define logef(x) fast_logef(x) argument