HomeSort by relevance Sort by last modified time
    Searched defs:maxvalue (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/test/
dct_partial_test.cc 75 const int16_t maxvalue = local
77 const int16_t minvalue = -maxvalue;
87 input_block.Set(maxvalue);
91 input_block.Set(&rnd, minvalue, maxvalue);
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 18 int maxvalue; member in struct:__anon36654
359 /* We will only check properly the maxvalue == 1 case */
360 if (self->maxvalue == 1) {
384 does not rise above maxvalue. */
387 } else if (sval >= self->maxvalue) {
409 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue)
420 self->maxvalue = maxvalue;
429 int kind, maxvalue, value; local
431 static char *kwlist[] = {"kind", "value", "maxvalue", NULL}
479 int kind, maxvalue; local
    [all...]
  /external/python/cpython3/Modules/_multiprocessing/
semaphore.c 19 int maxvalue; member in struct:__anon37254
364 /* We will only check properly the maxvalue == 1 case */
365 if (self->maxvalue == 1) {
389 does not rise above maxvalue. */
392 } else if (sval >= self->maxvalue) {
414 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue,
426 self->maxvalue = maxvalue;
435 int kind, maxvalue, value, unlink; local
438 static char *kwlist[] = {"kind", "value", "maxvalue", "name", "unlink"
487 int kind, maxvalue; local
    [all...]
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc 178 TTypes<int16>::ConstFlat maxvalue = maxvalue_tensor.flat<int16>(); local
193 CHECK_LT(maxvalue(maxvalue_offset) + 1, chip_size);
194 const int value = LogUniform(gen, maxvalue(maxvalue_offset));
210 Tensor maxvalue{DT_INT16, {1, 1, 1, 1}};
211 maxvalue.flat<int16>()(0) = kMaxValue;
217 BuildCdf(&gen, &data, &temp, maxvalue);
237 Tensor maxvalue{DT_INT16, {kDimensionSize}};
238 PopulateMaxValues(&gen, &maxvalue, kMinMaxValue, kMaxMaxValue);
243 ASSERT_TRUE(maxvalue1.CopyFrom(maxvalue, {1, 1, kDimensionSize}));
253 ASSERT_TRUE(maxvalue2.CopyFrom(maxvalue, {1, kDimensionSize, 1}))
    [all...]
  /external/u-boot/drivers/qe/
uec.h 354 u32 maxvalue; member in struct:uec_rx_interrupt_coalescing_entry

Completed in 502 milliseconds