Home
last modified time | relevance | path

Searched refs:type_a (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dremat-fold-load.ll13 %type_a = type { %type_a*, %type_b }
32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ]
41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1
48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0
53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1
121 %tmp18 = load %type_a*, %type_a** undef, align 4
122 %tmp19 = load %type_a*, %type_a** undef, align 4
123 %cmp.i49 = icmp eq %type_a* %tmp18, %tmp19
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp330 const glsl_type *type_a = value_a->type; in arithmetic_result_type() local
339 if (!type_a->is_numeric() || !type_b->is_numeric()) { in arithmetic_result_type()
350 if (!apply_implicit_conversion(type_a, value_b, state) in arithmetic_result_type()
357 type_a = value_a->type; in arithmetic_result_type()
369 if (type_a->base_type != type_b->base_type) { in arithmetic_result_type()
383 if (type_a->is_scalar() && type_b->is_scalar()) in arithmetic_result_type()
384 return type_a; in arithmetic_result_type()
391 if (type_a->is_scalar()) { in arithmetic_result_type()
395 return type_a; in arithmetic_result_type()
402 assert(!type_a->is_scalar()); in arithmetic_result_type()
[all …]
/external/mesa3d/src/compiler/
Dglsl_types.cpp1133 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) in get_mul_type() argument
1135 if (type_a == type_b) { in get_mul_type()
1136 return type_a; in get_mul_type()
1137 } else if (type_a->is_matrix() && type_b->is_matrix()) { in get_mul_type()
1143 if (type_a->row_type() == type_b->column_type()) { in get_mul_type()
1150 get_instance(type_a->base_type, in get_mul_type()
1151 type_a->column_type()->vector_elements, in get_mul_type()
1157 } else if (type_a->is_matrix()) { in get_mul_type()
1163 if (type_a->row_type() == type_b) { in get_mul_type()
1167 get_instance(type_a->base_type, in get_mul_type()
[all …]
Dglsl_types.h305 static const glsl_type *get_mul_type(const glsl_type *type_a,
/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py38 def _registered_kl(type_a, type_b): argument
40 hierarchy_a = tf_inspect.getmro(type_a)
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c428 u8 type_a, type_b; in acpi_sleep_test() local
432 status = acpi_get_sleep_type_data(i, &type_a, &type_b); in acpi_sleep_test()
435 i, type_a, type_b); in acpi_sleep_test()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h175 unsigned type_a:3; member
Dnvc0_tex.c111 tic[0] |= fmt->tic.type_a << GM107_TIC2_0_A_DATA_TYPE__SHIFT; in gm107_create_texture_view()
325 (fmt->tic.type_a << G80_TIC_0_A_DATA_TYPE__SHIFT) | in gf100_create_texture_view()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h168 unsigned type_a:3; member
Dnv50_tex.c108 (fmt->tic.type_a << G80_TIC_0_A_DATA_TYPE__SHIFT) | in nv50_create_texture_view()