Home
last modified time | relevance | path

Searched refs:FP_EX_INEXACT (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dq_util.c39 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions()
43 if (exceptions & FP_EX_INEXACT) in ___Q_simulate_exceptions()
46 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions()
53 if (exceptions & FP_EX_INEXACT) in ___Q_simulate_exceptions()
A Dsoft-fp.h76 #ifndef FP_EX_INEXACT
77 #define FP_EX_INEXACT 0 macro
140 FP_SET_EXCEPTION(FP_EX_INEXACT); \
A Dop-common.h103 FP_SET_EXCEPTION(FP_EX_INEXACT); \
213 FP_SET_EXCEPTION(FP_EX_INEXACT); \
1011 FP_SET_EXCEPTION(FP_EX_INEXACT); \
1016 FP_SET_EXCEPTION(FP_EX_INEXACT); \
1046 FP_SET_EXCEPTION(FP_EX_INEXACT); \
1067 FP_SET_EXCEPTION(FP_EX_INEXACT); \
A Dsfp-machine.h185 #define FP_EX_INEXACT (1 << 0) macro

Completed in 6 milliseconds