Searched defs:fMin (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_scrollbar.h | 43 void GetRange(float* fMin, float* fMax) const { in GetRange() 47 void SetRange(float fMin, float fMax) { in SetRange()
|
D | cfwl_listbox.cpp | 759 float fMin; in OnScroll() local
|
D | cfwl_edit.cpp | 1052 float fMin; in OnScroll() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/ |
D | MullerSolver.java | 96 final double fMin = computeObjectiveValue(min); in doSolve() local 130 double fMin, double fMax) in solve()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_pageobjectholder_unittest.cpp | 23 const float fMin = std::numeric_limits<float>::min(); in TEST() local
|
/external/aac/libFDK/include/ |
D | common_fix.h | 400 FDK_INLINE FIXP_DBL fMin(FIXP_DBL a, FIXP_DBL b) { return fixmin_D(a, b); } in fMin() function 403 FDK_INLINE FIXP_SGL fMin(FIXP_SGL a, FIXP_SGL b) { return fixmin_S(a, b); } in fMin() function 408 FDK_INLINE INT fMin(INT a, INT b) { return fixmin_I(a, b); } in fMin() function 411 FDK_INLINE SHORT fMin(SHORT a, SHORT b) { return fixmin_S(a, b); } in fMin() function 416 inline UINT fMin(UINT a, UINT b) { return fixmin_UI(a, b); } in fMin() function 421 inline UCHAR fMin(UCHAR a, UCHAR b) { in fMin() function
|
/external/pdfium/core/fxcrt/ |
D | fx_extension_unittest.cpp | 225 const float fMin = std::numeric_limits<float>::min(); in TEST() local
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_scroll_bar.h | 56 float fMin = 0.0f; member
|
D | cpwl_scroll_bar.cpp | 331 void CPWL_ScrollBar::SetScrollRange(float fMin, in SetScrollRange()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 827 uint8_t fMin; member 890 uint8_t fMin, fMax; member in RgnOper
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 279 float fMin = min.to<float>(); in getRandom() local
|
D | glsDrawTest.cpp | 1106 float fMin = min.to<float>(); in getRandom() local
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 129 int fMin; member
|