Searched defs:dValue (Results 1 – 5 of 5) sorted by relevance
98 int dValue = (int)ta.getInt(index, INITIAL_VALUE); in onGetDefaultValue() local
188 double dValue = (double) (value & UNSIGNED_MASK); in doubleValue() local
36 CJS_Value::CJS_Value(v8::Isolate* isolate, const double &dValue):m_isolate(isolate) in CJS_Value()169 void CJS_Value::operator =(double dValue) in operator =()345 void CJS_PropValue::operator <<(double dValue) in operator <<()
1103 double dValue = atof(strValue); in AFNumber_Format() local1445 double dValue = atof(strValue); in AFPercent_Format() local2141 double dValue; in AFSimple_Calculate() local
592 …er(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, double dValue) in JS_PutObjectNumber()