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

  /external/mesa3d/src/mesa/main/tests/
mesa_formats.cpp 103 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \
109 EXPECT_TRUE(l lop 0); \
  /external/python/cpython2/Modules/
_curses_panel.c 75 /* We keep a linked list of PyCursesPanelObjects, lop. A list should
84 static list_of_panels *lop; variable
86 /* Insert a new panel object into lop */
97 new->next = lop;
98 lop = new;
102 /* Remove the panel object from lop */
108 temp = lop;
110 lop = temp->next;
133 for (temp = lop; temp->po->pan != pan; temp = temp->next)
  /external/python/cpython3/Modules/
_curses_panel.c 102 /* We keep a linked list of PyCursesPanelObjects, lop. A list should
111 static list_of_panels *lop; variable
113 /* Insert a new panel object into lop */
124 new->next = lop;
125 lop = new;
129 /* Remove the panel object from lop */
135 temp = lop;
137 lop = temp->next;
160 for (temp = lop; temp->po->pan != pan; temp = temp->next)
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h 240 __k_expl(long double x, long double *hip, long double *lop, int *kp)
262 *lop = tbl[n2].lo + t * (q + r1);
272 k_hexpl(long double x, long double *hip, long double *lop)
277 __k_expl(x, hip, lop, &k);
280 *lop *= twopkm1;
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 484 BinaryOperator::Opcode lop = symIntExpr->getOpcode(); local
485 if (BinaryOperator::isAdditiveOp(lop)) {
498 if (lop == op)
506 op = lop;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gm107.asm 16 lop xor 1 $r2 $r2 0x1f
65 lop xor 1 $r2 $r2 0x1f
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 678 for sym, lop, rop in oplist:
679 setattr(E, lop, lambda self, other: 'str' + lop + str(other))
682 'str' + lop + '10')
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gm107.cpp 1650 int lop = 0; local
    [all...]
  /external/python/cpython2/Lib/test/
test_decimal.py 677 for sym, lop, rop in oplist:
678 setattr(E, lop, lambda self, other: 'str' + lop + str(other))
681 'str' + lop + '10')
    [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py     [all...]

Completed in 865 milliseconds