Home
last modified time | relevance | path

Searched refs:B (Results 1 – 13 of 13) sorted by relevance

/bionic/tests/libs/
Ddlext_test_recursive_library.cpp19 class B { class
26 virtual ~B() {} in ~B()
29 B b;
37 extern "C" B* const lots_more_relro[] = {
DAndroid.bp565 // 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/
Dcatrigl.c110 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()
Dcatrig.c155 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()
Dcatrigf.c90 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/
Dmemset.S103 dup v0.16B, valw
/bionic/libc/arch-x86/silvermont/string/
Dsse2-memset-slm.S64 # define JMPTBL(I, B) I - B argument
Dsse4-memcmp-slm.S101 # define JMPTBL(I, B) I - B argument
118 # define JMPTBL(I, B) I argument
Dsse2-strcpy-slm.S106 # define JMPTBL(I, B) I - B argument
123 # define JMPTBL(I, B) I argument
/bionic/libc/arch-x86/atom/string/
Dsse2-memset-atom.S64 #define JMPTBL(I, B) I - B argument
Dssse3-memcpy-atom.S96 # define JMPTBL(I, B) I - B argument
120 # define JMPTBL(I, B) I argument
/bionic/libc/arch-x86_64/string/
Dsse2-strcpy-slm.S66 #define JMPTBL(I, B) I - B argument
Dsse4-memcmp-slm.S72 #define JMPTBL(I, B) (I - B) argument