Home
last modified time | relevance | path

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

/bionic/libm/upstream-netbsd/lib/libm/complex/
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()
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()
/bionic/
DPREUPLOAD.cfg2 notice = tools/update_notice.sh
DREADME.md88 # generate_uapi_headers.sh script should be used to go from a kernel tree to
170 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate
249 $ ./tests/run-on-host.sh 32
250 $ ./tests/run-on-host.sh 64 # For x86_64-bit *targets* only.
260 $ ./tests/run-on-host.sh glibc
/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
/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