Home
last modified time | relevance | path

Searched refs:A (Results 1 – 23 of 23) sorted by relevance

/bionic/tests/libs/
Ddlext_test_library.cpp17 class A { class
24 virtual ~A() {} in ~A()
27 A a;
35 extern "C" A* const lots_of_relro[] = {
Dcfi_test_lib.cpp66 struct A { struct
78 A() { in A() argument
81 ~A() { in ~A() argument
DAndroid.bp526 // A leaf library in a non-standard directory.
534 // Depends on library A with a DT_RUNPATH
544 // Depends on library A with an incorrect DT_RUNPATH. This does not matter
545 // because B is the first in the D (below) dependency order, and library A
603 // A leaf library in a directory library D has DT_RUNPATH for.
611 // A leaf library in lib or lib64 directory
/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c158 double R, S, A; /* A, B, R, and S are as in Hull et al. */ in do_hard_work() local
165 A = (R + S) / 2; in do_hard_work()
171 if (A < 1) in do_hard_work()
172 A = 1; in do_hard_work()
174 if (A < A_crossover) { in do_hard_work()
191 *rx = log1p(Am1 + sqrt(Am1 * (A + 1))); in do_hard_work()
205 *rx = log(A + sqrt(A * A - 1)); in do_hard_work()
217 *sqrt_A2my2 = A * (2 / DBL_EPSILON); in do_hard_work()
223 *B = y / A; in do_hard_work()
237 *sqrt_A2my2 = sqrt(x) * sqrt((A + y) / 2); in do_hard_work()
[all …]
Dcatrigf.c93 float R, S, A; in do_hard_work() local
99 A = (R + S) / 2; in do_hard_work()
100 if (A < 1) in do_hard_work()
101 A = 1; in do_hard_work()
103 if (A < A_crossover) { in do_hard_work()
108 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); in do_hard_work()
115 *rx = logf(A + sqrtf(A * A - 1)); in do_hard_work()
122 *sqrt_A2my2 = A * (2 / FLT_EPSILON); in do_hard_work()
127 *B = y / A; in do_hard_work()
133 *sqrt_A2my2 = sqrtf(x) * sqrtf((A + y) / 2); in do_hard_work()
[all …]
Dcatrigl.c112 long double R, S, A; in do_hard_work() local
118 A = (R + S) / 2; in do_hard_work()
119 if (A < 1) in do_hard_work()
120 A = 1; in do_hard_work()
122 if (A < A_crossover) { in do_hard_work()
127 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1))); in do_hard_work()
134 *rx = logl(A + sqrtl(A * A - 1)); in do_hard_work()
141 *sqrt_A2my2 = A * (2 / LDBL_EPSILON); in do_hard_work()
146 *B = y / A; in do_hard_work()
152 *sqrt_A2my2 = sqrtl(x) * sqrtl((A + y) / 2); in do_hard_work()
[all …]
/bionic/libc/
DNOTICE17 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
44 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
193 and David A. Schultz.
245 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
274 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
352 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
396 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
425 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
453 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
497 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
[all …]
/bionic/tests/
Dfortify_test.cpp978 #define BUF_AND_SIZE(A) A, sizeof(A) argument
979 #define BUF_AND_CONTENTS(A) A, CONTENTS argument
980 #define BUF_AND_SIZE_AND_CONTENTS(A) A, sizeof(A), CONTENTS argument
/bionic/benchmarks/
DREADME.md144 A core can be selected for `bionic-benchmarks` using the `--bionic_cpu` option or using the
145 `taskset` utility. e.g. A Pixel 3 device has 4 Kryo 385 Silver cores followed by 4 Gold cores:
161 A similar result can be achieved using `taskset`. The first parameter is a bitmask of core numbers
/bionic/linker/
DNOTICE17 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
DAndroid.bp220 // A template for the linker binary. May be inherited by native bridge implementations.
/bionic/benchmarks/linker_relocation/
DAndroid.bp17 // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
/bionic/benchmarks/spawn/
DAndroid.bp18 // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
/bionic/docs/
Delf-tls.md66 A TLS variable may be in a different module than the reference.
70 A GD access can refer to a TLS variable anywhere. To access a variable `tls_var` using the
105 module's TLS block. Before it can do this, it ensures that the module's TLS block is allocated. A
204 * A variable can be annotated with `__attribute__((tls_model(...)))`. Clang may still use a more
221 `dlopen` can initialize the new static TLS memory in all existing threads. A thread list could be
482 XXX: A dynamic executable using ELF TLS would have a PT_TLS segment and no other distinguishing
567 > up the process. It would be a waste of memory and time to allocate the storage for all threads. A
645 * A `pthread_t` is practically just a `pthread_internal_t*`, and some apps directly access the
790 A likely problem: LD is normally relaxed to LE, not to IE. We'd either have to disable LD usage in
Dnative_allocator.md4 A small minor upgrade might not need to run all of the benchmarks, however,
369 current allocator. A small increase (on the order of a few MBs) would be okay.
Dfdsan.md251 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
/bionic/libc/kernel/
DREADME.md54 OF A GIVEN TYPE. THIS TASK CANNOT BE EASILY AUTOMATED AT THE MOMENT.
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md78 A 32 byte buffer is placed before the returned allocation (known as
DREADME.md69 …04-10 12:00:45.621 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 SIZE 100 HAS A CORRUPTED …
89 …04-10 12:00:45.621 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 SIZE 100 HAS A CORRUPTED …
527 value is always accurate in v1.1. A previous version of malloc debug set
/bionic/
DREADME.md133 # A modified superset of the IANA tzcode. Most of the modifications relate
201 libc header change), you should run `make checkbuild`. A regular `make` will
Dandroid-changes-for-ndk-developers.md208 A complete list of public libraries is available within the NDK, under
289 no control over where your library will be installed by the system. A
329 or a misconfiguration in your build system. A missing SONAME may lead
/bionic/libdl/
DNOTICE149 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
/bionic/libc/dns/resolv/
Dres_cache.c695 QQ(A), QQ(PTR), QQ(MX), QQ(AAAA), QQ(ALL), in _dnsPacket_bprintQR()