HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 51 - 66 of 66) sorted by null

1 23

  /bionic/libm/src/
s_exp2.c 41 P2 = 0x1.ebfbdff82c575p-3,
375 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
  /external/clang/test/CodeGenCXX/
mangle.cpp 478 template <char P2> void f(struct S<false ? 'a' : P2> ) {}
  /external/libgsm/src/
rpe.c 22 static void Weighting_filter P2((e, x),
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
1071 P2 = (P_X + 2 * P_I + P_J + 2) >> 2;
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1085 temp = P2 | (P0 << 8);
1102 P2 = (P_X + 2 * P_A + P_B + 2) >> 2;
1120 temp = P0 | (D << 8); //[P0 D P2 Q2]
1122 temp |= (P2 << 16); //[R0 Q1 Q0 P1]
    [all...]
  /external/svox/pico/lib/
picopam.c 269 #define P2 1
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 933 /* corr22 = Fund*p2 */
1047 /* Get cross for piece p1,p2 and direction a,b,c */
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 669 static int ConstantIntSortPredicate(const void *P1, const void *P2) {
671 const ConstantInt *RHS = *(const ConstantInt**)P2;
    [all...]
  /external/zlib/
make_vms.com 233 $! P2 = Command to make it
263 $ write sys$output P2
264 $ 'P2
697 $ IF "''P2'" .EQS. ""
762 $ open/write case_vector 'p2'
  /external/opencv/cv/include/
cv.h     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/sqlite/dist/
sqlite3.c 7720 int p2; \/* Second parameter (often the jump destination) *\/ member in struct:VdbeOp
7767 signed char p2; \/* Second parameter (often the jump destination) *\/ member in struct:VdbeOpList
10046 int p1, p2; \/* Operands of the opcode used to ends the loop *\/ member in struct:WhereLevel
    [all...]
sqlite3.c.orig     [all...]

Completed in 948 milliseconds

1 23