HomeSort by relevance Sort by last modified time
    Searched refs:FloatType (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 33 static final FloatType FLOAT_TYPE = new FloatType();
57 * Creates a new FloatType.
59 public static FloatType createFloatType()
FloatType.java 32 public class FloatType extends VerificationType
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
numeric_lex.h 56 template<typename FloatType>
57 bool numeric_lex_float(const std::string& str, FloatType* value)
  /external/proguard/src/proguard/classfile/attribute/preverification/visitor/
VerificationTypeVisitor.java 37 public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType);
47 public void visitStackFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType);
57 public void visitVariablesFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 18 FloatType = float
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 18 FloatType = float
  /external/python/cpython2/Lib/
types.py 18 FloatType = float
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 18 FloatType = float
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 18 FloatType = float
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 18 FloatType = float
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 18 FloatType = float
  /art/runtime/verifier/
reg_type-inl.h 161 inline const FloatType* FloatType::GetInstance() {
reg_type_cache-inl.h 61 inline const FloatType& RegTypeCache::Float() {
62 return *FloatType::GetInstance();
reg_type_cache.h 46 class FloatType;
118 const FloatType& Float() REQUIRES_SHARED(Locks::mutator_lock_);
reg_type.cc 48 const FloatType* FloatType::instance_ = nullptr;
106 std::string FloatType::Dump() const {
188 const FloatType* FloatType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor,
191 instance_ = new FloatType(klass, descriptor, cache_id);
195 void FloatType::Destroy() {
reg_type.h 579 class FloatType FINAL : public Cat1Type {
583 static const FloatType* CreateInstance(mirror::Class* klass,
587 static const FloatType* GetInstance() PURE;
595 FloatType(mirror::Class* klass, const StringPiece& descriptor,
600 static const FloatType* instance_;
    [all...]
reg_type_cache.cc 63 entries_.push_back(FloatType::GetInstance());
123 return *FloatType::GetInstance();
302 FloatType::Destroy();
339 CreatePrimitiveTypeInstance<FloatType>("F");
661 FloatType::GetInstance()->VisitRoots(visitor, ri);
  /external/jsoncpp/test/
pyjsontestrunner.py 35 elif ty is types.FloatType:
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 117 // FloatType is here for the purposes of documentation only. It is a stand-in
119 type FloatType float32
194 func complex(r, i FloatType) ComplexType
198 func real(c ComplexType) FloatType
203 func imag(c ComplexType) FloatType
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 117 // FloatType is here for the purposes of documentation only. It is a stand-in
119 type FloatType float32
194 func complex(r, i FloatType) ComplexType
198 func real(c ComplexType) FloatType
203 func imag(c ComplexType) FloatType
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/toolchain-utils/cros_utils/
stats.py     [all...]
  /external/autotest/client/common_lib/
global_config_unittest.py 102 self.assertEquals(type(val), types.FloatType)

Completed in 1240 milliseconds

1 2 3