Home
last modified time | relevance | path

Searched defs:second_value (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dhsv_to_rgb_cpu_kernel.cc122 constexpr size_t second_value = 1; in ComputeFloat() local
143 constexpr size_t second_value = 1; in ComputeHalf() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dmixup_batch_op.cc68 float second_value; in ComputeLabels() local
Dcutmix_batch_op.cc180 float second_value; in ComputeLabel() local
/third_party/rust/rust/library/std/src/collections/hash/set/
Dtests.rs512 let second_value = Arc::new(17); in test_insert_does_not_overwrite_the_value() localVariable
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-value.c271 ecma_value_t second_value) /**< second ecma value */ in ecma_are_values_integer_numbers()
/third_party/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp431 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
459 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
495 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
532 nir_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dmod.rs663 let second_value = self.add(cast, sixty_four); in count_leading_zeroes() localVariable
746 …let second_value = self.gcc_add(self.gcc_int_cast(self.context.new_call(None, ctzll, &[high]), arg… in count_trailing_zeroes() localVariable