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

  /external/skia/src/pathops/
SkPathOpsQuad.h 35 SkDVector v02 = fPts[0] - fPts[2]; local
37 return v02.dot(v01) > 0 && v02.dot(v12) > 0;
SkPathOpsCubic.h 34 SkDVector v02 = fPts[0] - fPts[2]; local
38 return v03.dot(v01) > 0 && v03.dot(v02) > 0 && v03.dot(v13) > 0 && v03.dot(v23) > 0;
  /external/skqp/src/pathops/
SkPathOpsQuad.h 35 SkDVector v02 = fPts[0] - fPts[2]; local
37 return v02.dot(v01) > 0 && v02.dot(v12) > 0;
SkPathOpsCubic.h 34 SkDVector v02 = fPts[0] - fPts[2]; local
38 return v03.dot(v01) > 0 && v03.dot(v02) > 0 && v03.dot(v13) > 0 && v03.dot(v23) > 0;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 142 v02 = 7.60068627350353253702e-05, /* 0x3F13ECBB, 0xF578C6C1 */ variable
201 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
e_j0f.c 104 v02 = 7.6006865129e-05, /* 0x389f65e0 */ variable
156 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
  /external/fdlibm/
e_j0.c 153 v02 = 7.60068627350353253702e-05, /* 0x3F13ECBB, 0xF578C6C1 */ variable
211 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 487 const float v02 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.y());
489 const float minV0 = de::min(v00, de::min(v01, de::min(v02, v03)));
490 const float maxV0 = de::max(v00, de::max(v01, de::max(v02, v03)));
    [all...]

Completed in 1370 milliseconds