/bionic/tests/libs/ |
D | dlext_test_recursive_library.cpp | 19 class B { class 26 virtual ~B() {} in ~B() 29 B b; 37 extern "C" B* const lots_more_relro[] = {
|
D | Android.bp | 565 // because B is the first in the D (below) dependency order, and library A 566 // is already loaded using the correct DT_RUNPATH from library B. 576 // D depends on B, C, and Y with DT_RUNPATH.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigl.c | 110 long double *B, long double *sqrt_A2my2, long double *new_y) in do_hard_work() argument 146 *B = y / A; in do_hard_work() 149 if (*B > B_crossover) { in do_hard_work() 169 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local 205 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhl() 207 ry = asinl(B); in casinhl() 225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local 264 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl() 267 rx = acosl(B); in cacosl() 269 rx = acosl(-B); in cacosl()
|
D | catrig.c | 155 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work() argument 223 *B = y / A; in do_hard_work() 226 if (*B > B_crossover) { in do_hard_work() 279 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 325 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinh() 327 ry = asin(B); in casinh() 360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local 410 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos() 413 rx = acos(B); in cacos() 415 rx = acos(-B); in cacos()
|
D | catrigf.c | 90 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work() argument 127 *B = y / A; in do_hard_work() 130 if (*B > B_crossover) { in do_hard_work() 150 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 186 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhf() 188 ry = asinf(B); in casinhf() 205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local 244 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf() 247 rx = acosf(B); in cacosf() 249 rx = acosf(-B); in cacosf()
|
/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-strcpy-slm.S | 66 #define JMPTBL(I, B) I - B argument
|
D | sse4-memcmp-slm.S | 72 #define JMPTBL(I, B) (I - B) argument
|