/picolibc-latest/scripts/ |
D | cross-sh-unknown-elf.txt | 6 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'
|
D | do-sh-unknown-elf-configure | 36 exec "$(dirname "$0")"/do-configure sh-unknown-elf -Dtests=true -Dtests-enable-posix-io=false "$@"
|
D | cross-m68k-unknown-elf.txt | 9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
|
D | cross-m68k-linux-gnu.txt | 10 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-m68k "$@"', 'run-m68k']
|
D | cross-power9.txt | 8 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-power9 "$@"', 'run-power9']
|
D | cross-arc64-zephyr-elf.txt | 12 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-arc "$@"', 'run-arc']
|
D | cross-riscv64-zephyr-elf.txt | 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-rv32imac.txt | 9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-rv32imac_zicsr_zbb.txt | 9 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-riscv "$@"', 'run-riscv']
|
D | cross-aarch64-zephyr-elf.txt | 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
|
D | cross-clang-aarch64-none-elf.txt | 13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-aarch64 "$@"', 'run-aarch64']
|
/picolibc-latest/newlib/libm/complex/ |
D | ccosf.c | 42 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()
|
D | csinf.c | 42 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()
|
D | ccos.c | 75 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()
|
D | csin.c | 75 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()
|
D | ccosl.c | 41 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()
|
D | csinl.c | 41 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/ |
D | mkcaseconv | 77 ) | sh | 118 ) | sh 125 sh
|
D | mkunidata | 56 sh ./mkcategories 59 sh ./mkcaseconv
|
D | mkcategories | 69 ) | sh > categories.t
|
/picolibc-latest/.github/ |
D | Dockerfile-zephyr | 28 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; \
|
D | zephyr-setup | 2 sh ./zephyr-sdk-*hosttools* -y -d .
|
D | linux-files.txt | 5 https://maps.altusmetrum.org/sh-unknown-elf-1.tar.xz
|
D | do-linux | 16 "$HERE"/do-test sh-unknown-elf "$@"
|
/picolibc-latest/newlib/libc/string/ |
D | mkunidata | 68 sh ./mkwidthA && uniset +WIDTH-A -cat=Me -cat=Mn -cat=Cf c > ambiguous.t 71 sh ./mkwide
|