Searched defs:FloatType (Results 1 - 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DFloatType.java32 public class FloatType extends VerificationType class in inherits:VerificationType
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1555 // template is meant to be instantiated with FloatType being either
1557 template <typename FloatType>
1564 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan) :
1571 Impl(FloatType rhs, bool nan_eq_nan) :
1576 const FloatingPoint<FloatType> lhs(value), rhs(rhs_);
1591 ::std::numeric_limits<FloatType>::digits10 + 2);
1592 if (FloatingPoint<FloatType>(rhs_).is_nan()) {
1607 ::std::numeric_limits<FloatType>::digits10 + 2);
1608 if (FloatingPoint<FloatType>(rhs_).is_nan()) {
1622 const FloatType rhs
[all...]
/external/vixl/src/aarch32/
H A Doperands-aarch32.h530 struct FloatType { struct in class:vixl::aarch32::ImmediateVFP
551 return Decode(v, FloatType<T>());
554 static float Decode(uint32_t imm8, const FloatType<float>&) { argument
558 static double Decode(uint32_t imm8, const FloatType<double>&) { argument
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1886 // FloatType being either float or double.
1887 template <typename FloatType>
1896 FloatingEqMatcher(FloatType expected, bool nan_eq_nan) :
1903 FloatingEqMatcher(FloatType expected, bool nan_eq_nan,
1904 FloatType max_abs_error)
1916 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error)
1923 const FloatingPoint<FloatType> actual(value), expected(expected_);
1942 const FloatType diff = value - expected_;
1961 ::std::numeric_limits<FloatType>
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1886 // FloatType being either float or double.
1887 template <typename FloatType>
1896 FloatingEqMatcher(FloatType expected, bool nan_eq_nan) :
1903 FloatingEqMatcher(FloatType expected, bool nan_eq_nan,
1904 FloatType max_abs_error)
1916 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error)
1923 const FloatingPoint<FloatType> actual(value), expected(expected_);
1942 const FloatType diff = value - expected_;
1961 ::std::numeric_limits<FloatType>
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h198 mCurrentValueType = ValueUnion::FloatType;
234 case ValueUnion::FloatType: return mCurrentValue[i].f;
245 case ValueUnion::FloatType: return static_cast<GLint>(mCurrentValue[i].f);
256 case ValueUnion::FloatType: return static_cast<GLuint>(mCurrentValue[i].f);
269 mCurrentValueType = ValueUnion::FloatType;
310 enum Type { FloatType, IntType, UIntType }; enumerator in enum:es2::VertexAttribute::ValueUnion::Type
/external/fmtlib/test/gmock/
H A Dgmock.h6466 // FloatType being either float or double.
6467 template <typename FloatType>
6476 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan) :
6483 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) :
6493 Impl(FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) :
6498 const FloatingPoint<FloatType> lhs(value), rhs(rhs_);
6524 ::std::numeric_limits<FloatType>::digits10 + 2);
6525 if (FloatingPoint<FloatType>(rhs
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 1064 milliseconds