/external/icu/icu4c/source/test/intltest/ |
D | nmfmtrt.cpp | 242 if(isDouble(value)) in test() 257 if(isDouble(n)) in test() 306 if(isDouble(a)) in proportionalError() 311 if(isDouble(b)) in proportionalError()
|
D | nmfmtrt.h | 51 isDouble(const Formattable& n) in isDouble() function
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 286 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()
|
D | AlphaISelLowering.cpp | 623 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/ |
D | json_reader.cpp | 509 bool isDouble = false; in decodeNumber() local 511 isDouble = isDouble || in(*inspect, '.', 'e', 'E', '+') || in decodeNumber() 514 if (isDouble) in decodeNumber()
|
D | json_value.cpp | 1174 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/ |
D | PpScanner.cpp | 251 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/ |
D | objcmt-atomic-property.m | 215 - (BOOL)isDouble; // Not a valid property method
|
D | objcmt-ns-nonatomic-iosonly.m | 222 - (BOOL)isDouble; // Not a valid property method
|
D | objcmt-property.m | 218 - (BOOL)isDouble; // Not a valid property method
|
D | objcmt-atomic-property.m.result | 190 - (BOOL)isDouble; // Not a valid property
|
D | objcmt-ns-nonatomic-iosonly.m.result | 197 - (BOOL)isDouble; // Not a valid property
|
D | objcmt-property.m.result | 193 - (BOOL)isDouble; // Not a valid property
|
/external/webrtc/webrtc/base/ |
D | json.cc | 30 } else if (in.isDouble()) { in GetStringFromJson()
|
/external/jsoncpp/ |
D | NEWS.txt | 13 * isDouble and isFloat now return true for all numeric values, since all
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 719 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/ |
D | value.h | 283 bool isDouble() const;
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 177 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/ |
D | json.h | 689 bool isDouble() const;
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 689 bool isDouble() const;
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 689 bool isDouble() const;
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 739 bool isDouble() const;
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1150 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/ |
D | AsmWriter.cpp | 1299 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/ |
D | jsoncpp.cpp | 3678 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value 3680 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()
|