/external/libnl/lib/route/qdisc/ |
H A D | blackhole.c | 24 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | ingress.c | 47 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | fifo.c | 141 .to_type = RTNL_TC_TYPE_QDISC, 150 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | plug.c | 162 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | cbq.c | 170 .to_type = RTNL_TC_TYPE_QDISC, 182 .to_type = RTNL_TC_TYPE_CLASS,
|
H A D | dsmark.c | 382 .to_type = RTNL_TC_TYPE_QDISC, 394 .to_type = RTNL_TC_TYPE_CLASS,
|
H A D | prio.c | 260 .to_type = RTNL_TC_TYPE_QDISC, 272 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | red.c | 169 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | sfq.c | 236 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | htb.c | 612 .to_type = RTNL_TC_TYPE_QDISC, 621 .to_type = RTNL_TC_TYPE_CLASS,
|
H A D | fq_codel.c | 360 .to_type = RTNL_TC_TYPE_QDISC,
|
H A D | tbf.c | 440 .to_type = RTNL_TC_TYPE_QDISC,
|
/external/mesa3d/src/compiler/glsl/ |
H A D | ir_function.cpp | 139 const glsl_type *to_type; local 143 to_type = actual->type; 146 to_type = param->type; 149 if (from_type == to_type) 152 if (to_type->base_type == GLSL_TYPE_DOUBLE) { 158 if (to_type->base_type == GLSL_TYPE_FLOAT)
|
/external/libnl/src/lib/ |
H A D | tc.c | 115 switch (ops->to_type) { 127 ops->to_type);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | elemental_ir_emitter.cc | 187 PrimitiveType to_type, llvm::Module* module, 191 integer_value, llvm_ir::PrimitiveTypeToIrType(to_type, module)); 196 integer_value, llvm_ir::PrimitiveTypeToIrType(to_type, module)); 221 PrimitiveType to_type = op->shape().element_type(); local 223 if (from_type == to_type) { 226 if (primitive_util::IsIntegralType(to_type)) { 228 operand_value, llvm_ir::PrimitiveTypeToIrType(to_type, module_), 229 primitive_util::IsSignedIntegralType(to_type)); 231 if (primitive_util::IsFloatingPointType(to_type)) { 232 if (to_type 185 EmitIntegralToFloating(llvm::Value* integer_value, PrimitiveType from_type, PrimitiveType to_type, llvm::Module* module, llvm::IRBuilder<>* ir_builder) argument 264 PrimitiveType to_type = op->shape().element_type(); local 341 PrimitiveType to_type = op->shape().element_type(); local 388 PrimitiveType to_type = op->shape().element_type(); local 486 PrimitiveType to_type = op->shape().element_type(); local [all...] |
H A D | hlo_element_type_converter.cc | 59 // `to_type`. 67 PrimitiveType to_type) { 73 subshape = ShapeUtil::ChangeElementType(subshape, to_type); 66 GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, PrimitiveType to_type) argument
|
/external/libnl/include/netlink-private/route/ |
H A D | tc-api.h | 40 enum rtnl_tc_type to_type; member in struct:rtnl_tc_ops
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredFramebuffer.cpp | 521 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; local 528 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_1); 530 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_2); 532 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_3); 534 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_4); 588 glw::GLenum to_type = GL_NONE; local 604 to_type = GL_UNSIGNED_BYTE; 620 to_type = GL_INT; 636 to_type = GL_UNSIGNED_INT; 651 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, slice_1_dat [all...] |
/external/libnl/lib/route/cls/ |
H A D | cgroup.c | 167 .to_type = RTNL_TC_TYPE_CLS,
|
H A D | fw.c | 197 .to_type = RTNL_TC_TYPE_CLS,
|
H A D | basic.c | 262 .to_type = RTNL_TC_TYPE_CLS,
|
/external/libnl/lib/route/act/ |
H A D | mirred.c | 219 .to_type = RTNL_TC_TYPE_ACT,
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
H A D | cast_op_test.py | 79 for to_type in type_list: 80 self._test(x.astype(from_type), to_type, use_gpu)
|
/external/libnl/lib/route/ |
H A D | tc.c | 977 if (!ops->to_kind || ops->to_type > RTNL_TC_TYPE_MAX) 980 if (rtnl_tc_lookup_ops(ops->to_type, ops->to_kind)) 983 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]);
|
/external/libchrome/base/debug/ |
H A D | activity_tracker.cc | 93 uint32_t to_type) { 100 if (allocator->ChangeType(ref, to_type, from_type, /*clear=*/false)) 104 return allocator->Allocate(size, to_type); 89 AllocateFrom( PersistentMemoryAllocator* allocator, uint32_t from_type, size_t size, uint32_t to_type) argument
|