Home
last modified time | relevance | path

Searched defs:next_value (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc47 uint16 next_value = 0; in PopulateWithIntNext() local
61 uint16 next_value = 0x80; in PopulateWithIntNext() local
75 float next_value = std::numeric_limits<float>::min(); in PopulateWithNextAfter() local
/external/libdrm/tests/
Ddrmsl.c116 void *next_value; in print_neighbors() local
/external/v8/src/base/
Dbits.h89 T next_value = upper_half != 0 ? upper_half : value; in CountLeadingZeros() local
/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc237 TNode<Object> next_value = CAST(IteratorValue(context, next)); in IterableToList() local
Dbuiltins-async-generator-gen.cc451 Node* next_value = LoadValueFromAsyncGeneratorRequest(next); in TF_BUILTIN() local
Dbuiltins-promise-gen.cc1872 Node* const next_value = iter_assembler.IteratorValue( in PerformPromiseAll() local
2239 Node* const next_value = in TF_BUILTIN() local
Dbuiltins-collections-gen.cc313 TNode<Object> next_value = CAST(iterator_assembler.IteratorValue( in AddConstructorEntriesFromIterable() local
/external/libdrm/
Dxf86drmSL.c232 unsigned long *next_key, void **next_value) in drmSLLookupNeighbors()
/external/v8/src/compiler/
Descape-analysis.cc416 Node* next_value = in MergeInputs() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc451 uint16_t next_value() const { return next_value_; } in TEST_F() function in webrtc::TEST_F::CountingSamplesDecoder