Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dmixup_batch_op.cc64 int64_t first_value, second_value; in ComputeLabels() local
69 uint64_t first_value, second_value; in ComputeLabels() local
Dcutmix_batch_op.cc166 int64_t first_value, second_value; in ComputeLabel() local
172 uint64_t first_value, second_value; in ComputeLabel() local
/third_party/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp449 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
478 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
514 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
551 nir_ssa_def *second_value = nir_imm_ivec2(b, 30, 40); in TEST_F() local
/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()