Home
last modified time | relevance | path

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

123

/picolibc-latest/scripts/
Dcross-sh-unknown-elf.txt6 c = ['sh-unknown-elf-gcc', '-nostdlib']
7 cpp = ['sh-unknown-elf-g++', '-nostdlib']
8 ar = 'sh-unknown-elf-ar'
9 as = 'sh-unknown-elf-as'
10 nm = 'sh-unknown-elf-nm'
11 strip = 'sh-unknown-elf-strip'
12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-sh "$@"', 'run-sh']
16 cpu_family = 'sh'
17 cpu = 'sh'
Ddo-sh-unknown-elf-configure36 exec "$(dirname "$0")"/do-configure sh-unknown-elf -Dtests=true -Dtests-enable-posix-io=false "$@"
Dcross-m68k-unknown-elf.txt9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
Dcross-m68k-linux-gnu.txt10 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
Dcross-power9.txt8 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-power9 "$@"', 'run-power9']
Dcross-arc64-zephyr-elf.txt12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arc "$@"', 'run-arc']
Dcross-riscv64-zephyr-elf.txt13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-rv32imac.txt9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-rv32imac_zicsr_zbb.txt9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
Dcross-aarch64-zephyr-elf.txt13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
Dcross-clang-aarch64-none-elf.txt13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
/picolibc-latest/newlib/libm/complex/
Dccosf.c42 float ch, sh; in ccosf() local
44 _cchshf(cimagf(z), &ch, &sh); in ccosf()
45 return (float complex) (cosf(crealf(z)) * ch) - (sinf(crealf(z)) * sh) * I; in ccosf()
Dcsinf.c42 float ch, sh; in csinf() local
44 _cchshf(cimagf(z), &ch, &sh); in csinf()
45 return (float complex) (sinf(crealf(z)) * ch) + (cosf(crealf(z)) * sh) * I; in csinf()
Dccos.c75 double ch, sh; in ccos() local
77 _cchsh(cimag(z), &ch, &sh); in ccos()
78 return (double complex) (cos(creal(z)) * ch) - (sin(creal(z)) * sh) * (double complex) I; in ccos()
Dcsin.c75 double ch, sh; in csin() local
77 _cchsh(cimag(z), &ch, &sh); in csin()
78 return (double complex) (sin(creal(z)) * ch) + (cos(creal(z)) * sh) * (double complex) I; in csin()
Dccosl.c41 long double ch, sh; in ccosl() local
43 _cchshl(cimagl(z), &ch, &sh); in ccosl()
44 …return (long double complex) (cosl(creall(z)) * ch) - (sinl(creall(z)) * sh) * (long double comple… in ccosl()
Dcsinl.c41 long double ch, sh; in csinl() local
43 _cchshl(cimagl(z), &ch, &sh); in csinl()
44 …return (long double complex) (sinl(creall(z)) * ch) + (cosl(creall(z)) * sh) * (long double comple… in csinl()
/picolibc-latest/newlib/libc/ctype/
Dmkcaseconv77 ) | sh |
118 ) | sh
125 sh
Dmkunidata56 sh ./mkcategories
59 sh ./mkcaseconv
Dmkcategories69 ) | sh > categories.t
/picolibc-latest/.github/
DDockerfile-zephyr28 if [ -f /opt/zephyr-sdk-*-hosttools*.sh ]; then \
30 /opt/zephyr-sdk-*-hosttools*.sh -y -d /opt/zephyr-sdk-hosttools; \
31 rm /opt/zephyr-sdk-*-hosttools*.sh; \
Dzephyr-setup2 sh ./zephyr-sdk-*hosttools* -y -d .
Dlinux-files.txt5 https://maps.altusmetrum.org/sh-unknown-elf-1.tar.xz
Ddo-linux16 "$HERE"/do-test sh-unknown-elf "$@"
/picolibc-latest/newlib/libc/string/
Dmkunidata68 sh ./mkwidthA && uniset +WIDTH-A -cat=Me -cat=Mn -cat=Cf c > ambiguous.t
71 sh ./mkwide

123