HomeSort by relevance Sort by last modified time
    Searched full:unary_op (Results 1 - 19 of 19) sorted by null

  /external/squashfs-tools/squashfs-tools/
action.h 107 struct unary_op { struct
118 struct unary_op unary_op; member in union:expr::__anon24224
action.c 218 free_parse_tree(expr->unary_op.expr);
262 expr->unary_op.expr = lhs;
263 expr->unary_op.op = op;
712 match = !eval_expr_log(expr->unary_op.expr, action_data);
740 match = !eval_expr(expr->unary_op.expr, action_data);
    [all...]
  /external/opencv3/modules/core/src/opencl/
arithm.cl 52 1) one of "-D BINARY_OP", "-D UNARY_OP", "-D MASK_BINARY_OP" or "-D MASK_UNARY_OP"
197 #ifdef UNARY_OP
213 #ifdef UNARY_OP
226 #ifdef UNARY_OP
381 #if defined UNARY_OP || defined MASK_UNARY_OP
457 #elif defined UNARY_OP
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyclasses.swg 235 GC_VALUE unary_op(const ID& op_id) const
250 GC_VALUE operator+() const { return unary_op(pos_id); }
251 GC_VALUE operator-() const { return unary_op(neg_id); }
252 GC_VALUE operator~() const { return unary_op(inv_id); }
  /external/opencv3/modules/cudev/include/opencv2/
cudev.hpp 109 #include "cudev/expr/unary_op.hpp"
  /external/libchrome/base/test/
trace_event_analyzer.cc 625 Query::Query(const Query& left, Operator unary_op)
626 : operator_(unary_op),
630 type_ = (unary_op < OP_ADD ?
trace_event_analyzer.h 493 Query(const Query& left, Operator unary_op);
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 626 #define UNARY_OP(IN0TYPE, IN0DATATYPE) \
677 MAKE_UNARY_CASES(UNARY_OP, TYPE_FLOAT_MAT2);
678 MAKE_UNARY_CASES(UNARY_OP, TYPE_FLOAT_MAT3);
679 MAKE_UNARY_CASES(UNARY_OP, TYPE_FLOAT_MAT4);
    [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp 77 format("-D %s -D %s -D dstT=%s -D rowsPerWI=%d%s", _src2.empty() ? "UNARY_OP" : "BINARY_OP",
    [all...]
opencl_kernels_core.cpp 122 "#ifdef UNARY_OP\n"
136 "#ifdef UNARY_OP\n"
148 "#ifdef UNARY_OP\n"
284 "#if defined UNARY_OP || defined MASK_UNARY_OP\n"
348 "#elif defined UNARY_OP\n"
    [all...]
arithm.cpp     [all...]
convert.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h     [all...]
  /prebuilts/go/darwin-x86/doc/
go_spec.html     [all...]
  /prebuilts/go/linux-x86/doc/
go_spec.html     [all...]

Completed in 1299 milliseconds