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

1 2

  /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_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);
s_ilogb.c 28 #define feraiseexcept(a) macro
46 feraiseexcept(FE_INVALID);
61 feraiseexcept(FE_INVALID);
  /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
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);
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);
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);
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);
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);
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);
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);
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);

Completed in 33 milliseconds

1 2