| /bionic/libm/ |
| D | builtins.cpp | 32 double copysign(double x, double y) { return __builtin_copysign(x, y); } in copysign() 33 float copysignf(float x, float y) { return __builtin_copysignf(x, y); } in copysignf() 34 long double copysignl(long double x, long double y) { return __builtin_copysignl(x, y); } in copysignl() 52 float fmaf(float x, float y, float z) { return __builtin_fmaf(x, y, z); } in fmaf() 53 double fma(double x, double y, double z) { return __builtin_fma(x, y, z); } in fma() 55 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } in fmaxf() 56 double fmax(double x, double y) { return __builtin_fmax(x, y); } in fmax() 58 float fminf(float x, float y) { return __builtin_fminf(x, y); } in fminf() 59 double fmin(double x, double y) { return __builtin_fmin(x, y); } in fmin()
|
| /bionic/libc/include/ |
| D | complex.h | 47 #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
|
| D | math.h | 301 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument 302 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument 303 #define isless(x, y) __builtin_isless((x), (y)) argument 304 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument 305 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument 306 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
|
| /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
| D | sha1.c | 67 #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/linker/arch/arm64/ |
| D | tlsdesc_resolver.S | 94 #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/libm/upstream-freebsd/lib/msun/src/ |
| D | catrig.c | 152 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work() 276 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 357 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local 456 double x, y; in clog_for_large_values() local 508 sum_squares(double x, double y) in sum_squares() 528 real_part_reciprocal(double x, double y) in real_part_reciprocal() 573 double x, y, ax, ay, rx, ry; in catanh() local
|
| D | catrigl.c | 106 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, in do_hard_work() 166 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local 222 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local 299 long double x, y; in clog_for_large_values() local 323 sum_squares(long double x, long double y) in sum_squares() 333 real_part_reciprocal(long double x, long double y) in real_part_reciprocal() 361 long double x, y, ax, ay, rx, ry; in catanhl() local
|
| D | catrigf.c | 87 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work() 147 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 202 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local 279 float x, y; in clog_for_large_values() local 303 sum_squares(float x, float y) in sum_squares() 313 real_part_reciprocal(float x, float y) in real_part_reciprocal() 340 float x, y, ax, ay, rx, ry; in catanhf() local
|
| D | s_fmaxf.c | 35 fmaxf(float x, float y) in fmaxf() 41 fmaxf(float x, float y) in fmaxf()
|
| D | s_fmax.c | 36 fmax(double x, double y) in fmax() 42 fmax(double x, double y) in fmax()
|
| D | s_fmin.c | 36 fmin(double x, double y) in fmin() 42 fmin(double x, double y) in fmin()
|
| D | s_fminf.c | 35 fminf(float x, float y) in fminf() 41 fminf(float x, float y) in fminf()
|
| D | s_fmaf.c | 36 fmaf(float x, float y, float z) in fmaf() 49 fmaf(float x, float y, float z) in fmaf()
|
| D | w_dremf.c | 12 dremf(float x, float y) in dremf()
|
| D | w_drem.c | 11 drem(double x, double y) in drem()
|
| D | s_fmaxl.c | 34 fmaxl(long double x, long double y) in fmaxl()
|
| D | e_remainderl.c | 32 remainderl(long double x, long double y) in remainderl()
|
| D | s_fminl.c | 34 fminl(long double x, long double y) in fminl()
|
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| D | misc.c | 121 (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
|
| D | dmisc.c | 120 ULLong borrow, carry, y, ys; local 122 ULong borrow, carry, y, ys; local
|
| /bionic/libc/include/sys/ |
| D | param.h | 54 #define howmany(x, y) (((x)+((y)-1))/(y)) argument 56 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) argument
|
| D | cdefs.h | 83 #define __CONCAT1(x,y) x ## y argument 84 #define __CONCAT(x,y) __CONCAT1(x,y) argument 85 #define ___CONCAT(x,y) __CONCAT(x,y) argument 108 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) argument 109 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) argument 334 #define __unsafe_check_mul_overflow(x, y) ((__SIZE_TYPE__)-1 / (x) < (y)) argument
|
| /bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
| D | qsort.c | 77 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 79 #define CMP(t, x, y) (cmp((t), (x), (y))) argument 81 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 83 #define CMP(t, x, y) (cmp((x), (y))) argument
|
| /bionic/tests/libs/ |
| D | stack_tagging_helper.cpp | 285 volatile char y[5 * 16]= {}; in maybe_throws() local 293 volatile char y[6*16] = {}; in skip_frame() local 301 volatile char y[7*16] = {}; in skip_frame2() local 309 volatile char y[8*16] = {}; in skip_frame3() local
|
| /bionic/libm/upstream-netbsd/lib/libm/complex/ |
| D | ccoshl.c | 40 long double x, y; in ccoshl() local
|