Lines Matching defs:x
96 __libm__rem_pio2(double x, double *y) {
102 __libm__rem_pio2m(double *x, double *y, int e0, int nx, int p, const int *ip) {
108 __acos(double x) {
114 __acosh(double x) {
120 __asin(double x) {
126 __asinh(double x) {
132 __atan(double x) {
138 __atan2(double y, double x) {
144 __atanh(double x) {
150 __cbrt(double x) {
156 __ceil(double x) {
162 __copysign(double x, double y) {
168 __cos(double x) {
174 __cosh(double x) {
180 __erf(double x) {
186 __erfc(double x) {
192 __exp(double x) {
198 __expm1(double x) {
204 __fabs(double x) {
210 __floor(double x) {
216 __fmod(double x, double y) {
222 __gamma(double x) {
228 __gamma_r(double x, int *signgamp) {
234 __hypot(double x, double y) {
240 __ilogb(double x) {
246 __isnan(double x) {
252 __j0(double x) {
258 __j1(double x) {
270 __lgamma(double x) {
276 __lgamma_r(double x, int *signgamp) {
282 __log(double x) {
288 __log10(double x) {
294 __log1p(double x) {
300 __logb(double x) {
306 __nextafter(double x, double y) {
312 __pow(double x, double y) {
318 __remainder(double x, double y) {
324 __rint(double x) {
330 __scalb(double x, double y) {
336 __scalbn(double x, int n) {
342 __significand(double x) {
348 __sin(double x) {
354 __sinh(double x) {
360 __sqrt(double x) {
366 __tan(double x) {
372 __tanh(double x) {
378 __y0(double x) {
384 __y1(double x) {
390 __yn(int n, double x) {
402 __acosf(float x) {
408 __asinf(float x) {
414 __atanf(float x) {
420 __atan2f(float y, float x) {
426 __ceilf(float x) {
432 __cosf(float x) {
438 __coshf(float x) {
444 __expf(float x) {
450 __fabsf(float x) {
456 __floorf(float x) {
462 __fmodf(float x, float y) {
468 __frexpf(float x, int *e) {
474 __ldexpf(float x, int n) {
480 __logf(float x) {
486 __log10f(float x) {
492 __modff(float x, float *iptr) {
498 __powf(float x, float y) {
504 __sinf(float x) {
510 __sinhf(float x) {
516 __sqrtf(float x) {
522 __tanf(float x) {
528 __tanhf(float x) {
534 __acosl(long double x) {
540 __asinl(long double x) {
546 __atanl(long double x) {
552 __atan2l(long double y, long double x) {
558 __ceill(long double x) {
564 __cosl(long double x) {
570 __coshl(long double x) {
576 __expl(long double x) {
582 __fabsl(long double x) {
588 __floorl(long double x) {
594 __fmodl(long double x, long double y) {
600 __frexpl(long double x, int *e) {
606 __ldexpl(long double x, int n) {
612 __logl(long double x) {
618 __log10l(long double x) {
624 __modfl(long double x, long double *iptr) {
630 __powl(long double x, long double y) {
636 __sinl(long double x) {
642 __sinhl(long double x) {
648 __sqrtl(long double x) {
654 __tanl(long double x) {
660 __tanhl(long double x) {