Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Dtest_ieee.c54 if (fpsetmask(FP_X_DX) != -1) in test_getmask()
55 test_iok(fpgetmask(),FP_X_DX); in test_getmask()
75 if (fpsetsticky(FP_X_DX) != -1) in test_getsticky()
76 test_iok(fpgetsticky(),FP_X_DX); in test_getsticky()
/picolibc-latest/newlib/libc/machine/riscv/
Dieeefp.c56 fp |= FP_X_DX; in frm_fp_except()
72 if (fp & FP_X_DX) in frm_except()
/picolibc-latest/newlib/libc/include/
Dieeefp.h60 #define FP_X_DX 0x80 /* Divide by zero */ macro