/external/webrtc/modules/audio_processing/vad/ |
D | vad_audio_proc.cc | 159 float next_val) { in QuadraticInterpolation() argument 162 next_val = 1.0f / next_val; in QuadraticInterpolation() 167 -(next_val - prev_val) * 0.5f / (next_val + prev_val - 2.f * curr_val); in QuadraticInterpolation()
|
/external/crosvm/cros_async/src/ |
D | event.rs | 32 pub async fn next_val(&self) -> AsyncResult<u64> { in next_val() method 49 event_async.next_val().await.unwrap() in next_val_reads_value() 62 event_async.next_val().await.unwrap() in next_val_reads_value_poll_and_ring()
|
D | timer.rs | 35 pub async fn next_val(&self) -> AsyncResult<u64> { in next_val() method 67 let count = t.next_val().await.expect("unable to wait for timer"); in one_shot() 90 let count = t.next_val().await.expect("unable to wait for timer"); in one_shot_fd()
|
/external/crosvm/devices/src/virtio/vhost/user/ |
D | worker.rs | 35 .next_val() in handle_irq_resample() 46 let _ = kill_evt.next_val().await; in wait_kill()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-var-gvar-table.hh | 541 float next_val = T::get (points[next]); in infer_delta() local 545 if (prev_val == next_val) in infer_delta() 547 else if (target_val <= hb_min (prev_val, next_val)) in infer_delta() 548 return (prev_val < next_val) ? prev_delta : next_delta; in infer_delta() 549 else if (target_val >= hb_max (prev_val, next_val)) in infer_delta() 550 return (prev_val > next_val) ? prev_delta : next_delta; in infer_delta() 553 float r = (target_val - prev_val) / (next_val - prev_val); in infer_delta()
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxList.cpp | 334 uint64_t next_val = m_head->GetValueAsUnsigned(0); in CalculateNumChildren() local 336 if (next_val == 0 || prev_val == 0) in CalculateNumChildren() 338 if (next_val == m_node_address) in CalculateNumChildren() 340 if (next_val == prev_val) in CalculateNumChildren()
|
/external/aac/libFDK/src/ |
D | nlc_dec.cpp | 154 int max_grp_len = 0, next_val = 0; in pcm_decode() local 208 next_val = grp_val % num_levels; in pcm_decode() 211 out_data_1[idx] = next_val - offset; in pcm_decode() 213 out_data_2[idx] = next_val - offset; in pcm_decode() 216 out_data_2[idx / 2] = next_val - offset; in pcm_decode() 218 out_data_1[idx / 2] = next_val - offset; in pcm_decode() 222 grp_val = (grp_val - next_val) / num_levels; in pcm_decode()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib_test.py | 508 next_val = iterator.get_next() 514 default_strategy.run(train_step, args=(next_val,)) 523 next_val = next(iter(dist_dataset)) 530 next_val = iterator.get_next() 531 self.assertAllEqual([0, 1], self.evaluate(next_val)) 541 next_val = next(iter(dist_dataset_from_func)) 542 self.assertAllEqual([0, 1], self.evaluate(next_val))
|
/external/llvm-project/lldb/examples/synthetic/ |
D | gnu_libstdcpp.py | 76 next_val = self.next.GetValueAsUnsigned(0) 80 if next_val == 0 or prev_val == 0: 82 if next_val == self.node_address: 84 if next_val == prev_val:
|
D | libcxx.py | 277 next_val = self.head.GetValueAsUnsigned(0) 281 if next_val == 0 or prev_val == 0: 283 if next_val == self.node_address: 285 if next_val == prev_val:
|
/external/aac/libSACenc/src/ |
D | sacenc_nlc_enc.cpp | 305 SHORT max_grp_len = 0, grp_len = 0, next_val = 0; in apply_pcm_coding() local 357 next_val = in_data_1[idx]; in apply_pcm_coding() 359 next_val = in_data_2[idx]; in apply_pcm_coding() 361 next_val = ((idx % 2) ? in_data_2[idx / 2] : in_data_1[idx / 2]); in apply_pcm_coding() 363 next_val += offset; in apply_pcm_coding() 364 grp_val = grp_val * num_levels + next_val; in apply_pcm_coding()
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_dec.c | 341 WORD32 max_grp_len = 0, grp_len = 0, next_val = 0, grp_val = 0; in ixheaacd_mps_pcm_decode() local 396 next_val = grp_val % num_levels; in ixheaacd_mps_pcm_decode() 399 out_data_1[idx] = next_val - ixheaacd_drc_offset; in ixheaacd_mps_pcm_decode() 401 out_data_2[idx] = next_val - ixheaacd_drc_offset; in ixheaacd_mps_pcm_decode() 404 out_data_2[idx / 2] = next_val - ixheaacd_drc_offset; in ixheaacd_mps_pcm_decode() 406 out_data_1[idx / 2] = next_val - ixheaacd_drc_offset; in ixheaacd_mps_pcm_decode() 410 grp_val = (grp_val - next_val) / num_levels; in ixheaacd_mps_pcm_decode()
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | from_generator_test.py | 216 next_val = self.evaluate(get_next()) 217 self.assertEqual(dtype.as_numpy_dtype, next_val.dtype) 218 self.assertAllEqual(expected, next_val)
|
/external/crosvm/devices/src/virtio/ |
D | balloon.rs | 287 while resample_evt.next_val().await.is_ok() { in handle_irq_resample() 300 let _ = kill_evt.next_val().await; in wait_kill()
|
D | block_async.rs | 327 if let Err(e) = evt.next_val().await { in handle_queue() 363 .next_val() in handle_irq_resample() 378 let _ = kill_evt.next_val().await; in wait_kill() 451 timer.next_val().await.map_err(OtherError::FlushTimer)?; in flush_disk()
|
D | queue.rs | 464 eventfd.next_val().await?; in next_async()
|
/external/llvm-project/libcxx/utils/gdb/libcxx/ |
D | printers.py | 820 next_val = next_ptr.cast(self.cast_type).dereference() 821 for key_value in self._get_key_value(next_val): 823 next_ptr = next_val["__next_"]
|