Home
last modified time | relevance | path

Searched refs:asDouble (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSValueInlineMethods.h60 return isInt32() ? asInt32() : asDouble(); in uncheckedGetNumber()
80 result = asDouble(); in getNumber()
320 inline double JSValue::asDouble() const in asDouble() function
323 return u.asDouble; in asDouble()
334 u.asDouble = d; in JSValue()
512 inline double JSValue::asDouble() const in asDouble() function
DJSCell.h245 double d = asDouble(); in getUInt32()
265 number = asDouble(); in getPrimitiveNumber()
292 return asDouble() > 0.0 || asDouble() < 0.0; // false for NaN in toBoolean()
303 return asDouble(); in toNumber()
DNumberPrototype.cpp87 double asDouble = argument0.toInteger(exec); in getIntegerArgumentInRange() local
88 if (asDouble < low || asDouble > high) in getIntegerArgumentInRange()
91 result = static_cast<int>(asDouble); in getIntegerArgumentInRange()
DJSValue.h68 double asDouble; member
151 double asDouble() const;
DJSValue.cpp120 snprintf(description, size, "Double: %lf", asDouble()); in description()
DJSString.h615 return exec->globalData().numericStrings.add(asDouble()); in toString()
634 return exec->globalData().numericStrings.add(asDouble()); in toPrimitiveString()
DJSGlobalObjectFunctions.cpp472 double d = value.asDouble(); in globalFuncParseInt()
/external/icu4c/test/intltest/
Ditrbnf.cpp443 LLAssert(llong(llong::kD32).asDouble() == llong::kD32);
446 LLAssert(llong(0, 1).asDouble() == 1);
447 LLAssert(llong(1, 0).asDouble() == llong::kD32);
448 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
451 LLAssert(llong().asDouble() == 0);
494 LLAssert(llong((double)0).asDouble() == (double)0);
495 LLAssert(llong((double)1).asDouble() == (double)1);
496 LLAssert(llong((double)0x7fffffff).asDouble() == (double)0x7fffffff);
497 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
498 LLAssert(llong((double)0x80000001).asDouble() == (double)0x80000001);
[all …]
/external/webkit/Source/JavaScriptCore/dfg/
DDFGNode.h299 return m_constantValue.asDouble; in numericConstant()
305 m_constantValue.asDouble = value; in setDoubleConstant()
347 double asDouble; member
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2889 return src1.asInt32() == src2.asDouble(); in DEFINE_STUB_FUNCTION()
2897 return src1.asDouble() == src2.asInt32(); in DEFINE_STUB_FUNCTION()
2900 return src1.asDouble() == d; in DEFINE_STUB_FUNCTION()
2932 … return jsToNumber(static_cast<JSString*>(cell1)->value(stackFrame.callFrame)) == src2.asDouble(); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/WebCore/bindings/js/
DSerializedScriptValue.cpp373 write(value.asDouble()); in dumpImmediate()
/external/webkit/Source/JavaScriptCore/assembler/
DARMv7Assembler.h170 inline FPDoubleRegisterID asDouble(FPSingleRegisterID reg) in asDouble() function
/external/webkit/Source/JavaScriptCore/
DChangeLog1434 (JSC::JSValue::asDouble):
1605 (JSC::JSValue::asDouble):
DChangeLog-2011-02-1621259 (JSC::ARMRegisters::asDouble):
DChangeLog-2010-05-2425421 (JSC::JSValue::asDouble):
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2949418 (WebCore::SerializedScriptValueData::asDouble):