Searched refs:FloatType (Results 1 – 3 of 3) sorted by relevance
1365 template <typename FloatType>1374 FloatingEqMatcher(FloatType expected, bool nan_eq_nan) :1381 FloatingEqMatcher(FloatType expected, bool nan_eq_nan,1382 FloatType max_abs_error)1394 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error)1401 const FloatingPoint<FloatType> actual(value), expected(expected_);1420 const FloatType diff = value - expected_;1439 ::std::numeric_limits<FloatType>::digits10 + 2);1440 if (FloatingPoint<FloatType>(expected_).is_nan()) {1458 ::std::numeric_limits<FloatType>::digits10 + 2);[all …]
571 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func577 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func
3298 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and