/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/chromium_org/third_party/angle/src/compiler/preprocessor/ |
numeric_lex.h | 48 template<typename FloatType> 49 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);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
types.py | 18 FloatType = float
|
pickle.py | 478 dispatch[FloatType] = save_float [all...] |
xmlrpclib.py | 690 dispatch[FloatType] = dump_double [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
types.py | 18 FloatType = float
|
pickle.py | 478 dispatch[FloatType] = save_float [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGParserUtilities.cpp | 36 template <typename FloatType> 37 static inline bool isValidRange(const FloatType& x) 39 static const FloatType max = std::numeric_limits<FloatType>::max(); 46 template <typename CharType, typename FloatType> 47 static bool genericParseNumber(const CharType*& ptr, const CharType* end, FloatType& number, bool skip) 49 FloatType integer, decimal, frac, exponent; 79 FloatType multiplier = 1; 81 integer += multiplier * static_cast<FloatType>(*(ptrScanIntPart--) - '0'); 97 decimal += (*(ptr++) - '0') * (frac *= static_cast<FloatType>(0.1)) [all...] |
/external/llvm/lib/Target/R600/ |
R600TextureIntrinsicsReplacer.cpp | 31 Type *FloatType; 216 FloatType = Type::getFloatTy(Ctx); 218 V4f32Type = VectorType::get(FloatType, 4);
|
/art/runtime/verifier/ |
reg_type.cc | 42 FloatType* FloatType::instance_ = NULL; 121 std::string FloatType::Dump() const { 225 FloatType* FloatType::CreateInstance(mirror::Class* klass, const std::string& descriptor, 228 instance_ = new FloatType(klass, descriptor, cache_id); 232 FloatType* FloatType::GetInstance() { 237 void FloatType::Destroy() {
|
reg_type_cache.cc | 57 entries_.push_back(FloatType::GetInstance()); 111 return *FloatType::GetInstance(); 255 FloatType::Destroy(); 273 CreatePrimitiveTypeInstance<FloatType>("F");
|
reg_type_cache.h | 106 return *FloatType::GetInstance();
|
reg_type.h | 464 class FloatType : public Cat1Type { 470 static FloatType* CreateInstance(mirror::Class* klass, const std::string& descriptor, 473 static FloatType* GetInstance(); 476 FloatType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) 480 static FloatType* instance_;
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-matchers.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 118 FloatType: AtomicObjectTreeItem,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ObjectBrowser.py | 118 FloatType: AtomicObjectTreeItem,
|
/external/proguard/src/proguard/classfile/util/ |
SimplifiedVisitor.java | 582 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) 584 visitAnyVerificationType(clazz, method, codeAttribute, offset, floatType); 636 public void visitStackFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) 638 visitFloatType(clazz, method, codeAttribute, offset, floatType); 691 public void visitVariablesFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) 693 visitFloatType(clazz, method, codeAttribute, offset, floatType);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aepack.py | 100 if isinstance(x, FloatType):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
symbols.py | 392 _const_types = types.StringType, types.IntType, types.FloatType
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
symbols.py | 392 _const_types = types.StringType, types.IntType, types.FloatType
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdi.jar | |
/external/proguard/src/proguard/classfile/io/ |
ProgramClassReader.java | [all...] |
/external/proguard/src/proguard/classfile/visitor/ |
ClassPrinter.java | 758 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) [all...] |