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

  /src/include/
fenv.h 36 typedef int fexcept_t; typedef in typeref:typename:int
57 typedef int fexcept_t; typedef in typeref:typename:int
83 int fegetexceptflag(fexcept_t *, int);
85 int fesetexceptflag(const fexcept_t *, int);
  /src/sys/arch/hppa/include/
fenv.h 36 typedef unsigned fexcept_t; typedef in typeref:typename:unsigned
  /src/sys/arch/riscv/include/
fenv.h 12 typedef int fexcept_t; typedef in typeref:typename:int
  /src/sys/arch/or1k/include/
fenv.h 12 typedef int fexcept_t; typedef in typeref:typename:int
  /src/sys/arch/sparc/include/
fenv.h 38 typedef uint64_t fexcept_t; typedef in typeref:typename:uint64_t
41 typedef uint32_t fexcept_t; typedef in typeref:typename:uint32_t
  /src/sys/arch/arm/include/
fenv.h 22 typedef int fexcept_t; typedef in typeref:typename:int
  /src/sys/arch/amd64/include/
fenv.h 106 * fexcept_t represents the floating-point status flags collectively, including
117 typedef uint32_t fexcept_t; typedef in typeref:typename:uint32_t
  /src/sys/arch/i386/include/
fenv.h 115 * fexcept_t represents the floating-point status flags collectively, including
126 typedef uint32_t fexcept_t; typedef in typeref:typename:uint32_t
  /src/sys/arch/vax/include/
vaxfp.h 45 typedef int fexcept_t; typedef in typeref:typename:int
  /src/sys/arch/alpha/include/
fenv.h 38 typedef __uint16_t fexcept_t; typedef in typeref:typename:__uint16_t
95 fegetexceptflag(fexcept_t *__flagp, int __excepts)
107 fesetexceptflag(const fexcept_t *__flagp, int __excepts)
133 fexcept_t __ex = __excepts;
  /src/sys/arch/ia64/include/
fenv.h 40 typedef __uint16_t fexcept_t; typedef in typeref:typename:__uint16_t
88 fegetexceptflag(fexcept_t *__flagp, int __excepts)
93 *__flagp = (fexcept_t)(__fpsr >> _FPUSW_SHIFT) & __excepts;
98 fesetexceptflag(const fexcept_t *__flagp, int __excepts)
  /src/sys/arch/sh3/include/
fenv.h 67 typedef uint32_t fexcept_t; typedef in typeref:typename:uint32_t
85 fexcept_t __fpscr;
97 fegetexceptflag(fexcept_t *__flagp, int __excepts)
99 fexcept_t __fpscr;
109 fesetexceptflag(const fexcept_t *__flagp, int __excepts)
111 fexcept_t __fpscr;
141 fexcept_t __fpscr;
170 fexcept_t __fpscr;
180 fexcept_t __fpscr;
189 fexcept_t __fpscr
    [all...]
  /src/sys/arch/m68k/include/
fenv.h 66 typedef uint32_t fexcept_t; typedef in typeref:typename:uint32_t
121 fexcept_t __fpsr;
133 fegetexceptflag(fexcept_t *__flagp, int __excepts)
135 fexcept_t __fpsr;
145 fesetexceptflag(const fexcept_t *__flagp, int __excepts)
147 fexcept_t __fpsr;
183 fexcept_t __fpsr;
193 fexcept_t __fpcr;
202 fexcept_t __fpcr;
228 fexcept_t __fpcr, __fpsr
    [all...]
  /src/sys/arch/mips/include/
fenv.h 62 typedef fpu_control_t fexcept_t; typedef in typeref:typename:fpu_control_t
98 fexcept_t __fpsr;
108 fegetexceptflag(fexcept_t *__flagp, int __excepts)
110 fexcept_t __fpsr;
118 fesetexceptflag(const fexcept_t *__flagp, int __excepts)
120 fexcept_t __fpsr;
132 fexcept_t __ex = __excepts;
141 fexcept_t __fpsr;
150 fexcept_t __fpsr;
159 fexcept_t __fpsr
    [all...]
  /src/sys/arch/powerpc/include/
fenv.h 81 typedef uint32_t fexcept_t; typedef in typeref:typename:uint32_t
166 fegetexceptflag(fexcept_t *__flagp, int __excepts)
176 fesetexceptflag(const fexcept_t *__flagp, int __excepts)

Completed in 16 milliseconds