Home
last modified time | relevance | path

Searched refs:BinarySearch (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_cubic_bezier_interpolator_test.cpp106 int res = rsCubicBezierInterpolator.BinarySearch(key);
110 res = rsCubicBezierInterpolator.BinarySearch(key);
114 res = rsCubicBezierInterpolator.BinarySearch(key);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp50 return GetCubicBezierValue(SEARCH_STEP * BinarySearch(input), controlY1_, controlY2_); in InterpolateImpl()
84 int RSCubicBezierInterpolator::BinarySearch(float key) const in BinarySearch() function in OHOS::Rosen::RSCubicBezierInterpolator
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp78 float CubicBezier::BinarySearch(const float& value) in BinarySearch() function in OHOS::CameraStandard::CubicBezier
100 return GetCubicBezierY(SERCH_STEP * BinarySearch(input)); in GetInterpolation()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_binary_search.h27 int32_t BinarySearch(const std::vector<int64_t> &tableNameArray, int64_t targetValue);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/smooth_zoom/
H A Dcubic_bezier.h38 static float BinarySearch(const float& value);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_binary_search.cpp28 int32_t BundleActiveBinarySearch::BinarySearch(const std::vector<int64_t> &tableNameArray, int64_t … in BinarySearch() function in OHOS::DeviceUsageStats::BundleActiveBinarySearch
H A Dbundle_active_usage_database.cpp1354 int32_t packageTableIndex = BundleActiveBinarySearch::GetInstance()->BinarySearch( in UpdateBundleUsageData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_cubic_bezier_interpolator.h40 int BinarySearch(float key) const;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_total_test.cpp341 test.BinarySearch(tableNameArray, 0);
342 test.BinarySearch(tableNameArray, -100);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_helpers.h98 constexpr static CORE_NS::IInterface* BinarySearch(
151 return BinarySearch(uid, me, info.data, Size);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_attraction_effect_filter.h75 float BinarySearch(float targetX, const Drawing::Point &p1, const Drawing::Point &p2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp92 float RSAttractionEffectFilter::BinarySearch(float targetX, const Drawing::Point &p1, const Drawing… in BinarySearch() function in OHOS::Rosen::RSAttractionEffectFilter
407 float speed = BinarySearch(attractionFraction_, speedListsFirst[i], speedListsSecond[i]); in CalculateWindowStatus()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_attraction_effect_filter_test.cpp207 EXPECT_NE(firstEffectFilter.BinarySearch(targetX, p1, p2), 0.0f);