Home
last modified time | relevance | path

Searched refs:FloatFormat (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dconvert.d40 static if (floatFormat!T == FloatFormat.Float || floatFormat!T == FloatFormat.Double)
69 else static if (floatFormat!T == FloatFormat.DoubleDouble)
133 static if (floatFormat!T == FloatFormat.Quadruple)
190 private Float parse(bool is_denormalized = false, T:real)(T x_) if (floatFormat!T != FloatFormat.Re…
194 static assert(floatFormat!T != FloatFormat.DoubleDouble,
222 static if (floatFormat!T == FloatFormat.Quadruple)
249 private Float parse(bool _ = false, T:real)(T x_) if (floatFormat!T == FloatFormat.Real80)
301 private template FloatTraits(T) if (floatFormat!T == FloatFormat.Float) in FloatTraits()
314 private template FloatTraits(T) if (floatFormat!T == FloatFormat.Double)
327 private template FloatTraits(T) if (floatFormat!T == FloatFormat.Real80)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.cpp424 assert(FloatFormat == Aux->FloatFormat); in setAuxTarget()
H A DTCE.h77 FloatFormat = &llvm::APFloat::IEEEsingle(); in TCETargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp112 FloatFormat = &llvm::APFloat::IEEEsingle(); in TargetInfo()
397 FloatFormat = &llvm::APFloat::IEEEsingle(); in adjust()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h106 const llvm::fltSemantics *HalfFormat, *BFloat16Format, *FloatFormat, member
650 const llvm::fltSemantics &getFloatFormat() const { return *FloatFormat; } in getFloatFormat()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d2760 void parseDigits(alias FloatFormat)() in parseDigits() argument
2762 static if (FloatFormat == hex) in parseDigits()
2776 else static if (FloatFormat == decimal) in parseDigits()
2836 static if (FloatFormat == hex) in parseDigits()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d3263 void parseDigits(alias FloatFormat)()
3265 static if (FloatFormat == hex)
3279 else static if (FloatFormat == decimal)
3342 static if (FloatFormat == hex)