Searched refs:rm (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/newlib/libc/machine/h8500/ |
D | psi.S | 79 #define EXTPSIHI_RN_RN(rm,r_msw,r_lsw) ; \ argument 80 .global __extpsihi##rm##r_msw ; \ 81 __extpsihi##rm##r_msw: ; \ 82 mov rm,r_lsw ; \ 97 #define EXTPSIHI_RN_SN(rm,r_msw,r_lsw) ; \ 98 .global __extpsihi##rm##r_lsw ; \ 99 __extpsihi##rm##r_lsw: ; \ 100 mov rm,r_lsw ; \
|
/picolibc-latest/scripts/ |
D | test-picolibc | 18 $test rm -rf $DIR 31 $test rm -rf $DIR 52 $test rm -rf $DIR 65 $test rm -rf $DIR
|
D | do-arm-tk | 36 rm -r "$MINSIZE_DIR" 37 rm -r "$RELEASE_DIR" 38 rm -r "$DESTDIR"/"$ARM_TK" 65 rm -f "$ZIP"
|
D | do-freedom-tools-package | 68 rm -f "${TARBALL}"
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | ieeefp.c | 91 unsigned rm = (frsr () >> 5) & 0x7; in fpgetround() local 92 return frm_fp_rnd (rm); in fpgetround() 120 unsigned rm = (fsr >> 5) & 0x7; in fpsetround() local 131 return frm_fp_rnd (rm); in fpsetround()
|
/picolibc-latest/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
|
/picolibc-latest/.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 | 19 …(cd /opt && while read file; do wget $file || exit 1; tar xf `basename $file`; rm `basename $file`… 21 rm -rf /var/lib/apt/lists/*
|
/picolibc-latest/.github/workflows/ |
D | Makefile | 30 rm -f linux.yml zephyr.yml
|
D | steps-head | 27 rm -f ccache-*-linux-x86_64.tar.xz
|
/picolibc-latest/doc/printf-sample/ |
D | Makefile | 93 rm -f $(ALL) $(LOG)
|
/picolibc-latest/hello-world/ |
D | Makefile | 96 rm -f *.elf *.map
|
/picolibc-latest/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-latest/newlib/ |
D | ChangeLog-2015 | 4204 * Makefile.am (install-data-local): Fix condition and rm call.
|