Home
last modified time | relevance | path

Searched refs:not_ (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_relational.inl82 GLM_FUNC_QUALIFIER bool not_ function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_vector_relational.hpp106 GLM_FUNC_DECL vecType<bool, P> not_(vecType<bool, P> const & v);
Dfunc_vector_relational.inl94 GLM_FUNC_QUALIFIER vecType<bool, P> not_(vecType<bool, P> const & v) function
/third_party/python/Lib/
Doperator.py53 def not_(a): function
422 __not__ = not_
/third_party/gstreamer/gstreamer/docs/random/ds/
D0.9-planning274 GstMemBuffers _are not_ transferred between elements, and
75 GstPipeBuffers _do not_ own the memory they point to.
/third_party/python/Lib/test/
Dtest_bool.py253 self.assertIs(operator.not_(1), False)
254 self.assertIs(operator.not_(0), True)
Dtest_richcmp.py220 for func in (do, operator.not_):
/third_party/node/doc/api/
Dquerystring.md99 The object returned by the `querystring.parse()` method _does not_
Dasync_hooks.md208 `destroy()` callbacks _must not_ be async functions that return promises.
316 asynchronous event. This _does not_ mean the instance must call
Dv8.md850 `settled()` callbacks _must not_ be async functions as they create more
862 Called when a promise is constructed. This _does not_ mean that corresponding
/third_party/python/Doc/library/
Doperator.rst58 .. function:: not_(obj)
413 | Negation (Logical) | ``not a`` | ``not_(a)`` |
/third_party/node/deps/v8/third_party/jinja2/
Dnodes.py26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py38 'not': operator.not_,
/third_party/skia/third_party/externals/jinja2/
Dnodes.py26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
/third_party/jinja2/
Dnodes.py31 "not": operator.not_,
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h641 void not_(Register dst);
642 void not_(Operand dst);
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/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h1063 void not_(Register rd, Register rs) { xori(rd, rs, -1); } in not_() function
1160 not_(rd, rd); in nor()
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); in InsertBits()
/third_party/node/deps/v8/src/codegen/arm64/
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
Dmacro-assembler-arm64.h294 V(not_, Not) \
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc3005 not_(vform, not_zn, zn); in Simulator()
3217 not_(vform, temp, zdn); in Simulator()
3221 not_(vform, temp, zm); in Simulator()
3233 not_(vform, zdn, zdn); in Simulator()
6778 not_(vf, rd, rn); in Simulator()
11471 not_(vform, result, zn); in Simulator()
Dassembler-aarch64.h2802 void not_(const VRegister& vd, const VRegister& vn);
5006 void not_(const PRegisterWithLaneSize& pd,
5137 void not_(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
Dassembler-aarch64.cc4037 not_(vd.V8B(), vn.V8B()); in mvn()
4040 not_(vd.V16B(), vn.V16B()); in mvn()
4446 void Assembler::not_(const VRegister& vd, const VRegister& vn) { in not_() function in vixl::aarch64::Assembler
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h3622 not_(kScratchReg, kScratchReg); in emit_s128_set_if_nan()
3810 not_(scratch, scratch); in emit_set_if_nan()

12