HomeSort by relevance Sort by last modified time
    Searched defs:fexcept_t (Results 1 - 9 of 9) sorted by null

  /bionic/libc/include/bits/
fenv_arm.h 58 typedef __uint32_t fexcept_t; typedef
fenv_mips.h 79 typedef __uint32_t fexcept_t; typedef
fenv_x86.h 49 typedef __uint16_t fexcept_t; typedef
fenv_x86_64.h 80 * fexcept_t represents the floating-point status flags collectively, including
91 typedef __uint32_t fexcept_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
fenv.h 16 typedef int fexcept_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
fenv.h 32 typedef int fexcept_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fenv.h 61 typedef unsigned short int fexcept_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fenv.h 63 typedef unsigned short int fexcept_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 66 typedef unsigned int fexcept_t; typedef
81 either set or clear. fexcept_t could be structure that holds more
84 typedef unsigned short fexcept_t; typedef
131 extern int __cdecl fegetexceptflag (fexcept_t * flagp, int excepts);
133 extern int __cdecl fesetexceptflag (const fexcept_t *, int);

Completed in 686 milliseconds