/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigf.c | 88 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work() argument 125 *B = y / A; in do_hard_work() 128 if (*B > B_crossover) { in do_hard_work() 148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhf() 186 ry = asinf(B); in casinhf() 203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local 242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf() 245 rx = acosf(B); in cacosf() 247 rx = acosf(-B); in cacosf()
|
D | catrig.c | 153 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work() argument 221 *B = y / A; in do_hard_work() 224 if (*B > B_crossover) { in do_hard_work() 277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 323 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinh() 325 ry = asin(B); in casinh() 358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local 408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos() 411 rx = acos(B); in cacos() 413 rx = acos(-B); in cacos()
|
/bionic/libc/arch-mips/string/ |
D | strchr.c | 57 if (a.b.B##i != ch) { \ 58 if(a.b.B##i == '\0') return 0; \
|
D | strcpy.c | 83 *(ptdst+i) = a.b.B##i; \ 84 if(a.b.B##i == '\0') \
|
D | memcmp.c | 86 if (x.b.B##__i != y.b.B##__i) return x.b.B##__i - y.b.B##__i;
|
D | memcpy.c | 82 a[i] = bw.b.B##i; \
|
D | memmove.c | 82 a[i] = bw.b.B##i; \
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memset.S | 103 dup v0.16B, valw
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-memset-slm.S | 64 # define JMPTBL(I, B) I - B argument
|
D | sse4-memcmp-slm.S | 101 # define JMPTBL(I, B) I - B argument 118 # define JMPTBL(I, B) I argument
|
D | sse2-strcpy-slm.S | 106 # define JMPTBL(I, B) I - B argument 123 # define JMPTBL(I, B) I argument
|
/bionic/libc/arch-x86/atom/string/ |
D | sse2-memset-atom.S | 64 #define JMPTBL(I, B) I - B argument
|
D | ssse3-memcpy-atom.S | 96 # define JMPTBL(I, B) I - B argument 120 # define JMPTBL(I, B) I argument
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-strlcpy-slm.S | 63 #define JMPTBL(I, B) I - B argument
|
D | sse2-strcpy-slm.S | 66 #define JMPTBL(I, B) I - B argument
|
D | sse4-memcmp-slm.S | 72 #define JMPTBL(I, B) (I - B) argument
|