Home
last modified time | relevance | path

Searched defs:fMax (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h41 void GetRange(float* fMin, float* fMax) const { in GetRange()
45 void SetRange(float fMin, float fMax) { in SetRange()
Dcfwl_listbox.cpp447 float fMax = 0.0f; in CalcSize() local
758 float fMax; in OnScroll() local
Dcfwl_edit.cpp1058 float fMax; in OnScroll() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/
DMullerSolver.java100 final double fMax = computeObjectiveValue(max); in doSolve() local
130 double fMin, double fMax) in solve()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder_unittest.cpp23 const float fMax = std::numeric_limits<float>::max(); in TEST() local
/external/aac/libFDK/include/
Dcommon_fix.h401 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) { return fixmax_D(a, b); } in fMax() function
404 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) { return fixmax_S(a, b); } in fMax() function
407 FDK_INLINE INT fMax(INT a, INT b) { return fixmax_I(a, b); } in fMax() function
410 FDK_INLINE SHORT fMax(SHORT a, SHORT b) { return fixmax_S(a, b); } in fMax() function
415 inline UINT fMax(UINT a, UINT b) { return fixmax_UI(a, b); } in fMax() function
418 inline UCHAR fMax(UCHAR a, UCHAR b) { in fMax() function
/external/pdfium/core/fxcrt/
Dfx_extension_unittest.cpp196 const float fMax = std::numeric_limits<float>::max(); in TEST() local
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.h57 float fMax = 0.0f; member
Dcpwl_scroll_bar.cpp254 float fMax = in SetScrollInfo() local
331 float fMax, in SetScrollRange()
/external/skia/src/pathops/
DSkIntersections.h334 unsigned char fMax; variable
/external/skia/src/utils/
DSkPatchUtils.cpp141 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
/external/skia/src/core/
DSkRegion.cpp826 uint8_t fMax; member
888 uint8_t fMin, fMax; member in RgnOper
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp278 float fMax = max.to<float>(); in getRandom() local
DglsDrawTest.cpp1105 float fMax = max.to<float>(); in getRandom() local
/external/pdfium/third_party/libtiff/
Dtif_dirwrite.c2542 double fMax; in ToRationalEuclideanGCD() local
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp130 int fMax; member