Lines Matching refs:FPFastMathMode
535 if (e == static_cast<uint32_t>(FPFastMathMode::None)) in getFPFastMathModeName()
537 if (e == static_cast<uint32_t>(FPFastMathMode::NotNaN)) in getFPFastMathModeName()
539 if (e & static_cast<uint32_t>(FPFastMathMode::NotNaN)) { in getFPFastMathModeName()
543 if (e == static_cast<uint32_t>(FPFastMathMode::NotInf)) in getFPFastMathModeName()
545 if (e & static_cast<uint32_t>(FPFastMathMode::NotInf)) { in getFPFastMathModeName()
549 if (e == static_cast<uint32_t>(FPFastMathMode::NSZ)) in getFPFastMathModeName()
551 if (e & static_cast<uint32_t>(FPFastMathMode::NSZ)) { in getFPFastMathModeName()
555 if (e == static_cast<uint32_t>(FPFastMathMode::AllowRecip)) in getFPFastMathModeName()
557 if (e & static_cast<uint32_t>(FPFastMathMode::AllowRecip)) { in getFPFastMathModeName()
561 if (e == static_cast<uint32_t>(FPFastMathMode::Fast)) in getFPFastMathModeName()
563 if (e & static_cast<uint32_t>(FPFastMathMode::Fast)) { in getFPFastMathModeName()
656 CASE(Decoration, FPFastMathMode) in getDecorationName()