HomeSort by relevance Sort by last modified time
    Searched refs:type_b (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tools/aapt2/cmd/
Diff.cpp 95 ResourceTableType* type_b, ResourceEntry* entry_b,
115 ResourceTablePackage* pkg_b, ResourceTableType* type_b,
129 apk_b, pkg_b, type_b, entry_b, config_value_b);
138 str_stream << "new config " << pkg_b->name << ":" << type_b->type << "/" << entry_b->name
150 ResourceTableType* type_b) {
153 ResourceEntry* entry_b = type_b->FindEntry(entry_a->name);
199 type_b, entry_b);
204 for (std::unique_ptr<ResourceEntry>& entry_b : type_b->entries) {
208 str_stream << "new entry " << pkg_b->name << ":" << type_b->type << "/" << entry_b->name;
221 ResourceTableType* type_b = pkg_b->FindType(type_a->type) local
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
kullback_leibler.py 38 def _registered_kl(type_a, type_b):
41 hierarchy_b = tf_inspect.getmro(type_b)
  /external/mesa3d/src/compiler/
glsl_types.cpp     [all...]
glsl_types.h 303 * Get the type resulting from a multiplication of \p type_a * \p type_b
306 const glsl_type *type_b);
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 428 u8 type_a, type_b; local
432 status = acpi_get_sleep_type_data(i, &type_a, &type_b);
435 i, type_a, type_b);
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 331 const glsl_type *type_b = value_b->type; local
339 if (!type_a->is_numeric() || !type_b->is_numeric()) {
351 && !apply_implicit_conversion(type_b, value_a, state)) {
358 type_b = value_b->type;
369 if (type_a->base_type != type_b->base_type) {
383 if (type_a->is_scalar() && type_b->is_scalar())
392 if (!type_b->is_scalar())
393 return type_b;
394 } else if (type_b->is_scalar()) {
403 assert(!type_b->is_scalar())
504 const glsl_type *type_b = value_b->type; local
591 const glsl_type *type_b = value_b->type; local
658 const glsl_type *type_b = value_b->type; local
6372 const glsl_type *type_b = state->switch_state.test_var->type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 167 unsigned type_b:3; member in struct:nv50_format::__anon29654
nv50_tex.c 107 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 174 unsigned type_b:3; member in struct:nvc0_format::__anon29666
nvc0_tex.c 110 tic[0] |= fmt->tic.type_b << GM107_TIC2_0_B_DATA_TYPE__SHIFT;
324 (fmt->tic.type_b << G80_TIC_0_B_DATA_TYPE__SHIFT) |
    [all...]

Completed in 273 milliseconds