Searched defs:FloatingPoint (Results 1 – 7 of 7) sorted by relevance
65 FloatingPoint, enumerator
286 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
294 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint() function
176 TEST(KindOfTest, FloatingPoint) { in TEST() argument
106 TEST(HashValueTest, FloatingPoint) { in TEST() argument
59311 struct FloatingPoint : public SelectTrait<T> struct59313 typedef SelectTrait<T> Base;59314 typedef typename Base::Bits Bits;