HomeSort by relevance Sort by last modified time
    Searched defs:bp2 (Results 1 - 7 of 7) sorted by null

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
44 bp2=bp*bp;
48 q=(bp2-3.0*cp)/9.0;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 102 const uchar *bp2 = bp + (coord1.x * 4) + (coord1.y * stride_y) + (coord1.z * stride_z); local
103 const uchar4 *pt_00 = (const uchar4 *)&bp2[0];
104 const uchar4 *pt_10 = (const uchar4 *)&bp2[stride_y];
105 const uchar4 *pt_01 = (const uchar4 *)&bp2[stride_z];
106 const uchar4 *pt_11 = (const uchar4 *)&bp2[stride_y + stride_z];
  /external/opencv/cv/src/
cvcontourtree.cpp 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local
210 &ap2, &bp2 ));
359 bp2 = bp1;
  /external/v8/src/mips/
disasm-mips.cc 268 int bp2 = instr->Bp2Value(); local
269 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2);
732 case '2': { // 'bp2
733 DCHECK(STRING_STARTS_WITH(format, "bp2"));
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 422 int bp2 = instr->Bp2Value(); local
423 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp2);
748 case '2': { // 'bp2
749 DCHECK(STRING_STARTS_WITH(format, "bp2"));
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 853 char *p, *bp2; local
901 bp2 = (sw == GENERATE ?
904 bp2 = (sw == GENERATE ?
907 memcpy(p, bp2, bl);
911 bp2 = (sw == GENERATE ?
914 bp2 = (sw == GENERATE ?
917 memcpy(p, bp2, bl);
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 509 dr142::B *bp2 = (dr142::B*)this; local
510 bp2->mi = 3;

Completed in 443 milliseconds