Home
last modified time | relevance | path

Searched defs:isDouble (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnmfmtrt.h49 isDouble(const Formattable& n) in isDouble() function
/external/clang/test/ARCMT/
Dobjcmt-ns-nonatomic-iosonly.m222 - (BOOL)isDouble; // Not a valid property method
Dobjcmt-atomic-property.m215 - (BOOL)isDouble; // Not a valid property method
Dobjcmt-property.m218 - (BOOL)isDouble; // Not a valid property method
/external/jsoncpp/src/lib_json/
Djson_reader.cpp509 bool isDouble = false; in decodeNumber() local
Djson_value.cpp1174 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DJsonValue.java815 public boolean isDouble () { in isDouble() method in JsonValue
/external/clang/utils/TableGen/
DNeonEmitter.cpp175 bool isDouble() const { return Float && ElementBitwidth == 64; } in isDouble() function in __anonb7c1857d0111::Type
/external/llvm/lib/IR/
DAsmWriter.cpp1106 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local