HomeSort by relevance Sort by last modified time
    Searched full:_cmp (Results 26 - 40 of 40) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_tree.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 492 _cmp = list(dis.cmp_op) variable in class:PyFlowGraph
494 return self._cmp.index(arg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 492 _cmp = list(dis.cmp_op) variable in class:PyFlowGraph
494 return self._cmp.index(arg)
  /dalvik/vm/mterp/out/
InterpC-x86.cpp 613 #define HANDLE_OP_IF_XX(_opcode, _opname, _cmp) \
617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \
630 #define HANDLE_OP_IF_XXZ(_opcode, _opname, _cmp) \
633 if ((s4) GET_REGISTER(vsrc1) _cmp 0) { \
    [all...]
InterpC-mips.cpp 613 #define HANDLE_OP_IF_XX(_opcode, _opname, _cmp) \
617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \
630 #define HANDLE_OP_IF_XXZ(_opcode, _opname, _cmp) \
633 if ((s4) GET_REGISTER(vsrc1) _cmp 0) { \
    [all...]
InterpC-allstubs.cpp 613 #define HANDLE_OP_IF_XX(_opcode, _opname, _cmp) \
617 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \
630 #define HANDLE_OP_IF_XXZ(_opcode, _opname, _cmp) \
633 if ((s4) GET_REGISTER(vsrc1) _cmp 0) { \
    [all...]
InterpC-portable.cpp 559 #define HANDLE_OP_IF_XX(_opcode, _opname, _cmp) \
563 if ((s4) GET_REGISTER(vsrc1) _cmp (s4) GET_REGISTER(vsrc2)) { \
576 #define HANDLE_OP_IF_XXZ(_opcode, _opname, _cmp) \
579 if ((s4) GET_REGISTER(vsrc1) _cmp 0) { \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 800 def _cmp(self, other): member in class:Decimal
870 return self._cmp(other) == 0
878 return self._cmp(other) != 0
887 return self._cmp(other) < 0
896 return self._cmp(other) <= 0
905 return self._cmp(other) > 0
914 return self._cmp(other) >= 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 800 def _cmp(self, other): member in class:Decimal
870 return self._cmp(other) == 0
878 return self._cmp(other) != 0
887 return self._cmp(other) < 0
896 return self._cmp(other) <= 0
905 return self._cmp(other) > 0
914 return self._cmp(other) >= 0
    [all...]
  /external/dropbear/libtommath/
bn.tex 810 mp\_int structures. This is analogous to an absolute comparison. The function mp\_cmp\_mag() will compare two
813 \index{mp\_cmp\_mag}
867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided.
869 \index{mp\_cmp}
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td 663 def _cmp : A64I_addsubimm<sf, op, 0b1, shift,
    [all...]

Completed in 2610 milliseconds

12