Searched full:rm (Results 1 – 25 of 27) sorted by relevance
12
/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8500/ |
D | psi.S | 77 #define EXTPSIHI_RN_RN(rm,r_msw,r_lsw) ; \ argument 78 .global __extpsihi##rm##r_msw ; \ 79 __extpsihi##rm##r_msw: ; \ 80 mov rm,r_lsw ; \ 95 #define EXTPSIHI_RN_SN(rm,r_msw,r_lsw) ; \ 96 .global __extpsihi##rm##r_lsw ; \ 97 __extpsihi##rm##r_lsw: ; \ 98 mov rm,r_lsw ; \
|
/picolibc-3.7.0-3.6.0/.github/ |
D | Dockerfile-zephyr | 26 rm `basename "$file"`; \ 31 rm /opt/zephyr-sdk-*-hosttools*.sh; \ 36 rm -rf /var/lib/apt/lists/* 40 rm -f ccache-*-linux-x86_64.tar.xz
|
D | Dockerfile | 18 …(cd /opt && while read file; do wget $file || exit 1; tar xf `basename $file`; rm `basename $file`… 20 rm -rf /var/lib/apt/lists/*
|
D | do-cmake-test | 8 trap 'rm -rf "$DIR"' 0
|
D | do-test | 32 trap 'rm -rf "$DIR"' 0 1 15
|
D | do-build | 32 trap 'rm -rf "$DIR"' 0 1 15
|
/picolibc-3.7.0-3.6.0/scripts/ |
D | do-arm-tk | 36 rm -r "$MINSIZE_DIR" 37 rm -r "$RELEASE_DIR" 38 rm -r "$DESTDIR"/"$ARM_TK" 65 rm "$ZIP"
|
D | test-picolibc | 14 $test rm -rf $DIR 27 $test rm -rf $DIR 44 $test rm -rf $DIR 57 $test rm -rf $DIR
|
D | run-power9 | 49 trap 'rm -f "$one_elf"' 0 1 15 50 trap 'rm -f "$one_bin"' 0 1 15
|
D | do-freedom-tools-package | 68 rm -f "${TARBALL}"
|
D | run-arm | 253 trap 'rm "$input_file"' 0
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/ |
D | ieeefp.c | 89 unsigned rm = (frsr () >> 5) & 0x7; in fpgetround() local 90 return frm_fp_rnd (rm); in fpgetround() 118 unsigned rm = (fsr >> 5) & 0x7; in fpsetround() local 129 return frm_fp_rnd (rm); in fpsetround()
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | mkwidthA | 18 rm -f WIDTH-A 21 rm -f width-a-new
|
D | mkwide | 50 rm -f wide.na wide.fw wide.blocks
|
D | uniset | 445 system("rm -f tmp-*.pnm table.pnm~ table.pnm"); 455 system("giftopnm $gif >$pnm || { rm $pnm ; giftopnm $fallback >$pnm ; }"); 465 system("rm -f tmp-*.pnm table.pnm~"); 476 system("rm -f table.gif ; ppmtogif table.pnm > table.gif"); 477 system("rm -f tmp-*.pnm table.pnm~ table.pnm");
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | test_ieee.c | 129 add_rounded_down = dnumber(0x40410000, 0x00000003); /* For RM, RZ */ in test_round() 130 sub_rounded_down = dnumber(0xc0410000, 0x00000004); /* for RN, RM */ in test_round()
|
/picolibc-3.7.0-3.6.0/.github/workflows/ |
D | Makefile | 30 rm -f linux.yml zephyr.yml
|
D | linux.yml | 97 rm -f ccache-*-linux-x86_64.tar.xz 157 rm -f ccache-*-linux-x86_64.tar.xz 217 rm -f ccache-*-linux-x86_64.tar.xz
|
D | steps-head | 27 rm -f ccache-*-linux-x86_64.tar.xz
|
D | zephyr.yml | 103 rm -f ccache-*-linux-x86_64.tar.xz 163 rm -f ccache-*-linux-x86_64.tar.xz
|
/picolibc-3.7.0-3.6.0/test/ |
D | fma_gen.5c | 92 round(float_t f, format_t format, format_or_none_t i_format, rounding_mode_t rm) 96 f = round(f, format, none_format, rm); 140 union switch(rm) {
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/sys/ |
D | fenv.h | 53 * 111 In instruction’s rm field, selects dynamic rounding mode;
|
/picolibc-3.7.0-3.6.0/doc/printf-sample/ |
D | Makefile | 93 rm -f $(ALL) $(LOG)
|
/picolibc-3.7.0-3.6.0/hello-world/ |
D | Makefile | 96 rm -f *.elf *.map
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/crx/sys/ |
D | asm.h | 389 "i" ((unsigned char)pos) , "rm" (dest) : "cc") 391 "i" ((unsigned char)pos) , "rm" (dest) : "cc") 393 "i" ((unsigned char)pos) , "rm" (dest) : "cc")
|
12