Home
last modified time | relevance | path

Searched refs:exception_macro_to_bits (Results 1 – 3 of 3) sorted by relevance

/external/llvm-libc/src/__support/FPUtil/riscv/
DFEnvImpl.h75 LIBC_INLINE static uint32_t exception_macro_to_bits(int except) { in exception_macro_to_bits() function
96 uint32_t to_clear = FEnv::exception_macro_to_bits(excepts); in clear_except()
103 uint32_t to_test = FEnv::exception_macro_to_bits(excepts); in test_except()
110 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in set_except()
117 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in raise_except()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/riscv/
DFEnvImpl.h75 LIBC_INLINE static uint32_t exception_macro_to_bits(int except) { in exception_macro_to_bits() function
96 uint32_t to_clear = FEnv::exception_macro_to_bits(excepts); in clear_except()
103 uint32_t to_test = FEnv::exception_macro_to_bits(excepts); in test_except()
110 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in set_except()
117 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in raise_except()
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/riscv/
DFEnvImpl.h75 LIBC_INLINE static uint32_t exception_macro_to_bits(int except) { in exception_macro_to_bits() function
96 uint32_t to_clear = FEnv::exception_macro_to_bits(excepts); in clear_except()
103 uint32_t to_test = FEnv::exception_macro_to_bits(excepts); in test_except()
110 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in set_except()
117 FEnv::set_fflags(flags | FEnv::exception_macro_to_bits(excepts)); in raise_except()