Home
last modified time | relevance | path

Searched refs:dValue1 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp301 double dValue1, in AF_Simple() argument
305 return dValue1 + dValue2; in AF_Simple()
308 return dValue1 * dValue2; in AF_Simple()
310 return std::min(dValue1, dValue2); in AF_Simple()
312 return std::max(dValue1, dValue2); in AF_Simple()
313 return dValue1; in AF_Simple()
Dcjs_publicmethods.h154 double dValue1,