Home
last modified time | relevance | path

Searched defs:enable_except (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DFEnvImpl.h53 LIBC_INLINE int enable_except(int) { return 0; } in enable_except() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h86 LIBC_INLINE int enable_except(int) { return -1; } in enable_except() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h107 LIBC_INLINE int enable_except(int excepts) { in enable_except() function
H A Dfenv_darwin_impl.h115 LIBC_INLINE int enable_except(int excepts) { in enable_except() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h87 LIBC_INLINE int enable_except(int excepts) { in enable_except() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h152 LIBC_INLINE int enable_except(int excepts) { in enable_except() function