Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrigf.c88 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()
Dcatrig.c153 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/
Dstrchr.c57 if (a.b.B##i != ch) { \
58 if(a.b.B##i == '\0') return 0; \
Dstrcpy.c83 *(ptdst+i) = a.b.B##i; \
84 if(a.b.B##i == '\0') \
Dmemcmp.c86 if (x.b.B##__i != y.b.B##__i) return x.b.B##__i - y.b.B##__i;
Dmemcpy.c82 a[i] = bw.b.B##i; \
Dmemmove.c82 a[i] = bw.b.B##i; \
/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-strlcpy-slm.S63 #define JMPTBL(I, B) I - B argument
Dsse2-strcpy-slm.S66 #define JMPTBL(I, B) I - B argument
Dsse4-memcmp-slm.S72 #define JMPTBL(I, B) (I - B) argument