Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 127) sorted by relevance

123456

/bionic/libm/include/
Dcomplex.h51 #define CMPLX(x, y) ((double complex){ x, y }) argument
52 #define CMPLXF(x, y) ((float complex){ x, y }) argument
53 #define CMPLXL(x, y) ((long double complex){ x, y }) argument
55 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) argument
56 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) argument
57 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) argument
Dmath.h71 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
72 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
73 #define isless(x, y) __builtin_isless((x), (y)) argument
74 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
75 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
76 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
Dsha1.c67 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
68 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
69 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
70 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
71 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
100 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
101 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
102 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
103 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
104 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
/bionic/libc/include/sys/
Dparam.h39 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
41 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c153 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work()
277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
457 double x, y; in clog_for_large_values() local
504 sum_squares(double x, double y) in sum_squares()
524 real_part_reciprocal(double x, double y) in real_part_reciprocal()
569 double x, y, ax, ay, rx, ry; in catanh() local
Dcatrigf.c88 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work()
148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
280 float x, y; in clog_for_large_values() local
304 sum_squares(float x, float y) in sum_squares()
314 real_part_reciprocal(float x, float y) in real_part_reciprocal()
341 float x, y, ax, ay, rx, ry; in catanhf() local
Dw_drem.c11 drem(x, y) in drem() argument
Dw_dremf.c13 dremf(float x, float y) in dremf()
Ds_fmax.c35 fmax(double x, double y) in fmax()
Ds_fminf.c35 fminf(float x, float y) in fminf()
De_remainderl.c33 remainderl(long double x, long double y) in remainderl()
Ds_fmaxf.c35 fmaxf(float x, float y) in fmaxf()
Ds_fmaxl.c35 fmaxl(long double x, long double y) in fmaxl()
Ds_fminl.c35 fminl(long double x, long double y) in fminl()
Ds_fmin.c35 fmin(double x, double y) in fmin()
Ds_copysignl.c34 copysignl(long double x, long double y) in copysignl()
Ds_copysignf.c29 copysignf(float x, float y) in copysignf()
Ds_copysign.c26 copysign(double x, double y) in copysign()
Ds_nextafterl.c34 nextafterl(long double x, long double y) in nextafterl()
Ds_sin.c57 double y[2],z=0.0; in sin() local
Ds_cos.c57 double y[2],z=0.0; in cos() local
Ds_tan.c56 double y[2],z=0.0; in tan() local
Ds_cosl.c55 long double y[2]; in cosl() local
/bionic/libc/include/
Derr.h45 #define __errlike(x, y) __attribute__((__format__(printf, x, y))) argument
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c117 (y) ULong *y; in lo0bits() argument
173 ULLong carry, y; local
175 ULong carry, *x, y; local
284 ULong y; local
559 ULLong borrow, y; local
561 ULong borrow, y; local
653 ULong *xa, *xa0, w, y, z; local
728 ULong *x, y, z; local

123456