Home
last modified time | relevance | path

Searched refs:Float16ExcessPrecision (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFPOptions.def28 OPTION(Float16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, FPEvalMethod)
29 OPTION(BFloat16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, Float16ExcessPrecision)
H A DLangOptions.def333 ENUM_LANGOPT(Float16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, "Intermediate truncation…
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2778 StringRef Float16ExcessPrecision = ""; in RenderFloatingPointOptions() local
3004 Float16ExcessPrecision = Val; in RenderFloatingPointOptions()
3009 Float16ExcessPrecision = "none"; in RenderFloatingPointOptions()
3018 BFloat16ExcessPrecision = Float16ExcessPrecision; in RenderFloatingPointOptions()
3195 if (!Float16ExcessPrecision.empty()) in RenderFloatingPointOptions()
3197 Float16ExcessPrecision)); in RenderFloatingPointOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2088 MarshallingInfoEnum<LangOpts<"Float16ExcessPrecision">, "FPP_Standard">;