Home
last modified time | relevance | path

Searched refs:rm (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/newlib/libc/machine/h8500/
Dpsi.S79 #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/
Dtest-picolibc18 $test rm -rf $DIR
31 $test rm -rf $DIR
52 $test rm -rf $DIR
65 $test rm -rf $DIR
Ddo-arm-tk36 rm -r "$MINSIZE_DIR"
37 rm -r "$RELEASE_DIR"
38 rm -r "$DESTDIR"/"$ARM_TK"
65 rm -f "$ZIP"
Ddo-freedom-tools-package68 rm -f "${TARBALL}"
/picolibc-latest/newlib/libc/machine/riscv/
Dieeefp.c91 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/
DmkwidthA18 rm -f WIDTH-A
21 rm -f width-a-new
Dmkwide50 rm -f wide.na wide.fw wide.blocks
/picolibc-latest/.github/
DDockerfile-zephyr26 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
DDockerfile19 …(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/
DMakefile30 rm -f linux.yml zephyr.yml
Dsteps-head27 rm -f ccache-*-linux-x86_64.tar.xz
/picolibc-latest/doc/printf-sample/
DMakefile93 rm -f $(ALL) $(LOG)
/picolibc-latest/hello-world/
DMakefile96 rm -f *.elf *.map
/picolibc-latest/test/
Dfma_gen.5c92 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/
DChangeLog-20154204 * Makefile.am (install-data-local): Fix condition and rm call.