/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtspacketizer.c | 1682 } else if (prev->values[prev->last_value].offset) { in _reevaluate_group_pcr_offset() 1683 prevoffset = prev->values[prev->last_value].offset + prev->first_offset; in _reevaluate_group_pcr_offset() 1684 prevpcr = prev->values[prev->last_value].pcr + prev->first_pcr; in _reevaluate_group_pcr_offset() 1688 prev->values[prev->last_value].offset, in _reevaluate_group_pcr_offset() 1689 prev->values[prev->last_value].pcr); in _reevaluate_group_pcr_offset() 1692 prev->values[prev->last_value].offset, in _reevaluate_group_pcr_offset() 1693 GST_TIME_ARGS (PCRTIME_TO_GSTTIME (prev->values[prev->last_value]. in _reevaluate_group_pcr_offset() 1697 prevoffset = prev->values[prev->last_value].offset + prev->first_offset; in _reevaluate_group_pcr_offset() 1698 prevpcr = prev->values[prev->last_value].pcr + prev->first_pcr; in _reevaluate_group_pcr_offset() 1702 lastoffset = cur->values[cur->last_value].offset + cur->first_offset; in _reevaluate_group_pcr_offset() [all …]
|
D | mpegtspacketizer.h | 150 guint last_value; member 194 PCROffset last_value; member
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | dynamic_range_impl.cu | 51 double last_value = start + (delta * (real_output_shape - 1)); in ValidateInputAndInferShape() local 53 …if ((end > start && last_value > end) || (start > end && last_value < end) || fabsf(last_value - e… in ValidateInputAndInferShape()
|
/third_party/boost/boost/signals2/ |
D | last_value.hpp | 32 class last_value { class 60 class last_value<void> { class
|
/third_party/boost/boost/math/special_functions/detail/ |
D | hypergeometric_1F1_bessel.hpp | 163 T last_value = bessel_cache.back(); in refill_cache() local 173 …i(b_minus_1_plus_n + (int)cache_size - 1, 2 * sqrt(bessel_arg), arbitrary_small_value(last_value)); in refill_cache() 196 ratio = last_value / *i; in refill_cache() 209 … bessel_cache[0] = (last_value + bessel_cache[1]) / (b_minus_1_plus_n / sqrt(bessel_arg)); in refill_cache() 248 …(b_minus_1_plus_n + (int)cache_size - 1, 2 * sqrt(-bessel_arg), arbitrary_small_value(last_value)); in refill_cache() 270 ratio = last_value / *i; in refill_cache() 289 …(b_minus_1_plus_n + (int)cache_size - 1, 2 * sqrt(-bessel_arg), arbitrary_small_value(last_value)); in refill_cache() 307 if (fabs(bessel_cache[0] / last_value) > 5) in refill_cache() 533 T last_value = bessel_i_cache.back(); in refill_cache() local 534 …(int)cache_size - 1.5f, half_z, tools::min_value<T>() * (fabs(last_value) > 1 ? last_value : 1) / … in refill_cache() [all …]
|
/third_party/boost/libs/signals2/test/ |
D | signal_type_test.cpp | 25 bs2::signal_type<double (int), bs2::last_value<double> >::type mysig; in BOOST_AUTO_TEST_CASE() 26 bs2::signal<double (int), bs2::last_value<double> > mysig2; in BOOST_AUTO_TEST_CASE()
|
D | ordering_test.cpp | 76 boost::signals2::last_value<int>, in test_group_compare()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_stackviewer.py | 20 svs.last_type, svs.last_value, svs.last_traceback = ( 30 del svs.last_traceback, svs.last_type, svs.last_value
|
/third_party/python/Lib/ |
D | code.py | 110 sys.last_value = value 122 sys.last_value = value 139 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
|
D | enum.py | 733 for last_value in reversed(last_values): 735 return last_value + 1 830 for last_value in reversed(last_values): 832 high_bit = _high_bit(last_value) 835 raise TypeError('Invalid Flag value: %r' % last_value) from None
|
/third_party/boost/libs/detail/test/ |
D | binary_search_test.cpp | 199 unsigned last_value = 0; in test_loop() local 200 (void)last_value; in test_loop() 213 BOOST_TEST(value >= last_value); in test_loop() 214 last_value = value; in test_loop()
|
/third_party/python/Lib/idlelib/ |
D | stackviewer.py | 41 value = sys.last_value 140 sys.last_value = exc_value 147 del sys.last_value
|
D | run.py | 241 sys.last_type, sys.last_value, sys.last_traceback = excinfo 635 sys.last_value = val
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 398 unsigned last_value; member 432 hud_graph_add_value(gr, current_value - info->last_value); in query_thread_counter() 433 info->last_value = current_value; in query_thread_counter() 438 info->last_value = get_counter(gr, info->counter); in query_thread_counter()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | frame_enc.c | 38 double value, last_value; // PSNR or size member 54 s->value = s->last_value = 0.; in InitPassStats() 68 } else if (s->value != s->last_value) { in ComputeNextQ() 69 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ() 77 s->last_value = s->value; in ComputeNextQ() 646 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop() 852 num_pass_left, stats.last_value, stats.value, in VP8EncTokenLoop()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | frame_enc.c | 43 double value, last_value; // PSNR or size member 61 s->value = s->last_value = 0.; in InitPassStats() 71 } else if (s->value != s->last_value) { in ComputeNextQ() 72 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ() 80 s->last_value = s->value; in ComputeNextQ() 649 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop() 856 num_pass_left, stats.last_value, stats.value, in VP8EncTokenLoop()
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstargbcontrolbinding.h | 68 guint32 last_value; member
|
D | gstdirectcontrolbinding.h | 83 gdouble last_value; member
|
D | gstdirectcontrolbinding.c | 218 self->last_value = G_MAXDOUBLE; in gst_direct_control_binding_init() 381 if ((timestamp < last_sync) || (src_val != self->last_value)) { in gst_direct_control_binding_sync_values() 392 self->last_value = src_val; in gst_direct_control_binding_sync_values()
|
D | gstargbcontrolbinding.c | 272 if ((timestamp < last_sync) || (src_val != self->last_value)) { in gst_argb_control_binding_sync_values() 280 self->last_value = src_val; in gst_argb_control_binding_sync_values()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.c | 691 uint8_t last_value; in ucom_cfg_line_state() local 713 last_value = sc->sc_pls_curr; in ucom_cfg_line_state() 737 (last_value & UCOM_LS_DTR) ? 1 : 0); in ucom_cfg_line_state() 740 (last_value & UCOM_LS_RTS) ? 1 : 0); in ucom_cfg_line_state() 743 (last_value & UCOM_LS_BREAK) ? 1 : 0); in ucom_cfg_line_state() 746 (last_value & UCOM_LS_RING) ? 1 : 0); in ucom_cfg_line_state()
|
/third_party/mesa3d/src/freedreno/ds/ |
D | fd_pps_driver.cc | 324 d->state[id].last_value = d->state[id].value; in collect() 363 return d->state[id].value - d->state[id].last_value; in get_value()
|
D | fd_pps_driver.h | 78 uint64_t last_value, value; member
|
/third_party/python/Modules/ |
D | _lsprof.c | 347 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local 348 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call() 373 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLimits.cpp | 1890 const glw::GLint last_value = (point + 1) * n_components_per_point; in verifyResult() local 1891 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult() 2210 const glw::GLint last_value = n_components_per_point; in verifyResult() local 2211 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult() 2518 const glw::GLint last_value = m_textures[point].data; in verifyResult() local 2519 const glw::GLint expected_value = ((first_value + last_value) * (point + 1)) / 2; in verifyResult()
|