Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dcpp_binding_example.cc79 else if (arg1.isDouble()) in echoType()
103 if (arg1.isDouble()) in plus()
108 if (arg2.isDouble()) in plus()
Dcpp_variant_unittest.cc354 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()
Dcpp_variant.h83 bool isDouble() const { return (type == NPVariantType_Double); } in isDouble() function
84 bool isNumber() const { return (isInt32() || isDouble()); } in isNumber()
Dcpp_variant.cc190 } else if (isDouble()) { in ToInt32()
201 } else if (isDouble()) { in ToDouble()
/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.cpp61 if (isInt32() || isDouble()) in toObjectSlowCase()
75 if (isInt32() || isDouble()) in toThisObjectSlowCase()
119 else if (isDouble()) in description()
DJSCell.h244 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()
DJSValueInlineMethods.h79 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
DJSValue.h145 bool isDouble() const;
DJSString.h614 if (isDouble()) in toString()
633 if (isDouble()) in toPrimitiveString()
DJSGlobalObjectFunctions.cpp471 if (value.isDouble()) { in globalFuncParseInt()
/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.h106 bool isDouble() const { return (type == NPVariantType_Double); } in isDouble() function
107 bool isNumber() const { return (isInt32() || isDouble()); } in isNumber()
DCppVariant.cpp230 if (isDouble()) in toInt32()
240 if (isDouble()) in toDouble()
/external/icu4c/test/intltest/
Dnmfmtrt.cpp239 if(isDouble(value)) in test()
254 if(isDouble(n)) in test()
303 if(isDouble(a)) in proportionalError()
308 if(isDouble(b)) in proportionalError()
Dnmfmtrt.h49 isDouble(const Formattable& n) in isDouble() function
/external/webkit/Source/JavaScriptCore/jit/
DJSInterfaceJIT.h270 Jump isDouble = branch32(Below, scratch, TrustedImm32(JSValue::LowestTag)); in emitLoadDouble() local
275 isDouble.link(this); in emitLoadDouble()
DJITInlineMethods.h44 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble(); in isOperandConstantImmediateDouble()
DJITStubs.cpp2888 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/
DAsmWriter.cpp813 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/
DSH4Assembler.h1541 void oneShortOp(uint16_t opcode, bool checksize = true, bool isDouble = true)
1543 printInstr(opcode, m_buffer.uncheckedSize(), isDouble);
/external/webkit/Source/JavaScriptCore/
DChangeLog1599 (JSC::JSValue::isDouble):
DChangeLog-2010-05-2424532 (JSC::JSValue::isDouble): Added a LowestTag for clarity.
25415 (JSC::JSValue::isDouble):
DChangeLog-2011-02-1611717 (JSC::JSImmediate::isDouble):