HomeSort by relevance Sort by last modified time
    Searched refs:lop (Results 1 - 16 of 16) 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)
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h 238 __k_expl(long double x, long double *hip, long double *lop, int *kp)
268 *lop = tbl[n2].lo + t * (q + r1);
278 k_hexpl(long double x, long double *hip, long double *lop)
283 __k_expl(x, hip, lop, &k);
286 *lop *= twopkm1;
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs 171 float lop = (ambient + diffuse * dot_prod) * light * opf;
173 total_color += fcolor * lop;
274 float lop = (ambient + diffuse * dot_prod + specular * pow(spec, 10)) * light * opf;
276 total_color += fcolor * lop;
  /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
  /external/v8/src/heap/
incremental-marking.cc 359 for (LargePage* lop : *heap_->lo_space()) {
360 SetOldSpacePageFlags(lop, false, false);
385 for (LargePage* lop : *heap_->lo_space()) {
386 SetOldSpacePageFlags(lop, true, is_compacting_);
    [all...]
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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 1611 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/valgrind/VEX/priv/
host_arm64_isel.c 1516 ARM64LogicOp lop = 0; \/* invalid *\/ local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
convex.h 365 {44,0,rr,S,S,0}, /* lop */
367 {44,0,rr,V,V,0}, /* lop */
905 {44,2,rr,V,V,0}, /* lop.f */
1558 char *lop[] = { variable
    [all...]

Completed in 1398 milliseconds