/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_vector_relational.hpp | 99 /// /!\ Because of language incompatibilities between C++ and GLSL, GLM defines the function not but not_ instead. 106 GLM_FUNC_DECL vecType<bool, P> not_(vecType<bool, P> const & v);
|
/third_party/python/Lib/ |
H A D | operator.py | 19 'mul', 'ne', 'neg', 'not_', 'or_', 'pos', 'pow', 'rshift', 53 def not_(a): function 428 __not__ = not_
|
/third_party/python/Lib/test/ |
H A D | test_bool.py | 259 self.assertIs(operator.not_(1), False) 260 self.assertIs(operator.not_(0), True)
|
H A D | test_richcmp.py | 220 for func in (do, operator.not_):
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nodes.py | 26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | nodes.py | 38 'not': operator.not_,
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nodes.py | 26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
|
/third_party/jinja2/ |
H A D | nodes.py | 31 "not": operator.not_,
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.h | 1063 void not_(Register rd, Register rs) { xori(rd, rs, -1); } in not_() function 1160 not_(rd, rd); in nor()
|
H A D | macro-assembler-riscv64.cc | 730 not_(rd, rd); in Nor() 733 not_(rd, rd); in Nor() 1629 not_(rd, rd); in li() 1797 not_(mask, mask);
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 641 void not_(Register dst); 642 void not_(Operand dst);
|
H A D | assembler-ia32.cc | 1103 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler 1109 void Assembler::not_(Operand dst) { in not_() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 3139 not_(vform, not_zn, zn); in Simulator() 3351 not_(vform, temp, zdn); in Simulator() 3355 not_(vform, temp, zm); in Simulator() 3367 not_(vform, zdn, zdn); in Simulator() 7032 not_(vf, rd, rn); in Simulator() 11730 not_(vform, result, zn); in Simulator()
|
H A D | assembler-aarch64.h | 2803 void not_(const VRegister& vd, const VRegister& vn); 5007 void not_(const PRegisterWithLaneSize& pd, 5138 void not_(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
|
H A D | assembler-aarch64.cc | 4575 not_(vd.V8B(), vn.V8B()); 4578 not_(vd.V16B(), vn.V16B()); 4984 void Assembler::not_(const VRegister& vd, const VRegister& vn) {
|
H A D | macro-assembler-aarch64.h | 3044 V(not_, Not) \ 5584 not_(pd, pg, pn); in Not() 5589 not_(zd, pg, zn); in Not()
|
H A D | simulator-aarch64.h | 3648 LogicVRegister not_(VectorFormat vform,
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 3242 not_(vd.V8B(), vn.V8B()); in mvn() 3245 not_(vd.V16B(), vn.V16B()); in mvn() 3468 void Assembler::not_(const VRegister& vd, const VRegister& vn) { in not_() function in v8::internal::Assembler
|
H A D | assembler-arm64.h | 526 void not_(const VRegister& vd, const VRegister& vn);
|
H A D | macro-assembler-arm64.h | 294 V(not_, Not) \
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 211 __ not_(z16.VnH(), p6.Merging(), z16.VnH()); in TEST() 792 __ not_(z31.VnB(), p4.Merging(), z12.VnB()); in TEST() 1510 __ not_(z8.VnD(), p4.Merging(), z5.VnD()); in TEST()
|
H A D | test-disasm-sve-aarch64.cc | 2982 COMPARE(not_(z24.VnB(), p1.Merging(), z27.VnB()), "not z24.b, p1/m, z27.b"); in TEST() 2983 COMPARE(not_(z31.VnH(), p6.Merging(), z19.VnH()), "not z31.h, p6/m, z19.h"); in TEST() 2984 COMPARE(not_(z18.VnS(), p5.Merging(), z13.VnS()), "not z18.s, p5/m, z13.s"); in TEST() 2985 COMPARE(not_(z12.VnD(), p2.Merging(), z28.VnD()), "not z12.d, p2/m, z28.d"); in TEST() 5791 COMPARE(not_(p7.VnB(), p6.Zeroing(), p1.VnB()), "not p7.b, p6/z, p1.b"); in TEST()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 1716 LogicVRegister not_(VectorFormat vform, LogicVRegister dst,
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 3622 not_(kScratchReg, kScratchReg); in emit_s128_set_if_nan() 3810 not_(scratch, scratch); in emit_set_if_nan()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1117 __ not_(i.OutputOperand()); in AssembleArchInstruction()
|