Home
last modified time | relevance | path

Searched refs:fp_rnd (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dieeefp.h47 typedef int fp_rnd; typedef
53 fp_rnd fpgetround (void);
54 fp_rnd fpsetround (fp_rnd);
/picolibc-latest/newlib/libc/machine/riscv/
Dieeefp.c31 static fp_rnd
87 fp_rnd
115 fp_rnd
116 fpsetround(fp_rnd rnd_dir) in fpsetround()
/picolibc-latest/newlib/libm/test/
Dtest_ieee.c196 fp_rnd old = fpgetround(); in test_ieee()