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

  /external/eigen/test/
geo_alignedbox.cpp 69 BoxType *bp1 = new BoxType(dim); local
70 bp0->extend(*bp1);
72 delete bp1;
  /external/opencv/cv/src/
cvcontourtree.cpp 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local
207 &ap1, &bp1 ));
359 bp2 = bp1;
360 bp1 = b;
400 &bp1 ));
485 tree_one.r2 = bp1 / ap1;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 309 __m128 bp0, bp1; local
316 bp1 = _mm_setzero_ps();
329 bp1 = _mm_add_ps(bp1, _mm_mul_ps(pf1, x));
335 _mm_storeu_ps((float *)dst + 4, bp1);
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 507 dr142::B *bp1 = this; // expected-error {{private base class}} local

Completed in 851 milliseconds