/bionic/libm/upstream-netbsd/lib/libm/complex/ |
D | ctanl.c | 53 w = MAXNUM + MAXNUM * I; in ctanl() 57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I; in ctanl()
|
D | csinl.c | 44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
|
D | ccosl.c | 44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I; in ccosl()
|
D | csinhl.c | 44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
|
D | ccoshl.c | 44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
|
D | cexpl.c | 45 w = r * cosl(y) + r * sinl(y) * I; in cexpl()
|
D | ctanhl.c | 45 w = sinhl(2.0L * x) / d + (sinl(2.0L * y) / d) * I; in ctanhl()
|
/bionic/tests/ |
D | complex_test.cpp | 61 #undef I 258 ASSERT_EQ(2.0, creal(2.0 + 3.0I)); in TEST() 262 ASSERT_EQ(2.0f, crealf(2.0f + 3.0fI)); in TEST() 266 ASSERT_EQ(2.0, creall(2.0L + 3.0LI)); in TEST() 333 z = ctanh(nan("") + nan("") * I); in TEST() 354 z = ctanhf(nanf("") + nanf("") * I); in TEST() 376 z = ctanhl(nanl("") + nanl("") * I); in TEST()
|
D | tgmath_test.c | 20 float complex z = 1 + 0.5*I; in tgmath_h_test_function()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 49 #if !defined(I) 50 #error I
|
/bionic/libc/include/ |
D | complex.h | 44 #define I _Complex_I macro
|
/bionic/docs/ |
D | fdsan.md | 8 *What problem is fdsan trying to solve? Why should I care?* 52 *How do I use fdsan?* 68 *No, really, how do I use fdsan?*
|
D | elf-tls.md | 476 * On arm32, x86, and x86_64, the loader [should reject a TLS relocation]. (XXX: I haven't verified 622 breakage happening with Android N.](https://go-review.googlesource.com/c/go/+/38636) (XXX: I 835 find `pthread_internal_t`, though, rather than assume a fixed offset. (XXX: I think it could be
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse4-memcmp-slm.S | 101 # define JMPTBL(I, B) I - B argument 118 # define JMPTBL(I, B) I argument
|
D | sse2-memset-slm.S | 64 # define JMPTBL(I, B) I - B 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/malloc_debug/ |
D | README.md | 409 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled 417 …09-10 01:03:50.070 557 557 I malloc_debug: /system/bin/audioserver: Run: 'kill -47 557' to dum… 666 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
|
/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
|
/bionic/ |
D | README.md | 144 The first question you should ask is "should I add a libc wrapper for
|
/bionic/libc/ |
D | NOTICE | 2546 of any kind. I shall in no event be liable for anything that happens
|