Home
last modified time | relevance | path

Searched defs:max_delta (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/trusty/lk/app/timertest/
Dtimertest.c151 int64_t max_delta = delta + TIMER_TEST_MAX_TIMER_LATENCY + in TimerTestTimerCheck() local
209 const int64_t max_delta = TIMER_TEST_MAX_CLOCK_PERIOD; in TEST() local
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_mock_time_task_runner.cc384 void TestMockTimeTaskRunner::ProcessAllTasksNoLaterThan(TimeDelta max_delta) { in ProcessAllTasksNoLaterThan()
428 const TimeDelta& max_delta, in DequeueNextTask()
/aosp_15_r20/external/cronet/base/test/
H A Dtest_mock_time_task_runner.cc366 void TestMockTimeTaskRunner::ProcessTasksNoLaterThan(TimeDelta max_delta, in ProcessTasksNoLaterThan()
411 const TimeDelta& max_delta, in DequeueNextTask()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py1996 def random_brightness(image, max_delta, seed=None): argument
2039 def stateless_random_brightness(image, max_delta, seed): argument
2612 def random_hue(image, max_delta, seed=None): argument
2661 def stateless_random_hue(image, max_delta, seed): argument
/aosp_15_r20/external/ltp/testcases/realtime/func/hrtimer-prio/
H A Dhrtimer-prio.c65 static unsigned long max_delta; variable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/commonfns/
H A Dtest_mix.cpp67 float delta = 0.f, max_delta = 0.f; in verify_mix() local
H A Dtest_smoothstep.cpp67 float delta = 0, max_delta = 0; in verify_smoothstep() local
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/tpu/
H A Doptimization_parameters.proto366 float max_delta = 2; field
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dperf.c522 uint32_t max_delta; in hsw_sanity_check_render_basic_reports() local
728 uint32_t max_delta; in gen8_sanity_check_test_oa_reports() local
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp768 int max_delta; member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpalette.c70 int max_delta = 0; in delta_encode_cost() local
H A Dratectrl.c2670 const int64_t max_delta = in vbr_rate_correction() local
H A Dbitstream.c662 int max_delta = 0; in delta_encode_palette_colors() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_match.c690 PCRE2_SIZE max_delta = 1024 * (mb->heap_limit - old_size); in match() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dimmediate_interpreter.cc2518 float max_delta = fabsf(deltas[0]); in GetMultiFingerGestureType() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c2676 int64_t max_delta = (vbr_bits_off_target > 0) in vbr_rate_correction() local
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc108 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta()
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc1212 int64_t max_delta = (t_after - t_before) / unit_multiplier; in TEST_P() local