Home
last modified time | relevance | path

Searched refs:not_ (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_vector_relational.hpp99 /// /!\ 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 Doperator.py19 'mul', 'ne', 'neg', 'not_', 'or_', 'pos', 'pow', 'rshift',
53 def not_(a): function
428 __not__ = not_
/third_party/python/Lib/test/
H A Dtest_bool.py259 self.assertIs(operator.not_(1), False)
260 self.assertIs(operator.not_(0), True)
H A Dtest_richcmp.py220 for func in (do, operator.not_):
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py38 'not': operator.not_,
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
/third_party/jinja2/
H A Dnodes.py31 "not": operator.not_,
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1063 void not_(Register rd, Register rs) { xori(rd, rs, -1); } in not_() function
1160 not_(rd, rd); in nor()
H A Dmacro-assembler-riscv64.cc730 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 Dassembler-ia32.h641 void not_(Register dst);
642 void not_(Operand dst);
H A Dassembler-ia32.cc1103 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 Dsimulator-aarch64.cc3139 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 Dassembler-aarch64.h2803 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 Dassembler-aarch64.cc4575 not_(vd.V8B(), vn.V8B());
4578 not_(vd.V16B(), vn.V16B());
4984 void Assembler::not_(const VRegister& vd, const VRegister& vn) {
H A Dmacro-assembler-aarch64.h3044 V(not_, Not) \
5584 not_(pd, pg, pn); in Not()
5589 not_(zd, pg, zn); in Not()
H A Dsimulator-aarch64.h3648 LogicVRegister not_(VectorFormat vform,
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc3242 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 Dassembler-arm64.h526 void not_(const VRegister& vd, const VRegister& vn);
H A Dmacro-assembler-arm64.h294 V(not_, Not) \
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc211 __ 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 Dtest-disasm-sve-aarch64.cc2982 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 Dsimulator-arm64.h1716 LogicVRegister not_(VectorFormat vform, LogicVRegister dst,
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h3622 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 Dcode-generator-ia32.cc1117 __ not_(i.OutputOperand()); in AssembleArchInstruction()

Completed in 130 milliseconds

12