Home
last modified time | relevance | path

Searched refs:LessNotEqualCustomPrecision (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h200 inline bool LessNotEqualCustomPrecision(double left, double right, double epsilon = -0.000001f) in LessNotEqualCustomPrecision() function
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_queryer.cpp106 return LessNotEqualCustomPrecision(lvalue, rvalue); in CalculateExpression()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp539 startCurrentIndex = LessNotEqualCustomPrecision(actualTurnPageRate, 0.0f) ? index - 1 : index + 1; in GetIndexOnRTL()
592 : (LessNotEqualCustomPrecision(actualTurnPageRate, 0.0f) ? index + 1 : index - 1); in GetIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp526 if (LessNotEqualCustomPrecision(GetEndPosition(), endMainPos_, -0.01f)) { in MeasureSwiper()
H A Dswiper_pattern.cpp2613 (currentFirstIndex_ == endIndex && LessNotEqualCustomPrecision(turnPageRate_, 0.0f)))) { in CheckMarkForIndicatorBoundary()
3224 LessNotEqualCustomPrecision( in PlayPropertyTranslateAnimation()

Completed in 13 milliseconds