Home
last modified time | relevance | path

Searched refs:BinarySearch (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_cubic_animat_test.cpp77 * @tc.desc: test results of BinarySearch
88 int res = rsCubicBezierInterpolator.BinarySearch(key); in HWTEST_F()
92 res = rsCubicBezierInterpolator.BinarySearch(key); in HWTEST_F()
96 res = rsCubicBezierInterpolator.BinarySearch(key); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_cubic_bezier_interpolator_test.cpp95 * @tc.desc: test results of BinarySearch
106 int res = rsCubicBezierInterpolator.BinarySearch(key); in HWTEST_F()
110 res = rsCubicBezierInterpolator.BinarySearch(key); in HWTEST_F()
114 res = rsCubicBezierInterpolator.BinarySearch(key); in HWTEST_F()
/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()
/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);
/foundation/multimedia/camera_framework/services/camera_service/include/smooth_zoom/
H A Dcubic_bezier.h38 static float BinarySearch(const float& value);
/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
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_total_test.cpp323 int32_t result = test.BinarySearch(tableNameArray, 0); in HWTEST_F()
325 result = test.BinarySearch(tableNameArray, -100); in HWTEST_F()
330 result = test.BinarySearch(tableNameArray, 0); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_cubic_bezier_interpolator.h40 int BinarySearch(float key) const;
/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 targetValue) in BinarySearch() function in OHOS::DeviceUsageStats::BundleActiveBinarySearch
H A Dbundle_active_usage_database.cpp1354 int32_t packageTableIndex = BundleActiveBinarySearch::GetInstance()->BinarySearch( in UpdateBundleUsageData()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_attraction_effect_filter.h59 float BinarySearch(float targetX, const Drawing::Point &p1, const Drawing::Point &p2);
/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);
/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::Point &p2) in BinarySearch() function in OHOS::Rosen::RSAttractionEffectFilter
418 float speed = BinarySearch(attractionFraction_, speedListsFirst[i], speedListsSecond[i]); in CalculateWindowStatus()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_attraction_effect_filter_test.cpp197 * @tc.desc: test results of BinarySearch
207 EXPECT_NE(firstEffectFilter.BinarySearch(targetX, p1, p2), 0.0f); in HWTEST_F()

Completed in 11 milliseconds