Home
last modified time | relevance | path

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

123456

/bionic/libm/
Dbuiltins.cpp55 float fmaf(float x, float y, float z) { return __builtin_fmaf(x, y, z); } in fmaf()
56 double fma(double x, double y, double z) { return __builtin_fma(x, y, z); } in fma()
58 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } in fmaxf()
59 double fmax(double x, double y) { return __builtin_fmax(x, y); } in fmax()
61 float fminf(float x, float y) { return __builtin_fminf(x, y); } in fminf()
62 double fmin(double x, double y) { return __builtin_fmin(x, y); } in fmin()
/bionic/libc/include/
Dcomplex.h47 #define CMPLX(x, y) ((double complex){ x, y }) argument
48 #define CMPLXF(x, y) ((float complex){ x, y }) argument
49 #define CMPLXL(x, y) ((long double complex){ x, y }) argument
Dmath.h305 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
306 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
307 #define isless(x, y) __builtin_isless((x), (y)) argument
308 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
309 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
310 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
/bionic/linker/arch/arm64/
Dtlsdesc_resolver.S94 #define SAVE_GPR_PAIR(x, y, slot) \ argument
99 #define SAVE_VEC_PAIR(x, y, slot) \ argument
108 #define RESTORE_REG_PAIR(x, y, slot) \ 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/libm/upstream-freebsd/lib/msun/src/
Dcatrigl.c109 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, in do_hard_work()
169 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
302 long double x, y; in clog_for_large_values() local
326 sum_squares(long double x, long double y) in sum_squares()
336 real_part_reciprocal(long double x, long double y) in real_part_reciprocal()
364 long double x, y, ax, ay, rx, ry; in catanhl() local
Dcatrig.c155 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work()
279 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
459 double x, y; in clog_for_large_values() local
511 sum_squares(double x, double y) in sum_squares()
531 real_part_reciprocal(double x, double y) in real_part_reciprocal()
576 double x, y, ax, ay, rx, ry; in catanh() local
Dcatrigf.c90 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work()
150 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
282 float x, y; in clog_for_large_values() local
306 sum_squares(float x, float y) in sum_squares()
316 real_part_reciprocal(float x, float y) in real_part_reciprocal()
343 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_fminf.c37 fminf(float x, float y) in fminf()
Ds_fmax.c38 fmax(double x, double y) in fmax()
Ds_fmaxf.c37 fmaxf(float x, float y) in fmaxf()
Ds_fmin.c38 fmin(double x, double y) in fmin()
Ds_fmaxl.c37 fmaxl(long double x, long double y) in fmaxl()
De_remainderl.c35 remainderl(long double x, long double y) in remainderl()
Ds_fminl.c37 fminl(long double x, long double y) in fminl()
Ds_copysign.c26 copysign(double x, double y) in copysign()
Ds_copysignf.c29 copysignf(float x, float y) in copysignf()
Ds_copysignl.c36 copysignl(long double x, long double y) in copysignl()
/bionic/libc/include/sys/
Dparam.h50 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) argument
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c121 (y) ULong *y; in lo0bits() argument
177 ULLong carry, y; local
179 ULong carry, *x, y; local
288 ULong y; local
563 ULLong borrow, y; local
565 ULong borrow, y; local
657 ULong *xa, *xa0, w, y, z; local
732 ULong *x, y, z; local
Ddmisc.c120 ULLong borrow, carry, y, ys; local
122 ULong borrow, carry, y, ys; local
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dcsinhl.c40 long double x, y; in csinhl() local
Dccoshl.c40 long double x, y; in ccoshl() local

123456