HomeSort by: relevance | last modified time | path
    Searched defs:feraiseexcept (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libm/src/
s_ilogbf.c 25 #define feraiseexcept(a) macro
38 feraiseexcept(FE_INVALID);
49 feraiseexcept(FE_INVALID);
s_ilogbl.c 42 #define feraiseexcept(a) macro
62 feraiseexcept(FE_INVALID);
69 feraiseexcept(FE_INVALID);
s_ilogb.c 28 #define feraiseexcept(a) macro
46 feraiseexcept(FE_INVALID);
61 feraiseexcept(FE_INVALID);
namespace.h 51 #define feraiseexcept _feraiseexcept macro
  /src/lib/libm/arch/arm/
fenv.c 55 __weak_alias(feraiseexcept,_feraiseexcept)
99 * The feraiseexcept() function shall attempt to raise the supported
104 feraiseexcept(int excepts) function
  /src/lib/libm/arch/riscv/
fenv.c 55 __weak_alias(feraiseexcept,_feraiseexcept)
111 * The feraiseexcept() function raises the supported floating-point exceptions
119 feraiseexcept(int excepts) function
269 feraiseexcept(fflags);
  /src/external/apache2/llvm/dist/libcxx/include/
fenv.h 40 int feraiseexcept(int excepts);
74 #ifdef feraiseexcept
75 #undef feraiseexcept macro
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
fenv.h 45 #undef feraiseexcept macro
64 using ::feraiseexcept;
  /src/lib/libm/arch/aarch64/
fenv.c 56 __weak_alias(feraiseexcept,_feraiseexcept)
99 * The feraiseexcept() function shall attempt to raise the supported
104 feraiseexcept(int excepts) function
230 feraiseexcept(except);
  /src/lib/libm/arch/hppa/
fenv.c 43 __weak_alias(feraiseexcept,_feraiseexcept)
152 * The feraiseexcept() function raises the supported floating-point exceptions
159 feraiseexcept(int excepts) function
329 feraiseexcept(r & FE_ALL_EXCEPT);
  /src/lib/libm/arch/sparc/
fenv.c 43 __weak_alias(feraiseexcept,_feraiseexcept)
131 * The feraiseexcept() function raises the supported floating-point exceptions
138 feraiseexcept(int excepts) function
308 feraiseexcept(r & FE_ALL_EXCEPT);
  /src/lib/libm/arch/sparc64/
fenv.c 43 __weak_alias(feraiseexcept,_feraiseexcept)
145 * The feraiseexcept() function raises the supported floating-point exceptions
152 feraiseexcept(int excepts) function
322 feraiseexcept(r & FE_ALL_EXCEPT);
  /src/lib/libm/arch/i387/
fenv.c 50 __weak_alias(feraiseexcept,_feraiseexcept)
216 * The feraiseexcept() function raises the supported floating-point exceptions
226 feraiseexcept(int excepts) function
465 feraiseexcept((mxcsr | status) & FE_ALL_EXCEPT);
  /src/lib/libm/arch/x86_64/
fenv.c 48 __weak_alias(feraiseexcept,_feraiseexcept)
196 * The feraiseexcept() function raises the supported floating-point exceptions
206 feraiseexcept(int excepts) function
484 feraiseexcept((sw | mxcsr) & FE_ALL_EXCEPT);
  /src/sys/arch/alpha/include/
fenv.h 124 feraiseexcept(int __excepts) function
  /src/sys/arch/ia64/include/
fenv.h 117 feraiseexcept(int __excepts) function
  /src/sys/arch/mips/include/
fenv.h 130 feraiseexcept(int __excepts) function
206 feraiseexcept(__fpsr & FE_ALL_EXCEPT);
  /src/sys/arch/sh3/include/
fenv.h 139 feraiseexcept(int __excepts) function
249 feraiseexcept((int)__fpscr);
  /src/sys/arch/m68k/include/
fenv.h 160 feraiseexcept(int __excepts) function
265 feraiseexcept((int)__fpsr);
  /src/sys/arch/powerpc/include/
fenv.h 190 feraiseexcept(int __excepts) function
  /src/external/gpl3/gcc.old/dist/libquadmath/
quadmath-imp.h 275 # define feraiseexcept(arg) ((void) 0) macro

Completed in 50 milliseconds