HomeSort by relevance Sort by last modified time
    Searched refs:not_ (Results 1 - 25 of 50) sorted by null

1 2

  /external/vulkan-validation-layers/libs/glm/detail/
func_vector_relational.hpp 129 /// /!\ Because of language incompatibilities between C++ and GLSL, GLM defines the function not but not_ instead.
136 GLM_FUNC_DECL vecType<bool, P> not_(vecType<bool, P> const & v);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_vector_relational.hpp 129 /// /!\ Because of language incompatibilities between C++ and GLSL, GLM defines the function not but not_ instead.
136 GLM_FUNC_DECL vecType<bool, P> not_(vecType<bool, P> const & v);
  /external/autotest/client/site_tests/video_YouTubePage/
video_YouTubePage.py 123 @param op: truth or not_ operator from the standard Python operator
244 'seeking', operator.not_,
248 'seeked', operator.not_,
  /test/vts-testcase/kernel/ltp/
environment_requirement_checker.py 182 operator.not_,
186 operator.not_,
  /external/python/cpython3/Lib/
operator.py 19 'mul', 'ne', 'neg', 'not_', 'or_', 'pos', 'pow', 'rshift',
53 def not_(a): function
426 __not__ = not_
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bool.py 287 self.assertIs(operator.not_(1), False)
288 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /external/python/cpython2/Lib/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /external/python/cpython3/Lib/test/
test_bool.py 261 self.assertIs(operator.not_(1), False)
262 self.assertIs(operator.not_(0), True)
test_richcmp.py 220 for func in (do, operator.not_):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bool.py 286 self.assertIs(operator.not_(1), False)
287 self.assertIs(operator.not_(0), True)
test_richcmp.py 222 for func in (do, operator.not_):
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc 399 Status HandleNot(HloInstruction* not_) {
400 TF_ASSIGN_OR_RETURN(parent_->evaluated_[not_],
401 ElementWiseUnaryOp(not_, [](ElementwiseT elem_operand) {
409 Status HandleNot(HloInstruction* not_) {
410 TF_ASSIGN_OR_RETURN(parent_->evaluated_[not_],
411 ElementWiseUnaryOp(not_, [](ElementwiseT elem_operand) {
420 Status HandleNot(HloInstruction* not_) {
421 TF_ASSIGN_OR_RETURN(parent_->evaluated_[not_],
422 ElementWiseUnaryOp(not_, [](ElementwiseT elem_operand) {
431 Status HandleNot(HloInstruction* not_) {
    [all...]
  /external/v8/src/x87/
assembler-x87.h 727 void not_(Register dst);
728 void not_(const Operand& dst);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 402 spam2o(not_,__not__, "not_(a) -- Same as not a.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
operator.c 276 spam2o(not_,__not__, "not_(a) -- Same as not a.")
  /external/libmojo/third_party/jinja2/
nodes.py 38 'not': operator.not_,
  /external/python/cpython2/Modules/
operator.c 402 spam2o(not_,__not__, "not_(a) -- Same as not a.")

Completed in 1422 milliseconds

1 2