Home
last modified time | relevance | path

Searched defs:type_b (Results 1 – 16 of 16) sorted by relevance

/external/icing/icing/schema/
Dschema-util_test.cc64 SchemaTypeConfigProto type_b = in TEST_P() local
171 SchemaTypeConfigProto type_b = in TEST_P() local
279 SchemaTypeConfigProto type_b = in TEST_P() local
382 SchemaTypeConfigProto type_b = in TEST_P() local
417 SchemaTypeConfigProto type_b = in TEST_P() local
453 SchemaTypeConfigProto type_b = in TEST_P() local
497 SchemaTypeConfigProto type_b = in TEST_P() local
542 SchemaTypeConfigProto type_b = in TEST_P() local
598 SchemaTypeConfigProto type_b = in TEST_P() local
660 SchemaTypeConfigProto type_b = in TEST_P() local
[all …]
Dschema-store_test.cc1474 SchemaTypeConfigProto type_b = in TEST_F() local
1543 SchemaTypeConfigProto type_b = in TEST_F() local
2088 SchemaTypeConfigProto type_b = in TEST_F() local
2158 SchemaTypeConfigProto type_b = in TEST_F() local
2231 SchemaTypeConfigProto type_b = in TEST_F() local
2293 SchemaTypeConfigProto type_b = in TEST_F() local
2363 SchemaTypeConfigProto type_b = in TEST_F() local
2415 SchemaTypeConfigProto type_b = in TEST_F() local
2465 SchemaTypeConfigProto type_b = in TEST_F() local
2515 SchemaTypeConfigProto type_b = in TEST_F() local
[all …]
/external/tensorflow/tensorflow/python/autograph/tests/
Dnested_control_flow_test.py301 def test_independent_inner_for(self, a, b, type_a, type_b): argument
322 def test_independent_inner_while(self, a, b, type_a, type_b): argument
343 def test_dependent_inner_for(self, a, b, type_a, type_b): argument
364 def test_dependent_inner_while(self, a, b, type_a, type_b): argument
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_algebra.py57 def _registered_matmul(type_a, type_b): argument
62 def _registered_solve(type_a, type_b): argument
/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py35 def _registered_kl(type_a, type_b): argument
/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
Daudio_CrasDevSwitchStress.py190 def run_once(self, type_a=None, type_b=None, pinned_type=None): argument
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp352 const glsl_type *type_b = value_b->type; in arithmetic_result_type() local
523 const glsl_type *type_b = value_b->type; in bit_logic_result_type() local
610 const glsl_type *type_b = value_b->type; in modulus_result_type() local
678 const glsl_type *type_b = value_b->type; in relational_result_type() local
730 const struct glsl_type *type_b, in shift_result_type()
6972 const glsl_type *type_b = state->switch_state.test_var->type; in hir() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp826 const auto* type_b = ir_context_->get_type_mgr()->GetType(end_type_id_2); in DataDescriptorsAreWellFormedAndComparable() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp826 const auto* type_b = ir_context_->get_type_mgr()->GetType(end_type_id_2); in DataDescriptorsAreWellFormedAndComparable() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts.cpp825 const auto* type_b = ir_context_->get_type_mgr()->GetType(end_type_id_2); in DataDescriptorsAreWellFormedAndComparable() local
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c455 u8 type_a, type_b; in acpi_sleep_test() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h168 unsigned type_b:3; member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h192 unsigned type_b:3; member
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas.cc922 blas::DataType type_b) { in DoBlasInternalImpl()
1019 blas::DataType type_b, int ldb, const void *beta, DeviceMemoryBase *c, in DoBlasInternalImpl()
1048 blas::DataType type_b, int ldb, int64_t stride_b, const void *beta, in DoBlasInternalImpl()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc633 blas::DataType type_b, int ldb, const void *beta, DeviceMemoryBase *c, in DoBlasGemmWithAlgorithm()
644 blas::DataType type_b, int ldb, int64_t stride_b, const void *beta, in DoBlasGemmStridedBatchedWithAlgorithm()
/external/mesa3d/src/compiler/
Dglsl_types.cpp1490 glsl_type::get_mul_type(const glsl_type *type_a, const glsl_type *type_b) in get_mul_type()