/external/chromium/webkit/glue/ |
D | cpp_binding_example.cc | 79 else if (arg1.isDouble()) in echoType() 103 if (arg1.isDouble()) in plus() 108 if (arg2.isDouble()) in plus()
|
D | cpp_variant_unittest.cc | 354 EXPECT_FALSE(cpp.isDouble()); in TEST() 364 EXPECT_FALSE(cpp.isDouble()); in TEST() 375 EXPECT_FALSE(cpp.isDouble()); in TEST() 386 EXPECT_TRUE(cpp.isDouble()); in TEST() 397 EXPECT_FALSE(cpp.isDouble()); in TEST() 408 EXPECT_FALSE(cpp.isDouble()); in TEST() 420 EXPECT_FALSE(cpp.isDouble()); in TEST() 481 EXPECT_TRUE(cpp_vector[0].isDouble()); in TEST()
|
D | cpp_variant.h | 83 bool isDouble() const { return (type == NPVariantType_Double); } in isDouble() function 84 bool isNumber() const { return (isInt32() || isDouble()); } in isNumber()
|
D | cpp_variant.cc | 190 } else if (isDouble()) { in ToInt32() 201 } else if (isDouble()) { in ToDouble()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSValue.cpp | 61 if (isInt32() || isDouble()) in toObjectSlowCase() 75 if (isInt32() || isDouble()) in toThisObjectSlowCase() 119 else if (isDouble()) in description()
|
D | JSCell.h | 244 if (isDouble()) { in getUInt32() 264 if (isDouble()) { in getPrimitiveNumber() 291 if (isDouble()) in toBoolean() 302 if (isDouble()) in toNumber() 313 if (isInt32() || isDouble()) in getJSNumber()
|
D | JSValueInlineMethods.h | 79 if (isDouble()) { in getNumber() 289 inline bool JSValue::isDouble() const in isDouble() function 322 ASSERT(isDouble()); in asDouble() 345 return isInt32() || isDouble(); in isNumber() 447 inline bool JSValue::isDouble() const in isDouble() function
|
D | JSValue.h | 145 bool isDouble() const;
|
D | JSString.h | 614 if (isDouble()) in toString() 633 if (isDouble()) in toPrimitiveString()
|
D | JSGlobalObjectFunctions.cpp | 471 if (value.isDouble()) { in globalFuncParseInt()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | CppVariant.h | 106 bool isDouble() const { return (type == NPVariantType_Double); } in isDouble() function 107 bool isNumber() const { return (isInt32() || isDouble()); } in isNumber()
|
D | CppVariant.cpp | 230 if (isDouble()) in toInt32() 240 if (isDouble()) in toDouble()
|
/external/icu4c/test/intltest/ |
D | nmfmtrt.cpp | 239 if(isDouble(value)) in test() 254 if(isDouble(n)) in test() 303 if(isDouble(a)) in proportionalError() 308 if(isDouble(b)) in proportionalError()
|
D | nmfmtrt.h | 49 isDouble(const Formattable& n) in isDouble() function
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JSInterfaceJIT.h | 270 Jump isDouble = branch32(Below, scratch, TrustedImm32(JSValue::LowestTag)); in emitLoadDouble() local 275 isDouble.link(this); in emitLoadDouble()
|
D | JITInlineMethods.h | 44 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble(); in isOperandConstantImmediateDouble()
|
D | JITStubs.cpp | 2888 if (src2.isDouble()) in DEFINE_STUB_FUNCTION() 2895 if (src1.isDouble()) { in DEFINE_STUB_FUNCTION() 2931 if (src2.isDouble()) in DEFINE_STUB_FUNCTION()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 813 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; in WriteConstantInternal() local 817 double Val = isDouble ? CFP->getValueAPF().convertToDouble() : in WriteConstantInternal() 845 if (!isDouble) in WriteConstantInternal()
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | SH4Assembler.h | 1541 void oneShortOp(uint16_t opcode, bool checksize = true, bool isDouble = true) 1543 printInstr(opcode, m_buffer.uncheckedSize(), isDouble);
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 1599 (JSC::JSValue::isDouble):
|
D | ChangeLog-2010-05-24 | 24532 (JSC::JSValue::isDouble): Added a LowestTag for clarity. 25415 (JSC::JSValue::isDouble):
|
D | ChangeLog-2011-02-16 | 11717 (JSC::JSImmediate::isDouble):
|