Home
last modified time | relevance | path

Searched refs:b_val (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/CodeGen/XCore/
Daliases.ll5 @b_val = constant i32 42, section ".cp.rodata"
9 @b = alias i32, i32* @b_val
/external/tensorflow/tensorflow/python/client/
Dsession_test.py427 b_val = None
448 self.assertEqual(b_val, res[0][1])
453 self.assertEqual(b_val, res[1][1])
457 self.assertEqual(b_val, res[2].b)
463 self.assertEqual(b_val, r['b'])
475 self.assertEqual(b_val, res[0][1])
480 self.assertEqual(b_val, res[1][1])
484 self.assertEqual(b_val, res[2].b)
490 self.assertEqual(b_val, r['b'])
507 self.assertEqual(b_val, res.d[1])
[all …]
/external/libchrome/mojo/public/cpp/bindings/tests/
Dcallback_helpers_unittest.cc29 void SetIntegers(int* a_var, int* b_var, int a_val, int b_val) { in SetIntegers() argument
31 *b_var = b_val; in SetIntegers()
/external/perfetto/src/trace_processor/db/
Dcolumn.cc490 auto b_val = storage<std::optional<T>>().Get(b_idx); in StableSortNumeric() local
492 int res = compare::NullableNumeric(a_val, b_val); in StableSortNumeric()
496 auto b_val = storage<T>().Get(b_idx); in StableSortNumeric() local
498 int res = compare::Numeric(a_val, b_val); in StableSortNumeric()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinline_test.cpp3847 %b_val = OpLoad %v4float %b
3848 %res = OpFAdd %v4float %a_val %b_val
3872 ; CHECK: [[b_val:%\d+]] = OpLoad %v4float
3873 ; CHECK: [[res:%\d+]] = OpFAdd %v4float [[a_val]] [[b_val]]
3935 %b_val = OpLoad %v4float %b
3936 %res = OpFAdd %v4float %a_val %b_val
4033 %b_val = OpLoad %v4float %b
4034 %res = OpFAdd %v4float %a_val %b_val
4056 ; CHECK: [[b_val:%\d+]] = OpLoad %v4float
4057 ; CHECK: [[res:%\d+]] = OpFAdd %v4float [[a_val]] [[b_val]]
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinline_test.cpp3847 %b_val = OpLoad %v4float %b
3848 %res = OpFAdd %v4float %a_val %b_val
3872 ; CHECK: [[b_val:%\d+]] = OpLoad %v4float
3873 ; CHECK: [[res:%\d+]] = OpFAdd %v4float [[a_val]] [[b_val]]
3935 %b_val = OpLoad %v4float %b
3936 %res = OpFAdd %v4float %a_val %b_val
4033 %b_val = OpLoad %v4float %b
4034 %res = OpFAdd %v4float %a_val %b_val
4056 ; CHECK: [[b_val:%\d+]] = OpLoad %v4float
4057 ; CHECK: [[res:%\d+]] = OpFAdd %v4float [[a_val]] [[b_val]]
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinline_test.cpp3847 %b_val = OpLoad %v4float %b
3848 %res = OpFAdd %v4float %a_val %b_val
3872 ; CHECK: [[b_val:%\d+]] = OpLoad %v4float
3873 ; CHECK: [[res:%\d+]] = OpFAdd %v4float [[a_val]] [[b_val]]
3935 %b_val = OpLoad %v4float %b
3936 %res = OpFAdd %v4float %a_val %b_val
4033 %b_val = OpLoad %v4float %b
4034 %res = OpFAdd %v4float %a_val %b_val
4056 ; CHECK: [[b_val:%\d+]] = OpLoad %v4float
4057 ; CHECK: [[res:%\d+]] = OpFAdd %v4float [[a_val]] [[b_val]]
[all …]
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor_slice_test.py143 for (key, b_val) in b.items():
145 self.assertAllEqual(a_val, b_val)
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/
Dno_out_of_bounds_atomic.amber151 %b_val = OpLoad %int %b_ptr
152 %old = OpAtomicIAdd %int %a_sel %device %relaxed %b_val
/external/grpc-grpc/third_party/address_sorting/
Daddress_sorting.c77 int b_val = b[cur_bit / CHAR_BIT] & (high_bit >> (cur_bit % CHAR_BIT)); in ipv6_prefix_match_length() local
78 if (a_val == b_val) { in ipv6_prefix_match_length()
/external/rust/crates/grpcio-sys/grpc/third_party/address_sorting/
Daddress_sorting.c77 int b_val = b[cur_bit / CHAR_BIT] & (high_bit >> (cur_bit % CHAR_BIT)); in ipv6_prefix_match_length() local
78 if (a_val == b_val) { in ipv6_prefix_match_length()
/external/crcalc/src/com/hp/creals/
DCR.java1578 ArrayList<BigInteger> b_val = new ArrayList<BigInteger>(); field in gl_pi_CR
1581 b_val.add(null); in gl_pi_CR()
1590 if (b_prec.size() > b_val.size()) { in approximate()
1627 b_val.add(scaled_next_b); in approximate()
1633 b_prec.get(n + 1), b_val.get(n + 1)); in approximate()
1637 b_val.set(n + 1, scale(next_b, -extra_eval_prec)); in approximate()
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.cpp312 int b_val{}; in configure() local
313 …std::tie(b_val, a_val) = get_quantized_activation_min_max(conv_info.act_info, input->info()->data_… in configure()
316 …ld_opts.add_option_if(conv_info.act_info.enabled(), "-DB_VAL=" + support::cpp11::to_string(b_val)); in configure()
/external/AFLplusplus/src/
Dafl-fuzz-redqueen.c856 u64 b_val, o_b_val, mask; in cmp_extend_encoding() local
883 b_val = o_b_val = mask = 0; // keep the linters happy in cmp_extend_encoding()
889 b_val = (u64)(*ptr); in cmp_extend_encoding()
901 b_val = (u64)(*ptr); in cmp_extend_encoding()
915 b_val = (u64)(*ptr); in cmp_extend_encoding()
926 b_val = (u64)(*ptr); in cmp_extend_encoding()
935 s64 diff = pattern - b_val; in cmp_extend_encoding()
963 diff = pattern ^ b_val; in cmp_extend_encoding()
995 if ((b_val | (0x2020202020202020 & mask)) == (pattern & mask)) { in cmp_extend_encoding()
1044 if ((b_val & (0x5f5f5f5f5f5f5f5f & mask)) == (pattern & mask)) { in cmp_extend_encoding()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dbeta_test.py291 b_val = 2.
296 concentration1=a_val, concentration0=b_val, name="beta1")
301 concentration1=a_val, concentration0=b_val, name="beta2")
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c573 uint64_t * const *b_val = b; in compare_time() local
576 if (**a_val < **b_val) in compare_time()
578 else if (**a_val == **b_val) in compare_time()
/external/tensorflow/tensorflow/python/framework/
Dimporter_test.py1193 a_val, b_val, grad_val = sess.run([a, b, grad], feed_dict=feed_dict)
1195 self.assertEqual(b_val, -1.0)
1213 a_val, b_val, grad_val = sess.run([a, b, grad], feed_dict=feed_dict)
1215 self.assertEqual(b_val, -1.0)
/external/ComputeLibrary/src/cpu/kernels/add/generic/neon/
Dimpl.cpp247 const auto b_val = *b_ptr; in add_sub_q8_neon_fixedpoint() local
248 const auto b_scaled = b_scale * b_val; in add_sub_q8_neon_fixedpoint()
/external/ComputeLibrary/src/cpu/kernels/
DCpuMulKernel.cpp401 const auto b_val = *b_ptr; in mul_q8_neon_fixedpoint() local
402 const auto b_offseted_32p0 = static_cast<int32_t>(b_val - b_offset_16p0); in mul_q8_neon_fixedpoint()
460b_val) - b_offset_16p0)) + out_offset_14p18))); in mul_q8_neon_fixedpoint()
462 …upport::cpp11::lround(multiplier * ((float(a_ptr[x]) - a_offset) * (float(b_val) - b_offset)) + fl… in mul_q8_neon_fixedpoint()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test.py923 b_val = ragged_factory_ops.constant_value([[5, 4, 3], [2]])
933 res1 = session.partial_run(handle, r1, feed_dict={a: a_val, b: b_val})
1907 for a_val, b_val in zip(a, b):
1908 self.assertNumpyObjectTensorsRecursivelyEqual(a_val, b_val, msg)
/external/pigweed/pw_assert/
Ddocs.rst551 a_str, a_val, op_str, b_str, b_val, type_fmt, message, ...)
574 - ``b_val`` - The value of the second operand. In the example: ``15``.