Searched refs:FXSYS_pow (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 137 #define FXSYS_pow(a, b) (float)powf(a, b) macro 167 #define FXSYS_pow(a, b) (float)pow(a, b)
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_expintfunc.cpp | 60 m_BeginValues[j] + FXSYS_pow(inputs[i], m_Exponent) * in v_Call()
|
D | cpdf_psengine.cpp | 307 Push(FXSYS_pow(d1, d2)); in DoOperator()
|
D | cpdf_colorspace.cpp | 760 A_ = FXSYS_pow(A_, m_Gamma[0]); in GetRGB() 761 B_ = FXSYS_pow(B_, m_Gamma[1]); in GetRGB() 762 C_ = FXSYS_pow(C_, m_Gamma[2]); in GetRGB()
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 1363 dValue = floor(dValue * FXSYS_pow(10, 6) + 0.49) / FXSYS_pow(10, 6); in AFSimple_Calculate()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter.cpp | 1529 CFGAS_Decimal(FXSYS_pow(10, static_cast<float>(iExponent)), 3); in ParseNum()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 2960 FXSYS_pow((float)(nFuture / nPresent), (float)(1 / nTotalNumber)) - 1); in Rate()
|