/aosp_15_r20/external/aac/libFDK/include/ |
H A D | common_fix.h | 401 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
|
/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_scrollbar.h | 41 void GetRange(float* fMin, float* fMax) const { in GetRange() 45 void SetRange(float fMin, float fMax) { in SetRange()
|
H A D | cfwl_listbox.cpp | 447 float fMax = 0.0f; in CalcSize() local 758 float fMax; in OnScroll() local
|
H A D | cfwl_edit.cpp | 1058 float fMax; in OnScroll() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/ |
H A D | MullerSolver.java | 100 final double fMax = computeObjectiveValue(max); in doSolve() local 130 double fMin, double fMax) in solve()
|
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/ |
H A D | cpwl_scroll_bar.cpp | 254 float fMax = in SetScrollInfo() local 331 float fMax, in SetScrollRange()
|
H A D | cpwl_scroll_bar.h | 57 float fMax = 0.0f; member
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_pageobjectholder_unittest.cpp | 23 const float fMax = std::numeric_limits<float>::max(); in TEST() local
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_extension_unittest.cpp | 196 const float fMax = std::numeric_limits<float>::max(); in TEST() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRegion.cpp | 828 uint8_t fMax; member 890 uint8_t fMin, fMax; member in RgnOper
|
/aosp_15_r20/external/skia/src/utils/ |
H A D | SkPatchUtils.cpp | 141 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkIntersections.h | 334 unsigned char fMax; variable
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 278 float fMax = max.to<float>(); in getRandom() local
|
H A D | glsDrawTest.cpp | 1105 float fMax = max.to<float>(); in getRandom() local
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 130 int fMax; member
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_dirwrite.c | 2542 double fMax; in ToRationalEuclideanGCD() local
|