Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h40 struct RoundingControlValue { struct
41 static constexpr uint16_t TO_NEAREST = 0x0;
42 static constexpr uint16_t DOWNWARD = 0x1;
43 static constexpr uint16_t UPWARD = 0x2;
44 static constexpr uint16_t TOWARD_ZERO = 0x3;