Home
last modified time | relevance | path

Searched refs:isDouble (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
Dnmfmtrt.cpp242 if(isDouble(value)) in test()
257 if(isDouble(n)) in test()
306 if(isDouble(a)) in proportionalError()
311 if(isDouble(b)) in proportionalError()
Dnmfmtrt.h51 isDouble(const Formattable& n) in isDouble() function
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp286 bool isDouble = N->getValueType(0) == MVT::f64; in Select() local
287 EVT T = isDouble ? MVT::f64 : MVT::f32; in Select()
289 return CurDAG->SelectNodeTo(N, isDouble ? Alpha::CPYST : Alpha::CPYSS, in Select()
293 return CurDAG->SelectNodeTo(N, isDouble ? Alpha::CPYSNT : Alpha::CPYSNS, in Select()
DAlphaISelLowering.cpp623 bool isDouble = Op.getValueType() == MVT::f64; in LowerOperation() local
625 SDValue FP = DAG.getNode(isDouble?AlphaISD::CVTQT_:AlphaISD::CVTQS_, dl, in LowerOperation()
626 isDouble?MVT::f64:MVT::f32, LD); in LowerOperation()
630 bool isDouble = Op.getOperand(0).getValueType() == MVT::f64; in LowerOperation() local
633 if (!isDouble) //Promote in LowerOperation()
/external/jsoncpp/src/lib_json/
Djson_reader.cpp509 bool isDouble = false; in decodeNumber() local
511 isDouble = isDouble || in(*inspect, '.', 'e', 'E', '+') || in decodeNumber()
514 if (isDouble) in decodeNumber()
Djson_value.cpp1174 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value
1176 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp251 bool isDouble = false; in lFloatConst() local
266 isDouble = true; in lFloatConst()
270 isDouble = true; in lFloatConst()
351 if (isDouble) in lFloatConst()
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m215 - (BOOL)isDouble; // Not a valid property method
Dobjcmt-ns-nonatomic-iosonly.m222 - (BOOL)isDouble; // Not a valid property method
Dobjcmt-property.m218 - (BOOL)isDouble; // Not a valid property method
Dobjcmt-atomic-property.m.result190 - (BOOL)isDouble; // Not a valid property
Dobjcmt-ns-nonatomic-iosonly.m.result197 - (BOOL)isDouble; // Not a valid property
Dobjcmt-property.m.result193 - (BOOL)isDouble; // Not a valid property
/external/webrtc/webrtc/base/
Djson.cc30 } else if (in.isDouble()) { in GetStringFromJson()
/external/jsoncpp/
DNEWS.txt13 * isDouble and isFloat now return true for all numeric values, since all
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp719 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local
720 double Val = isDouble ? CFP->getValueAPF().convertToDouble() : in WriteConstantInternal()
747 if (!isDouble) in WriteConstantInternal()
/external/jsoncpp/include/json/
Dvalue.h283 bool isDouble() const;
/external/clang/utils/TableGen/
DNeonEmitter.cpp177 bool isDouble() const { return Float && ElementBitwidth == 64; } in isDouble() function in __anon56007b1a0111::Type
2276 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
2309 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h689 bool isDouble() const;
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h689 bool isDouble() const;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h689 bool isDouble() const;
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h739 bool isDouble() const;
/external/llvm/lib/IR/
DAsmWriter.cpp1150 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local
1154 double Val = isDouble ? CFP->getValueAPF().convertToDouble() : in WriteConstantInternal()
1181 if (!isDouble) in WriteConstantInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp1299 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteConstantInternal() local
1303 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); in WriteConstantInternal()
1328 if (!isDouble) in WriteConstantInternal()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3678 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value
3680 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()

12