/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | scalar_relational.inl | 82 GLM_FUNC_QUALIFIER bool not_ function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_vector_relational.hpp | 106 GLM_FUNC_DECL vecType<bool, P> not_(vecType<bool, P> const & v);
|
D | func_vector_relational.inl | 94 GLM_FUNC_QUALIFIER vecType<bool, P> not_(vecType<bool, P> const & v) function
|
/third_party/python/Lib/ |
D | operator.py | 53 def not_(a): function 422 __not__ = not_
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | 0.9-planning2 | 74 GstMemBuffers _are not_ transferred between elements, and 75 GstPipeBuffers _do not_ own the memory they point to.
|
/third_party/python/Lib/test/ |
D | test_bool.py | 253 self.assertIs(operator.not_(1), False) 254 self.assertIs(operator.not_(0), True)
|
D | test_richcmp.py | 220 for func in (do, operator.not_):
|
/third_party/node/doc/api/ |
D | querystring.md | 99 The object returned by the `querystring.parse()` method _does not_
|
D | async_hooks.md | 208 `destroy()` callbacks _must not_ be async functions that return promises. 316 asynchronous event. This _does not_ mean the instance must call
|
D | v8.md | 850 `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/ |
D | operator.rst | 58 .. function:: not_(obj) 413 | Negation (Logical) | ``not a`` | ``not_(a)`` |
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | nodes.py | 26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 38 'not': operator.not_,
|
/third_party/skia/third_party/externals/jinja2/ |
D | nodes.py | 26 _uaop_to_func = {"not": operator.not_, "+": operator.pos, "-": operator.neg}
|
/third_party/jinja2/ |
D | nodes.py | 31 "not": operator.not_,
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 641 void not_(Register dst); 642 void not_(Operand dst);
|
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/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64.h | 1063 void not_(Register rd, Register rs) { xori(rd, rs, -1); } in not_() function 1160 not_(rd, rd); in nor()
|
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); in InsertBits()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
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
|
D | macro-assembler-arm64.h | 294 V(not_, Not) \
|
/third_party/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 3005 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()
|
D | assembler-aarch64.h | 2802 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);
|
D | assembler-aarch64.cc | 4037 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/ |
D | liftoff-assembler-riscv64.h | 3622 not_(kScratchReg, kScratchReg); in emit_s128_set_if_nan() 3810 not_(scratch, scratch); in emit_set_if_nan()
|