Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 26) sorted by relevance

12

/bionic/libm/upstream-netbsd/lib/libm/complex/
Dctanl.c53 w = MAXNUM + MAXNUM * I; in ctanl()
57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I; in ctanl()
Dccosl.c44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I; in ccosl()
Dcsinl.c44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
Dcsinhl.c44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
Dccoshl.c44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
Dcexpl.c45 w = r * cosl(y) + r * sinl(y) * I; in cexpl()
Dctanhl.c45 w = sinhl(2.0L * x) / d + (sinl(2.0L * y) / d) * I; in ctanhl()
/bionic/tests/
Dcomplex_test.cpp56 #undef I
253 ASSERT_EQ(2.0, creal(2.0 + 3.0I)); in TEST()
257 ASSERT_EQ(2.0f, crealf(2.0f + 3.0fI)); in TEST()
261 ASSERT_EQ(2.0, creall(2.0L + 3.0LI)); in TEST()
328 z = ctanh(nan("") + nan("") * I); in TEST()
349 z = ctanhf(nanf("") + nanf("") * I); in TEST()
371 z = ctanhl(nanl("") + nanl("") * I); in TEST()
Dtgmath_test.c20 float complex z = 1 + 0.5*I; in tgmath_h_test_function()
/bionic/tests/headers/posix/
Dcomplex_h.c49 #if !defined(I)
50 #error I
/bionic/docs/
DEINTR.md20 ### Can I just opt out?
36 ### Why don't I see this in Java code?
49 doing I/O works in Java behind the scenes!). As usual, C/C++ choose the more
Ddefines.md71 "I" in the 32-bit macro (since `int`, `long`, and pointers are all 32-bit
Dfdsan.md10 *What problem is fdsan trying to solve? Why should I care?*
54 *How do I use fdsan?*
70 *No, really, how do I use fdsan?*
Delf-tls.md476 * 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
Dclang_fortify_anatomy.md722 // (As a reminder, `-1` is "I don't know" when `(N & 2) == 0`.)
/bionic/libc/include/
Dcomplex.h44 #define I _Complex_I macro
/bionic/libc/arch-x86/string/
Dsse4-memcmp-slm.S101 # define JMPTBL(I, B) I - B argument
118 # define JMPTBL(I, B) I argument
Dsse2-memset-slm.S65 # define JMPTBL(I, B) I - B argument
Dsse2-strcpy-slm.S106 # define JMPTBL(I, B) I - B argument
123 # define JMPTBL(I, B) I argument
Dsse2-memset-atom.S65 #define JMPTBL(I, B) I - B argument
Dssse3-memcpy-atom.S97 # define JMPTBL(I, B) I - B argument
121 # define JMPTBL(I, B) I argument
/bionic/libc/malloc_debug/
DREADME.md491 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
499 …09-10 01:03:50.070 557 557 I malloc_debug: /system/bin/audioserver: Run: 'kill -47 557' to dum…
752 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
/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
/bionic/
DREADME.md167 The first question you should ask is "should I add a libc wrapper for

12