Home
last modified time | relevance | path

Searched refs:negs (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/minimatch/src/dist/cjs/
H A Dbrace-expressions.js44 const negs = [];
82 negs.push(unip);
128 if (!ranges.length && !negs.length) {
135 if (negs.length === 0 &&
143 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
144 const comb = ranges.length && negs.length
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
H A Dbrace-expressions.js44 const negs = [];
82 negs.push(unip);
128 if (!ranges.length && !negs.length) {
135 if (negs.length === 0 &&
143 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
144 const comb = ranges.length && negs.length
/third_party/node/deps/minimatch/src/dist/mjs/
H A Dbrace-expressions.js41 const negs = [];
79 negs.push(unip);
125 if (!ranges.length && !negs.length) {
132 if (negs.length === 0 &&
140 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
141 const comb = ranges.length && negs.length
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
H A Dbrace-expressions.js41 const negs = [];
79 negs.push(unip);
125 if (!ranges.length && !negs.length) {
132 if (negs.length === 0 &&
140 const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
141 const comb = ranges.length && negs.length
/third_party/node/deps/minimatch/
H A Dindex.js296 const negs = [];
332 negs.push(unip);
367 if (!ranges.length && !negs.length) {
370 if (negs.length === 0 && ranges.length === 1 && /^\\?.$/.test(ranges[0]) && !negate) {
375 const snegs = "[" + (negate ? "" : "^") + rangesToString(negs) + "]";
376 const comb = ranges.length && negs.length ? "(" + sranges + "|" + snegs + ")" : ranges.length ? sranges : snegs;
/third_party/python/Lib/test/
H A Dtest_float.py820 negs = '-'+s
822 self.assertEqual(negs, repr(float(negs)))
825 self.assertEqual(repr(float(negs)), str(float(negs)))
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h439 void negs(const Register& rd, const Operand& operand);
H A Dassembler-arm64.cc873 void Assembler::negs(const Register& rd, const Operand& operand) { in negs() function in v8::internal::Assembler
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc314 COMPARE(negs(w1, Operand(w2)), "negs w1, w2"); in TEST()
315 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61"); in TEST()
2874 "negs x0, x0"); in TEST()
H A Dtest-trace-aarch64.cc258 __ negs(w16, w17); in GenerateTestSequenceBase()
259 __ negs(x18, x19); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc387 TEST_NONE(negs_0, negs(w0, Operand(w1, LSL, 21)))
388 TEST_NONE(negs_1, negs(x0, Operand(x1, LSL, 57)))
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h689 void negs(const Register& rd, const Operand& operand);
H A Dassembler-aarch64.cc516 void Assembler::negs(const Register& rd, const Operand& operand) { in negs() function in vixl::aarch64::Assembler

Completed in 67 milliseconds