Searched refs:Float16ExcessPrecision (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FPOptions.def | 28 OPTION(Float16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, FPEvalMethod) 29 OPTION(BFloat16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, Float16ExcessPrecision)
|
| H A D | LangOptions.def | 350 ENUM_LANGOPT(Float16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, "Intermediate truncation…
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2886 StringRef Float16ExcessPrecision = ""; in RenderFloatingPointOptions() local 3172 Float16ExcessPrecision = Val; in RenderFloatingPointOptions() 3177 Float16ExcessPrecision = "none"; in RenderFloatingPointOptions() 3186 BFloat16ExcessPrecision = Float16ExcessPrecision; in RenderFloatingPointOptions() 3344 if (!Float16ExcessPrecision.empty()) in RenderFloatingPointOptions() 3346 Float16ExcessPrecision)); in RenderFloatingPointOptions()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2205 MarshallingInfoEnum<LangOpts<"Float16ExcessPrecision">, "FPP_Standard">;
|