Home
last modified time | relevance | path

Searched refs:FloatType (Results 1 – 18 of 18) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DVerificationTypeFactory.java33 static final FloatType FLOAT_TYPE = new FloatType();
59 public static FloatType createFloatType() in createFloatType()
DFloatType.java32 public class FloatType extends VerificationType class
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java37 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floa… in visitFloatType()
47 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floa… in visitStackFloatType()
57 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floa… in visitVariablesFloatType()
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp447 template <typename T> struct FloatType struct
457 …ename T> struct name ## _func : unary_function<T, typename functional_detail::FloatType<T>::type> \
459 …__device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename Typ…
544 …e T> struct name ## _func : binary_function<T, T, typename functional_detail::FloatType<T>::type> \
546 …__device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename Typ…
613 …me T> struct magnitude_func : binary_function<T, T, typename functional_detail::FloatType<T>::type>
615 …__device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename Typ… in operator ()()
617 sqrt_func<typename functional_detail::FloatType<T>::type> f; in operator ()()
622 …> struct magnitude_sqr_func : binary_function<T, T, typename functional_detail::FloatType<T>::type>
624 …__device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename Typ… in operator ()()
/external/llvm/lib/Target/AMDGPU/
DR600TextureIntrinsicsReplacer.cpp31 Type *FloatType; member in __anona57044820111::R600TextureIntrinsicsReplacer
215 FloatType = Type::getFloatTy(Ctx); in doInitialization()
217 V4f32Type = VectorType::get(FloatType, 4); in doInitialization()
/external/gmock/include/gmock/
Dgmock-matchers.h1811 template <typename FloatType>
1820 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan) :
1827 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) :
1837 Impl(FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) :
1842 const FloatingPoint<FloatType> lhs(value), rhs(rhs_);
1868 ::std::numeric_limits<FloatType>::digits10 + 2);
1869 if (FloatingPoint<FloatType>(rhs_).is_nan()) {
1887 ::std::numeric_limits<FloatType>::digits10 + 2);
1888 if (FloatingPoint<FloatType>(rhs_).is_nan()) {
1909 const FloatType rhs_;
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1557 template <typename FloatType>
1564 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan) : in FloatingEqMatcher()
1571 Impl(FloatType rhs, bool nan_eq_nan) : in Impl()
1576 const FloatingPoint<FloatType> lhs(value), rhs(rhs_); in MatchAndExplain()
1591 ::std::numeric_limits<FloatType>::digits10 + 2); in DescribeTo()
1592 if (FloatingPoint<FloatType>(rhs_).is_nan()) { in DescribeTo()
1607 ::std::numeric_limits<FloatType>::digits10 + 2); in DescribeNegationTo()
1608 if (FloatingPoint<FloatType>(rhs_).is_nan()) { in DescribeNegationTo()
1622 const FloatType rhs_;
1634 operator Matcher<FloatType>() const {
[all …]
/external/jsoncpp/test/
Dpyjsontestrunner.py35 elif ty is types.FloatType:
/external/autotest/client/common_lib/
Dglobal_config_unittest.py101 self.assertEquals(type(val), types.FloatType)
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java688 …FloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) in visitFloatType()
742 …lazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) in visitStackFloatType()
797 …lazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) in visitVariablesFloatType()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java856 …FloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) in visitFloatType()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java1046 case VerificationType.FLOAT_TYPE: return new FloatType(); in createVerificationType()
/external/llvm/bindings/go/llvm/
Dir.go506 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func
512 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...
/external/llvm/docs/
DProgrammersManual.rst2604 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...