Searched refs:vtrue (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | arithmetic_fp32.c | 99 float32x4_t vtrue = vdupq_n_f32(1); in ElementLogicalAnd() local 106 float32x4_t vout = vbslq_f32(vceqq_u32(vandq_u32(vin0, vin1), zeros), vfalse, vtrue); in ElementLogicalAnd() 135 float32x4_t vtrue = vdupq_n_f32(1); in ElementLogicalOr() local 147 float32x4_t vout = vbslq_f32(vceqq_u32(vorrq_u32(vin0, vin1), zeros), vfalse, vtrue); in ElementLogicalOr()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | arithmetic_fp16.c | 790 float16x8_t vtrue = vdupq_n_f16(1); in ElementLogicalAndFp16() local 797 float16x8_t vout = vbslq_f16(vceqq_u16(vandq_u16(vin0, vin1), zeros), vfalse, vtrue); in ElementLogicalAndFp16() 812 float16x8_t vtrue = vdupq_n_f16(1); in ElementOptLogicalAndFp16() local 824 float16x8_t vout = vbslq_f16(vceqq_u16(vandq_u16(vin0, vin1), zeros), vfalse, vtrue); in ElementOptLogicalAndFp16() 837 float16x8_t vout = vbslq_f16(vceqq_u16(vandq_u16(vin0, vin1), zeros), vfalse, vtrue); in ElementOptLogicalAndFp16() 851 float16x8_t vtrue = vdupq_n_f16(1); in ElementLogicalOrFp16() local 858 float16x8_t vout = vbslq_f16(vceqq_u16(vorrq_u16(vin0, vin1), zeros), vfalse, vtrue); in ElementLogicalOrFp16() 873 float16x8_t vtrue = vdupq_n_f16(1); in ElementOptLogicalOrFp16() local 885 float16x8_t vout = vbslq_f16(vceqq_u16(vorrq_u16(vin0, vin1), zeros), vfalse, vtrue); in ElementOptLogicalOrFp16() 898 float16x8_t vout = vbslq_f16(vceqq_u16(vorrq_u16(vin0, vin1), zeros), vfalse, vtrue); in ElementOptLogicalOrFp16()
|
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | vm.cc | 309 int64_t vtrue = utils::cast<int64_t>(args[vtrue_index]); in InstRealSwitch() local 313 MS_LOG(DEBUG) << vtrue << " false:" << vfalse << " InstSwitch: " << c.ToString(); in InstRealSwitch() 319 Push(Ref(vtrue)); in InstRealSwitch()
|