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

  /external/eigen/test/
geo_alignedbox.cpp 68 BoxType *bp0 = new BoxType(dim); local
70 bp0->extend(*bp1);
71 delete bp0;
  /external/pdfium/third_party/libtiff/
tif_predict.c 52 static int PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s);
627 PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s)
652 memcpy( working_copy, bp0, cc0 );
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 309 __m128 bp0, bp1; local
315 bp0 = _mm_setzero_ps();
328 bp0 = _mm_add_ps(bp0, _mm_mul_ps(pf0, x));
334 _mm_storeu_ps((float *)dst, bp0);
    [all...]

Completed in 606 milliseconds