Searched refs:next_value (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | test_utils.cc | 47 uint16 next_value = 0; in PopulateWithIntNext() local 51 uint16 exponent_msb = next_value & 0x4000; in PopulateWithIntNext() 52 value.x = (next_value & 0xBFFF) | (exponent_msb << 1); in PopulateWithIntNext() 53 next_value++; in PopulateWithIntNext() 61 uint16 next_value = 0x80; in PopulateWithIntNext() local 65 uint16 exponent_msb = next_value & 0x4000; in PopulateWithIntNext() 66 value.value = (next_value & 0xBFFF) | (exponent_msb << 1); in PopulateWithIntNext() 67 next_value++; in PopulateWithIntNext() 75 float next_value = std::numeric_limits<float>::min(); in PopulateWithNextAfter() local 77 value = next_value; in PopulateWithNextAfter() [all …]
|
/external/libdrm/tests/ |
D | drmsl.c | 116 void *next_value; in print_neighbors() local 121 &next_key, &next_value); in print_neighbors()
|
/external/libdrm/ |
D | xf86drmSL.c | 232 unsigned long *next_key, void **next_value) in drmSLLookupNeighbors() argument 241 *prev_value = *next_value = NULL; in drmSLLookupNeighbors() 249 *next_value = update[0]->forward[0]->value; in drmSLLookupNeighbors()
|
D | xf86drm.h | 727 unsigned long *next_key, void **next_value);
|
/external/v8/src/compiler/ |
D | escape-analysis.cc | 416 Node* next_value = in MergeInputs() local 418 if (next_value != value) identical_inputs = false; in MergeInputs() 419 if (next_value != nullptr) { in MergeInputs() 421 TRACE(" input %i: %s#%d\n", i, next_value->op()->mnemonic(), in MergeInputs() 422 next_value->id()); in MergeInputs() 426 buffer_.push_back(next_value); in MergeInputs()
|
/external/v8/src/builtins/ |
D | builtins-iterator-gen.cc | 237 TNode<Object> next_value = CAST(IteratorValue(context, next)); in IterableToList() local 239 values.Push(next_value); in IterableToList()
|
D | builtins-async-generator-gen.cc | 451 Node* next_value = LoadValueFromAsyncGeneratorRequest(next); in TF_BUILTIN() local 466 next_value, is_caught); in TF_BUILTIN() 471 next_value); in TF_BUILTIN()
|
D | builtins-promise-gen.cc | 1872 Node* const next_value = iter_assembler.IteratorValue( in PerformPromiseAll() local 1878 InvokeResolve(native_context, constructor, next_value, &close_iterator, in PerformPromiseAll() 2239 Node* const next_value = in TF_BUILTIN() local 2245 InvokeResolve(native_context, receiver, next_value, &close_iterator, in TF_BUILTIN()
|
D | builtins-collections-gen.cc | 313 TNode<Object> next_value = CAST(iterator_assembler.IteratorValue( in AddConstructorEntriesFromIterable() local 315 AddConstructorEntry(variant, context, collection, add_func, next_value, in AddConstructorEntriesFromIterable()
|
/external/v8/src/base/ |
D | bits.h | 89 T next_value = upper_half != 0 ? upper_half : value; in CountLeadingZeros() local 92 return CountLeadingZeros<T, next_bits>(next_value) + add; in CountLeadingZeros()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 451 uint16_t next_value() const { return next_value_; } in TEST_F() function in webrtc::TEST_F::CountingSamplesDecoder 481 static_cast<size_t>(decoder_.next_value() - 1)); in TEST_F()
|