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

  /external/skia/src/core/
SkNormalMapSource.cpp 181 SkPoint3 tempNorm;
183 tempNorm.set(SkIntToScalar(SkGetPackedR32(tmpNormalColors[i])) - 127.0f,
187 tempNorm.normalize();
190 if (!SkScalarNearlyEqual(SkScalarAbs(tempNorm.fZ), 1.0f)) {
191 SkVector transformed = fSource.fInvCTM.mapVector(tempNorm.fX, tempNorm.fY);
200 / (1.0f - SkScalarSquare(tempNorm.fZ));
205 output[i].fZ = tempNorm.fZ;
207 output[i] = {0.0f, 0.0f, tempNorm.fZ};
  /external/eigen/bench/spbench/
sp_solver.cpp 116 double tempNorm = tmp2.norm()/b.norm();
117 cout << "Relative norm of the computed solution : " << tempNorm <<"\n";
test_sparseLU.cpp 88 scalar tempNorm = tmp2.norm()/b.norm();
89 cout << "Relative norm of the computed solution : " << tempNorm <<"\n";

Completed in 364 milliseconds