Searched refs:isDouble (Results 1 - 19 of 19) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_binding_example.cc79 else if (arg1.isDouble())
103 if (arg1.isDouble())
108 if (arg2.isDouble())
H A Dcpp_variant.h83 bool isDouble() const { return (type == NPVariantType_Double); } function in class:CppVariant
84 bool isNumber() const { return (isInt32() || isDouble()); }
H A Dcpp_variant_unittest.cc354 EXPECT_FALSE(cpp.isDouble());
364 EXPECT_FALSE(cpp.isDouble());
375 EXPECT_FALSE(cpp.isDouble());
386 EXPECT_TRUE(cpp.isDouble());
397 EXPECT_FALSE(cpp.isDouble());
408 EXPECT_FALSE(cpp.isDouble());
420 EXPECT_FALSE(cpp.isDouble());
481 EXPECT_TRUE(cpp_vector[0].isDouble());
H A Dcpp_variant.cc190 } else if (isDouble()) {
201 } else if (isDouble()) {
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.h106 bool isDouble() const { return (type == NPVariantType_Double); } function in class:CppVariant
107 bool isNumber() const { return (isInt32() || isDouble()); }
H A DCppVariant.cpp230 if (isDouble())
240 if (isDouble())
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValue.cpp61 if (isInt32() || isDouble())
75 if (isInt32() || isDouble())
119 else if (isDouble())
H A DJSCell.h244 if (isDouble()) {
264 if (isDouble()) {
291 if (isDouble())
302 if (isDouble())
313 if (isInt32() || isDouble())
H A DJSValueInlineMethods.h79 if (isDouble()) {
289 inline bool JSValue::isDouble() const function in class:JSC::JSValue
322 ASSERT(isDouble());
345 return isInt32() || isDouble();
447 inline bool JSValue::isDouble() const function in class:JSC::JSValue
H A DJSValue.h145 bool isDouble() const;
H A DJSString.h614 if (isDouble())
633 if (isDouble())
H A DJSGlobalObjectFunctions.cpp471 if (value.isDouble()) {
/external/icu4c/test/intltest/
H A Dnmfmtrt.h49 isDouble(const Formattable& n) function in class:NumberFormatRoundTripTest
H A Dnmfmtrt.cpp239 if(isDouble(value))
254 if(isDouble(n))
303 if(isDouble(a))
308 if(isDouble(b))
/external/webkit/Source/JavaScriptCore/jit/
H A DJSInterfaceJIT.h270 Jump isDouble = branch32(Below, scratch, TrustedImm32(JSValue::LowestTag));
275 isDouble.link(this);
H A DJITInlineMethods.h44 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble();
H A DJITStubs.cpp2888 if (src2.isDouble())
2895 if (src1.isDouble()) {
2931 if (src2.isDouble())
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp726 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble; local
730 double Val = isDouble ? CFP->getValueAPF().convertToDouble() :
758 if (!isDouble)
/external/webkit/Source/JavaScriptCore/assembler/
H A DSH4Assembler.h1541 void oneShortOp(uint16_t opcode, bool checksize = true, bool isDouble = true)
1543 printInstr(opcode, m_buffer.uncheckedSize(), isDouble);

Completed in 982 milliseconds