Home
last modified time | relevance | path

Searched defs:ivalue (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
Dmulticast.c215 int ivalue = value; in do_mcast_opt() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc200 for (const auto& ivalue : args.int_values_) { in CopyArguments() local
243 for (const auto& ivalue : int_values_) { in RenameArgumentsInCode() local
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc205 for (auto& ivalue : args.GetIntValues()) { in CopyScalarArgumentsToStructWithScalarFields() local
281 for (auto& ivalue : args.GetIntValues()) { in CopyScalarArgumentsToStructWithVec4Fields() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_type.cpp261 const int64_t ivalue = ConstantLiteralAsInt64(width, length->words()); in ValidateTypeArray() local
/external/javassist/src/test/javassist/bytecode/
DStackMapTest.java670 int ivalue; field in StackMapTest.C5
698 int ivalue; field in StackMapTest.C6
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.cpp615 auto ivalue = alu_src_const.find(static_cast<AluInlineConstants>(sel())); in print() local
/external/lua/src/
Dlobject.h309 #define ivalue(o) check_exp(ttisinteger(o), val_(o).i) macro
/external/python/cpython3/Modules/
D_testcapimodule.c7847 PyObject *ivalue = PyNumber_Long(value); in heapctypesetattr_setattro() local