Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dtest_ieee.c52 test_iok(fpgetmask(),FP_X_INV); in test_getmask()
55 test_iok(fpgetmask(),FP_X_DX); in test_getmask()
58 test_iok(fpgetmask(),FP_X_OFL); in test_getmask()
61 test_iok(fpgetmask(),FP_X_UFL); in test_getmask()
64 test_iok(fpgetmask(),FP_X_IMP); in test_getmask()
/picolibc-latest/newlib/libc/include/
Dieeefp.h65 fp_except fpgetmask (void);
/picolibc-latest/newlib/libc/machine/riscv/
Dieeefp.c82 fpgetmask(void) in fpgetmask() function