Home
last modified time | relevance | path

Searched refs:feraiseexcept (Results 1 – 25 of 31) sorted by relevance

12

/trueos/lib/msun/ia64/
HDfenv.c43 extern inline int feraiseexcept(int __excepts);
64 feraiseexcept((fpsr >> _FPUSW_SHIFT) & FE_ALL_EXCEPT); in feupdateenv()
HDSymbol.map10 feraiseexcept;
/trueos/lib/msun/arm/
HDfenv-mangle.h42 #define feraiseexcept FENV_MANGLE(feraiseexcept) macro
HDfenv.h92 int feraiseexcept(int __excepts);
147 feraiseexcept(int __excepts) in feraiseexcept() function
220 feraiseexcept(__fpsr & FE_ALL_EXCEPT); in feupdateenv()
HDfenv.c80 extern inline int feraiseexcept(int __excepts);
194 int feraiseexcept(int __excepts) in feraiseexcept() function
HDSymbol.map11 feraiseexcept;
/trueos/tools/regression/lib/msun/
HDtest-fenv.c221 assert(feraiseexcept(excepts) == 0); in test_feraiseexcept()
231 assert(feraiseexcept(FE_INVALID | FE_DIVBYZERO) == 0); in test_feraiseexcept()
233 assert(feraiseexcept(FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT) == 0); in test_feraiseexcept()
360 assert(feraiseexcept(raise) == 0); in test_masking()
368 feraiseexcept(except); in test_masking()
/trueos/lib/msun/src/
HDfenv-softfloat.h86 feraiseexcept(int __excepts) in feraiseexcept() function
151 feraiseexcept(__oflags); in feupdateenv()
HDs_fmal.c200 feraiseexcept(FE_INEXACT); in fmal()
202 feraiseexcept(FE_UNDERFLOW); in fmal()
HDs_fma.c212 feraiseexcept(FE_INEXACT); in fma()
214 feraiseexcept(FE_UNDERFLOW); in fma()
HDs_lround.c63 feraiseexcept(FE_INVALID); in fn()
/trueos/contrib/libc++/include/
Dcfenv43 int feraiseexcept(int excepts);
70 using ::feraiseexcept;
/trueos/lib/msun/amd64/
HDfenv.c72 feraiseexcept(int excepts) in feraiseexcept() function
125 feraiseexcept((mxcsr | status) & FE_ALL_EXCEPT); in feupdateenv()
HDSymbol.map6 feraiseexcept;
/trueos/lib/msun/mips/
HDfenv.h109 feraiseexcept(int __excepts) in feraiseexcept() function
180 feraiseexcept(__fpsr & FE_ALL_EXCEPT); in feupdateenv()
HDSymbol.map9 feraiseexcept;
HDfenv.c45 extern inline int feraiseexcept(int __excepts);
/trueos/lib/msun/i387/
HDfenv.c117 feraiseexcept(int excepts) in feraiseexcept() function
179 feraiseexcept((mxcsr | status) & FE_ALL_EXCEPT); in feupdateenv()
HDSymbol.map8 feraiseexcept;
/trueos/lib/msun/sparc64/
HDfenv.h116 feraiseexcept(int __excepts) in feraiseexcept() function
217 feraiseexcept(__r & FE_ALL_EXCEPT); in feupdateenv()
HDSymbol.map9 feraiseexcept;
HDfenv.c46 extern inline int feraiseexcept(int __excepts);
/trueos/lib/msun/powerpc/
HDSymbol.map9 feraiseexcept;
HDfenv.c41 extern inline int feraiseexcept(int __excepts);
/trueos/contrib/libstdc++/include/tr1/
Dcfenv45 #undef feraiseexcept
67 using ::feraiseexcept;

12