Home
last modified time | relevance | path

Searched defs:FPState (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h31 struct FPState { struct
32 uint32_t ControlWord;
33 uint32_t StatusWord;
H A Dfenv_darwin_impl.h31 struct FPState { struct
32 uint64_t StatusWord;
33 uint64_t ControlWord;
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h356 struct FPState { struct
361 struct FPState { argument
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DFEnvSafeTest.cpp41 using FPState = LIBC_NAMESPACE::fputil::FEnv::FPState; in expect_fenv_eq() typedef