/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_saturate_propagation.cpp | 89 if (inst->src[0].negate) { in opt_saturate_propagation_local() 91 scan_inst->src[0].negate = !scan_inst->src[0].negate; in opt_saturate_propagation_local() 92 inst->src[0].negate = false; in opt_saturate_propagation_local() 99 scan_inst->src[i].negate = !scan_inst->src[i].negate; in opt_saturate_propagation_local() 102 inst->src[0].negate = false; in opt_saturate_propagation_local() 110 scan_inst->src[1].negate = !scan_inst->src[1].negate; in opt_saturate_propagation_local() 112 scan_inst->src[0].negate = !scan_inst->src[0].negate; in opt_saturate_propagation_local() 113 inst->src[0].negate = false; in opt_saturate_propagation_local() 134 scan_inst->src[0].negate || in opt_saturate_propagation_local() 136 scan_inst->src[0].negate != inst->src[0].negate) { in opt_saturate_propagation_local()
|
D | brw_fs_cse.cpp | 118 operands_match(const fs_inst *a, const fs_inst *b, bool *negate) in operands_match() argument 128 bool xs0_negate = xs[0].negate; in operands_match() 130 : xs[1].negate; in operands_match() 131 bool ys0_negate = ys[0].negate; in operands_match() 133 : ys[1].negate; in operands_match() 137 xs[0].negate = false; in operands_match() 138 xs[1].negate = false; in operands_match() 139 ys[0].negate = false; in operands_match() 140 ys[1].negate = false; in operands_match() 147 xs[0].negate = xs0_negate; in operands_match() [all …]
|
D | brw_nir_opt_peephole_ffma.c | 71 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src() argument 74 assert(src->src.is_ssa && !src->abs && !src->negate); in get_mul_for_src() 95 swizzle, negate, abs); in get_mul_for_src() 100 swizzle, negate, abs); in get_mul_for_src() 101 *negate = !*negate; in get_mul_for_src() 106 swizzle, negate, abs); in get_mul_for_src() 107 *negate = false; in get_mul_for_src() 193 bool negate, abs; in brw_nir_opt_peephole_ffma_instr() local 198 negate = false; in brw_nir_opt_peephole_ffma_instr() 203 swizzle, &negate, &abs); in brw_nir_opt_peephole_ffma_instr() [all …]
|
D | test_fs_saturate_propagation.cpp | 228 dst0.negate = true; in TEST_F() 263 dst0.negate = true; in TEST_F() 287 EXPECT_TRUE(instruction(block0, 0)->src[0].negate); in TEST_F() 288 EXPECT_TRUE(instruction(block0, 0)->src[1].negate); in TEST_F() 301 dst0.negate = true; in TEST_F() 325 EXPECT_TRUE(instruction(block0, 0)->src[0].negate); in TEST_F() 339 dst0.negate = true; in TEST_F() 363 EXPECT_TRUE(instruction(block0, 0)->src[0].negate); in TEST_F() 366 EXPECT_FALSE(instruction(block0, 1)->src[0].negate); in TEST_F() 378 dst0.negate = true; in TEST_F() [all …]
|
D | brw_vec4_cmod_propagation.cpp | 77 !inst->src[0].negate)) in opt_cmod_propagation_local() 91 bool negate; in opt_cmod_propagation_local() local 108 negate = false; in opt_cmod_propagation_local() 113 negate = true; in opt_cmod_propagation_local() 132 negate ? brw_swap_cmod(inst->conditional_mod) in opt_cmod_propagation_local() 280 !inst->src[0].negate && in opt_cmod_propagation_local() 326 inst->src[0].negate ? brw_swap_cmod(inst->conditional_mod) in opt_cmod_propagation_local()
|
D | brw_fs_cmod_propagation.cpp | 64 bool negate; in cmod_propagate_cmp_to_add() local 75 negate = false; in cmod_propagate_cmp_to_add() 80 negate = true; in cmod_propagate_cmp_to_add() 123 negate ? brw_swap_cmod(inst->conditional_mod) in cmod_propagate_cmp_to_add() 260 !inst->src[0].negate)) in opt_cmod_propagation_local() 437 if (!inst->src[0].negate && in opt_cmod_propagation_local() 502 inst->src[0].negate ? brw_swap_cmod(inst->conditional_mod) in opt_cmod_propagation_local()
|
D | brw_vec4_copy_propagation.cpp | 166 if (inst->src[arg].negate) { in try_constant_propagate() 349 bool has_source_modifiers = value.negate || value.abs; in try_copy_propagate() 398 if (value.negate && in try_copy_propagate() 437 value.negate = false; in try_copy_propagate() 440 if (inst->src[arg].negate) in try_copy_propagate() 441 value.negate = !value.negate; in try_copy_propagate()
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
D | utils.py | 20 def GetFontList(path, exts, negate=False): argument 36 if negate != result: 41 def GetLevelList(path, max_level=1, negate=False): argument 52 if (not negate and level <= max_level) or (negate and level > max_level):
|
/third_party/typescript/tests/baselines/reference/ |
D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.types | 15 …negate: function () {return this;}, lighten: function (ratio) {return this;}, darken: function (ra… 16 >Color.prototype : { negate: () => this; lighten: (ratio: any) => this; darken: (ratio: any) => thi… 18 >prototype : { negate: () => this; lighten: (ratio: any) => this; darken: (ratio: any) => this; sat… 19 …negate: function () {return this;}, lighten: function (ratio) {return this;}, darken: function (ra… 21 negate: function () {return this;}, 22 >negate : () => this
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | brace-expressions.js | 46 let negate = false; variable 52 negate = true; 135 !negate) { 139 const sranges = '[' + (negate ? '^' : '') + rangesToString(ranges) + ']'; 140 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
|
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
D | brace-expressions.js | 49 let negate = false; variable 55 negate = true; 138 !negate) { 142 const sranges = '[' + (negate ? '^' : '') + rangesToString(ranges) + ']'; 143 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | brace-expressions.js | 49 let negate = false; variable 55 negate = true; 138 !negate) { 142 const sranges = '[' + (negate ? '^' : '') + rangesToString(ranges) + ']'; 143 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | brace-expressions.js | 46 let negate = false; variable 52 negate = true; 135 !negate) { 139 const sranges = '[' + (negate ? '^' : '') + rangesToString(ranges) + ']'; 140 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_alu.c | 157 static struct rc_src_register negate(struct rc_src_register reg) in negate() function 244 emit1(c, inst->Prev, RC_OPCODE_FRC, NULL, dst, negate(inst->U.I.SrcReg[0])); in transform_CEIL() 284 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index))); in transform_FLR() 300 negate(srcreg(RC_FILE_TEMPORARY, dst.Index))); in transform_TRUNC() 302 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)), srcreg(RC_FILE_TEMPORARY, dst.Index)); in transform_TRUNC() 360 negate(srcregswz(RC_FILE_CONSTANT, constant, constant_swizzle))); in transform_LIT() 377 negate(swizzle_xxxx(srctemp)), in transform_LIT() 396 negate(inst->U.I.SrcReg[0]), inst->U.I.SrcReg[2], inst->U.I.SrcReg[2]); in transform_LRP() 452 add_src, negate(frac_src)); in transform_ROUND() 467 emit2(c, inst->Prev, RC_OPCODE_ADD, NULL, dst, inst->U.I.SrcReg[0], negate(inst->U.I.SrcReg[1])); in transform_SEQ() [all …]
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | option.js | 25 this.negate = false; 27 this.negate = this.long.startsWith('--no-'); 237 return !this.required && !this.optional && !this.negate; 257 if (option.negate) { 284 return option.negate === (negativeValue === value);
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | lower.c | 150 alu->src[1].negate = !alu->src[1].negate; in ppir_lower_ddxy() 152 alu->src[0].negate = !alu->src[0].negate; in ppir_lower_ddxy() 292 alu->src[0].negate = false; in ppir_lower_abs() 305 alu->src[0].negate = !alu->src[0].negate; in ppir_lower_neg() 364 if (cond->src[0].negate || cond->src[0].absolute || in ppir_lower_branch_merge_condition() 365 cond->src[1].negate || cond->src[1].absolute) in ppir_lower_branch_merge_condition() 445 if (branch->negate) in ppir_lower_branch()
|
/third_party/python/Python/ |
D | pystrtod.c | 33 int negate = 0; in _Py_parse_inf_or_nan() local 37 negate = 1; in _Py_parse_inf_or_nan() 47 retval = _Py_dg_infinity(negate); in _Py_parse_inf_or_nan() 51 retval = _Py_dg_stdnan(negate); in _Py_parse_inf_or_nan() 68 int negate = 0; in _Py_parse_inf_or_nan() local 72 negate = 1; in _Py_parse_inf_or_nan() 82 retval = negate ? -Py_HUGE_VAL : Py_HUGE_VAL; in _Py_parse_inf_or_nan() 87 retval = negate ? -Py_NAN : Py_NAN; in _Py_parse_inf_or_nan() 175 int negate = 0; in _PyOS_ascii_strtod() local 204 negate = 1; in _PyOS_ascii_strtod() [all …]
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/ |
D | compute.txt | 482 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer.rowmajor 483 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer.colmajor 484 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup.rowmajor 485 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup.colmajor 486 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer_varptr.rowmajor 487 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer_varptr.colmajor 488 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup_varptr.rowmajor 489 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup_varptr.colmajor 490 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.physical_buffer.rowmajor 491 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.physical_buffer.colmajor [all …]
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/ |
D | compute.txt | 481 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer.rowmajor 482 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer.colmajor 483 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup.rowmajor 484 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup.colmajor 485 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer_varptr.rowmajor 486 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.buffer_varptr.colmajor 487 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup_varptr.rowmajor 488 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.workgroup_varptr.colmajor 489 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.physical_buffer.rowmajor 490 dEQP-VK.compute.cooperative_matrix.negate.float32_float32.physical_buffer.colmajor [all …]
|
/third_party/protobuf/js/experimental/runtime/ |
D | int64.js | 62 return negate(-value, -value / TWO_PWR_32_DBL); 95 return (minus ? negate : Int64.fromBits)(lowBits, highBits); 314 int64 = negate(int64.getLowBits(), int64.getHighBits()); 354 return (minus ? negate : Int64.fromBits)(lowBits, highBits); 363 const negate = (lowBits, highBits) => { function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 252 decimal = decimal.negate(); 378 if (isNegative()) d = d.negate(); 380 if (isNegative()) d = d.negate(); 398 if (isNegative()) fallback = fallback.negate(); 400 if (isNegative()) fallback = fallback.negate(); 418 if (isNegative()) temp = temp.negate(); 420 if (isNegative()) temp = temp.negate(); 453 fallback = fallback.negate(); 458 public void negate() { 478 fallback = fallback.negate(); [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 255 decimal = decimal.negate(); 371 if (isNegative()) d = d.negate(); 373 if (isNegative()) d = d.negate(); 391 if (isNegative()) fallback = fallback.negate(); 393 if (isNegative()) fallback = fallback.negate(); 411 if (isNegative()) temp = temp.negate(); 413 if (isNegative()) temp = temp.negate(); 446 fallback = fallback.negate(); 451 public void negate() { 471 fallback = fallback.negate(); [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_vec_to_movs.c | 76 mov->src[0].negate = vec->src[start_idx].negate; in insert_mov() 84 vec->src[i].negate == vec->src[start_idx].negate && in insert_mov() 98 !mov->src[0].abs && !mov->src[0].negate) { in insert_mov() 151 if (alu_src->abs || alu_src->negate) in try_coalesce()
|
/third_party/skia/src/core/ |
D | SkStrokerPriv.cpp | 93 after.negate(); in BluntJoiner() 116 before.negate(); in RoundJoiner() 117 after.negate(); in RoundJoiner() 162 before.negate(); in MiterJoiner() 163 after.negate(); in MiterJoiner() 195 mid.negate(); in MiterJoiner()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_pds_printer.c | 139 instruction->IM ? instruction->src2->negate ? ">>" : "<<" : "<<", in pvr_pds_disassemble_instruction_sftlp32() 149 instruction->IM ? instruction->src2->negate ? ">>" : "<<" : "<<", in pvr_pds_disassemble_instruction_sftlp32() 161 instruction->IM ? instruction->src2->negate ? ">>" : "<<" : "<<", in pvr_pds_disassemble_instruction_sftlp32() 246 instruction->IM ? instruction->src2->negate ? ">>" : "<<" : "<<", in pvr_pds_disassemble_instruction_sftlp64() 256 instruction->IM ? instruction->src2->negate ? ">>" : "<<" : "<<", in pvr_pds_disassemble_instruction_sftlp64() 268 instruction->IM ? instruction->src2->negate ? ">>" : "<<" : "<<", in pvr_pds_disassemble_instruction_sftlp64() 467 bra->srcc->negate ? "! " : "", in pvr_pds_disassemble_instruction_bra() 476 bra->srcc->negate ? "! " : "", in pvr_pds_disassemble_instruction_bra()
|