Home
last modified time | relevance | path

Searched refs:__fpscr (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/msun/powerpc/
H A Dfenv.h101 union __fpscr { union
141 union __fpscr __r; in __feclearexcept_int()
154 union __fpscr __r; in __fegetexceptflag_int()
164 union __fpscr __r; in __fesetexceptflag_int()
178 union __fpscr __r; in __feraiseexcept_int()
191 union __fpscr __r; in __fetestexcept_int()
200 union __fpscr __r; in __fegetround_int()
209 union __fpscr __r; in __fesetround_int()
223 union __fpscr __r; in __fegetenv_int()
233 union __fpscr __r; in __feholdexcept_int()
[all …]
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dfenv_t.h24 unsigned int __fpscr; member
/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp673 unsigned int __fpscr; /* floating point status register */ member
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h8477 double __fpscr = __builtin_readflm(); in vec_round() local
8480 __builtin_setflm(__fpscr); in vec_round()