/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_clog.c | 48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local 137 sh = ax2h; in clog() 139 _2sumF(sh, sl); in clog() 140 if (sh < 0.5 || sh >= 3) in clog() 141 return (CMPLX(log(ay2l + ax2l + sl + sh) / 2, v)); in clog() 142 sh -= 1; in clog() 143 _2sum(sh, sl); in clog() 146 _2sum(sh, ax2l); in clog() 149 _2sumF(sh, t); in clog() 150 return (CMPLX(log1p(ay2l + t + sh) / 2, v)); in clog()
|
D | s_clogf.c | 48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf() local 137 sh = ax2h; in clogf() 139 _2sumF(sh, sl); in clogf() 140 if (sh < 0.5F || sh >= 3) in clogf() 141 return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v)); in clogf() 142 sh -= 1; in clogf() 143 _2sum(sh, sl); in clogf() 146 _2sum(sh, ax2l); in clogf() 149 _2sumF(sh, t); in clogf() 150 return (CMPLXF(log1pf(ay2l + t + sh) / 2, v)); in clogf()
|
D | s_clogl.c | 63 long double sh, sl, t; in clogl() local 154 sh = ax2h; in clogl() 156 _2sumF(sh, sl); in clogl() 157 if (sh < 0.5 || sh >= 3) in clogl() 158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v)); in clogl() 159 sh -= 1; in clogl() 160 _2sum(sh, sl); in clogl() 163 _2sum(sh, ax2l); in clogl() 166 _2sumF(sh, t); in clogl() 167 RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v)); in clogl()
|
/bionic/libm/upstream-netbsd/lib/libm/complex/ |
D | csinl.c | 41 long double ch, sh; in csinl() local 43 _cchshl(cimagl(z), &ch, &sh); in csinl() 44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
|
D | ccosl.c | 41 long double ch, sh; in ccosl() local 43 _cchshl(cimagl(z), &ch, &sh); in ccosl() 44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I; in ccosl()
|
/bionic/ |
D | PREUPLOAD.cfg | 8 aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "." 9 notice = tools/update_notice.sh
|
D | README.md | 88 # generate_uapi_headers.sh script should be used to go from a kernel tree to 283 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate 362 $ ./tests/run-on-host.sh 32 363 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only. 373 $ ./tests/run-on-host.sh glibc 377 To get test coverage for bionic, use `//bionic/build/coverage.sh`. Before
|
/bionic/benchmarks/ |
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
D | README.md | 24 See the `benchmarks/run-on-host.sh` script. The host benchmarks can be run with 32-bit or 64-bit 86 (e.g. Toybox's `true` and `sh -c true`). Run it on a device like so: 184 Some devices have a `perf-setup.sh` script that locks CPU and GPU frequencies. Some TradeFed 187 * run `m perf-setup` to install the script into `${OUT}/data/local/tmp/perf-setup.sh`
|
/bionic/tests/ |
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
/bionic/libc/kernel/ |
D | README.md | 47 * `tools/generate_uapi_headers.sh` 96 bionic/libc/kernel/tools/generate_uapi_headers.sh --use-kernel-dir kernel_src 103 bionic/libc/kernel/tools/generate_uapi_headers.sh --download-kernel
|
/bionic/build/ |
D | run-on-host.sh | 3 source ${ANDROID_BUILD_TOP}/build/envsetup.sh
|
/bionic/benchmarks/linker_relocation/ |
D | README.md | 12 There is also a `run_bench_with_ninja.sh` script that uses the
|
D | run_bench_with_ninja.sh | 112 $top/gen_bench.sh --keep-tmp-dir --skip-gen-bench
|
/bionic/linker/ |
D | Android.bp | 423 src: "ldd.sh",
|
/bionic/libc/malloc_debug/ |
D | README.md | 712 [wrap.sh](https://developer.android.com/ndk/guides/wrap-script.html)
|