Searched defs:dValue (Results 1 - 12 of 12) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameter.cpp134 bool CParameter::access(double &dValue, bool bSet, argument
137 return doAccess(dValue, bSet, parameterAccessContext);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_utils_imp.cpp383 FX_DOUBLE dValue = (dwFractional / 4294967296.0); local
384 dValue = nIntegral + (nIntegral >= 0 ? dValue : -dValue);
386 dValue *= FXSYS_pow(10, (FX_FLOAT)nExponent);
388 return dValue;
H A Dxfa_localevalue.cpp349 FX_DOUBLE dValue = (dwFractional / 4294967296.0); local
350 dValue = nIntegral + (nIntegral >= 0 ? dValue : -dValue);
352 dValue *= FXSYS_pow(10, (FX_FLOAT)nExponent);
354 return dValue;
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp614 double dValue) {
619 v8::Number::New(pIsolate, (double)dValue)).FromJust();
611 FXJS_PutObjectNumber(v8::Isolate* pIsolate, v8::Local<v8::Object> pObj, const wchar_t* PropertyName, double dValue) argument
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp47 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const double& dValue) argument
49 operator=(dValue);
162 void CJS_Value::operator=(double dValue) { argument
163 m_pValue = FXJS_NewNumber(m_pJSRuntime->GetIsolate(), dValue);
312 void CJS_PropValue::operator<<(double dValue) { argument
314 CJS_Value::operator=(dValue);
317 void CJS_PropValue::operator>>(double& dValue) const {
319 dValue = CJS_Value::ToDouble();
H A DPublicMethods.cpp945 double dValue = atof(strValue); local
947 dValue += DOUBLE_CORRECT;
952 strValue = fcvt(dValue, iDec, &iDec2, &iNegative);
954 dValue = 0;
955 strValue = fcvt(dValue, iDec, &iDec2, &iNegative);
1233 double dValue = atof(strValue); local
1234 dValue *= 100;
1236 dValue += DOUBLE_CORRECT;
1240 strValue = fcvt(dValue, iDec, &iDec2, &iNegative);
1242 dValue
1902 double dValue = wcscmp(sFunction.c_str(), L"PRD") == 0 ? 1.0 : 0.0; local
[all...]
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp241 FX_DOUBLE dValue = HValueToDouble(hThis, argOne); local
242 if (dValue < 0) {
243 dValue = -dValue;
245 FXJSE_Value_SetDouble(args.GetReturnValue(), dValue);
460 FX_DOUBLE dValue = HValueToDouble(hThis, newPropertyValue); local
461 if (dMaxValue < dValue) {
462 dMaxValue = dValue;
479 FX_DOUBLE dValue = HValueToDouble(hThis, newPropertyValue); local
480 if (dMaxValue < dValue) {
501 FX_DOUBLE dValue = HValueToDouble(hThis, newPropertyValue); local
513 FX_DOUBLE dValue = HValueToDouble(hThis, argValue); local
563 FX_DOUBLE dValue = HValueToDouble(hThis, newPropertyValue); local
582 FX_DOUBLE dValue = HValueToDouble(hThis, newPropertyValue); local
604 FX_DOUBLE dValue = HValueToDouble(hThis, newPropertyValue); local
616 FX_DOUBLE dValue = HValueToDouble(hThis, argValue); local
731 FX_DOUBLE dValue = 0.0; local
764 FX_DOUBLE dValue = 0.0; local
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 492 milliseconds