Searched refs:Float16ExcessPrecision (Results 1 – 3 of 3) sorted by relevance
350 ENUM_LANGOPT(Float16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, "Intermediate truncation…
2886 StringRef Float16ExcessPrecision = ""; in RenderFloatingPointOptions() local3172 Float16ExcessPrecision = Val; in RenderFloatingPointOptions()3177 Float16ExcessPrecision = "none"; in RenderFloatingPointOptions()3186 BFloat16ExcessPrecision = Float16ExcessPrecision; in RenderFloatingPointOptions()3344 if (!Float16ExcessPrecision.empty()) in RenderFloatingPointOptions()3346 Float16ExcessPrecision)); in RenderFloatingPointOptions()
2205 MarshallingInfoEnum<LangOpts<"Float16ExcessPrecision">, "FPP_Standard">;