Searched defs:ScalarTraits (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 720 struct ScalarTraits<MyCustomType> { struct 721 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) { in output() 724 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) { in input() 743 static bool mustQuote(StringRef) { return true; } in mustQuote() 933 struct ScalarTraits<MyNumber> { struct 934 static void output(const MyNumber &value, void *, llvm::raw_ostream &out) { in output() 938 static StringRef input(StringRef scalar, void *, MyNumber &value) { in input() 946 static bool mustQuote(StringRef) { return false; } in mustQuote() 2104 struct ScalarTraits<FlowSeq> { struct 2105 static void output(const FlowSeq &value, void*, llvm::raw_ostream &out) { in output() [all …]
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 104 struct ScalarTraits { struct
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 36 typedef NumTraits<Scalar> ScalarTraits; typedef
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 295 struct ScalarTraits struct 297 typedef Interval IVal; 299 static Interval doMakeIVal (const T& value) in doMakeIVal() 306 static Interval doUnion (const Interval& a, const Interval& b) in doUnion() 311 static bool doContains (const Interval& a, T value) in doContains() 316 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) in doConvert() 321 static Interval doRound (const FloatFormat& fmt, T value) in doRound()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 274 struct ScalarTraits struct 276 typedef Interval IVal; 278 static Interval doMakeIVal (const T& value) in doMakeIVal() 285 static Interval doUnion (const Interval& a, const Interval& b) in doUnion() 290 static bool doContains (const Interval& a, T value) in doContains() 295 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) in doConvert() 300 static Interval doRound (const FloatFormat& fmt, T value) in doRound()
|