Searched defs:second_value (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/ |
| D | hsv_to_rgb_cpu_kernel.cc | 122 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/ |
| D | mixup_batch_op.cc | 68 float second_value; in ComputeLabels() local
|
| D | cutmix_batch_op.cc | 180 float second_value; in ComputeLabel() local
|
| /third_party/rust/rust/library/std/src/collections/hash/set/ |
| D | tests.rs | 512 let second_value = Arc::new(17); in test_insert_does_not_overwrite_the_value() localVariable
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| D | ecma-helpers-value.c | 271 ecma_value_t second_value) /**< second ecma value */ in ecma_are_values_integer_numbers()
|
| /third_party/mesa3d/src/compiler/nir/tests/ |
| D | vars_tests.cpp | 431 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/ |
| D | mod.rs | 663 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
|