Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp964 double dDivisor = ExtractDouble(pThis, argTwo.get(), &argTwoResult); in Mod() local
970 if (dDivisor == 0.0) { in Mod()
976 dDivisor * (int32_t)(dDividend / dDivisor)); in Mod()