HomeSort by relevance Sort by last modified time
    Searched refs:_op (Results 1 - 17 of 17) sorted by null

  /external/eigen/Eigen/src/Core/
Assign_MKL.h 144 template<> struct vml_call< scalar_##EIGENOP##_op<EIGENTYPE> > { \
146 static inline void run( const scalar_##EIGENOP##_op<EIGENTYPE>& /*func*/, \
153 template<> struct vml_call< scalar_##EIGENOP##_op<EIGENTYPE> > { \
155 static inline void run( const scalar_##EIGENOP##_op<EIGENTYPE>& /*func*/, \
163 template<> struct vml_call< scalar_##EIGENOP##_op<EIGENTYPE> > { \
165 static inline void run( const scalar_##EIGENOP##_op<EIGENTYPE>& func, \
  /external/qemu/android/utils/
assert.h 90 if (!(cond_result_ _op cond_expected_)) { \
  /external/libunwind/doc/
libunwind-dynamic.tex 234 \item[\Type{unw\_dyn\_op\_t} \Var{op}] An array of dynamic unwind
274 the form of a structure of type \Type{unw\_dyn\_op\_t}. This
364 unw\_dyn\_op\_t
366 \_U\_dyn\_op\_save\_reg();
367 \_U\_dyn\_op\_spill\_fp\_rel();
368 \_U\_dyn\_op\_spill\_sp\_rel();
369 \_U\_dyn\_op\_add();
370 \_U\_dyn\_op\_pop\_frames();
371 \_U\_dyn\_op\_label\_state();
372 \_U\_dyn\_op\_copy\_state()
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm64_helpers.c 702 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1))
703 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2))
    [all...]
guest_arm_helpers.c 559 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1))
560 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2))
    [all...]
guest_x86_helpers.c 781 # define unop(_op,_a1) IRExpr_Unop((_op),(_a1))
782 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2))
    [all...]
guest_amd64_helpers.c     [all...]
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
  /external/opencv/cvaux/include/
cvmat.hpp     [all...]
  /external/valgrind/main/VEX/
test_main.c 715 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2))
716 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg))
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 766 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2))
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
AppOpsService.java 123 public Op(int _uid, String _packageName, int _op) {
126 op = _op;
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 428 #define triop(_op, _arg1, _arg2, _arg3) \
429 IRExpr_Triop((_op),(_arg1),(_arg2),(_arg3))
430 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2))
431 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg))
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 752 milliseconds