Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 13 of 13) sorted by relevance

/bionic/
DPREUPLOAD.cfg2 notice = tools/update_notice.sh
3 seccomp = tools/update_seccomp.sh
4 syscalls = tools/update_syscalls.sh
DREADME.md90 # generate_uapi_headers.sh script should be used to go from a kernel tree to
186 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate
266 $ ./tests/run-on-host.sh 32
267 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only.
277 $ ./tests/run-on-host.sh glibc
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clog.c48 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()
Ds_clogf.c48 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()
Ds_clogl.c63 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/
Dccosl.c41 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()
Dcsinl.c41 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()
/bionic/build/
Drun-on-host.sh3 source ${ANDROID_BUILD_TOP}/build/envsetup.sh
30 m -j ${LINKER} ${TARGET_OUT}/etc/hosts ${TARGET_OUT_EXECUTABLES}/sh $@
/bionic/benchmarks/
Drun-on-host.sh3 . $(dirname $0)/../build/run-on-host.sh
DREADME.md27 See the benchmarks/run-on-host.sh script. The host benchmarks can be run
/bionic/tests/
Drun-on-host.sh3 . $(dirname $0)/../build/run-on-host.sh
/bionic/libc/kernel/
DREADME.TXT36 * tools/generate_uapi_headers.sh
76 bionic/libc/kernel/tools/generate_uapi_headers.sh --use-kernel-dir kernel_src
/bionic/libc/malloc_debug/
DREADME.md643 [wrap.sh](https://developer.android.com/ndk/guides/wrap-script.html)