HomeSort by: relevance | last modified time | path
    Searched defs:feraiseexcept (Results 1 - 18 of 18) 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 in typeref:typename:int
  /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 in typeref:typename:int
269 feraiseexcept(fflags);
  /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 in typeref:typename:int
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 in typeref:typename:int
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 in typeref:typename:int
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 in typeref:typename:int
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 in typeref:typename:int
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 in typeref:typename:int
484 feraiseexcept((sw | mxcsr) & FE_ALL_EXCEPT);
  /src/sys/arch/alpha/include/
fenv.h 124 feraiseexcept(int __excepts) function in typeref:typename:int
  /src/sys/arch/ia64/include/
fenv.h 117 feraiseexcept(int __excepts) function in typeref:typename:__fenv_static int
  /src/sys/arch/sh3/include/
fenv.h 139 feraiseexcept(int __excepts) function in typeref:typename:__fenv_static int
249 feraiseexcept((int)__fpscr);
  /src/sys/arch/m68k/include/
fenv.h 160 feraiseexcept(int __excepts) function in typeref:typename:__fenv_static int
265 feraiseexcept((int)__fpsr);
  /src/sys/arch/mips/include/
fenv.h 130 feraiseexcept(int __excepts) function in typeref:typename:__fenv_static int
206 feraiseexcept(__fpsr & FE_ALL_EXCEPT);
  /src/sys/arch/powerpc/include/
fenv.h 190 feraiseexcept(int __excepts) function in typeref:typename:__fenv_static int

Completed in 67 milliseconds