Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnmfmtrt.h51 isDouble(const Formattable& n) in isDouble() function
/external/valgrind/none/tests/amd64/
Dfma4.c80 void showXMM ( XMM* vec, int isDouble ) in showXMM()
97 void showYMM ( YMM* vec, int isDouble ) in showYMM()
105 void showBlock ( char* msg, Block* block, int isDouble ) in showBlock()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp286 bool isDouble = N->getValueType(0) == MVT::f64; in Select() local
DAlphaISelLowering.cpp623 bool isDouble = Op.getValueType() == MVT::f64; in LowerOperation() local
630 bool isDouble = Op.getOperand(0).getValueType() == MVT::f64; in LowerOperation() local
/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/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp719 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp177 bool isDouble() const { return Float && ElementBitwidth == 64; } in isDouble() function in __anon66c363900111::Type
/external/llvm/lib/IR/
DAsmWriter.cpp1150 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value