Searched refs:roundToZero (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnClassifier.cpp37 using LoopBlinnMathUtils::roundToZero;
86 d1 = roundToZero(d1);
87 d2 = roundToZero(d2);
88 d3 = roundToZero(d3);
89 discriminant = roundToZero(discriminant);
H A DLoopBlinnMathUtils.h38 float roundToZero(float val);
H A DLoopBlinnMathUtils.cpp114 float roundToZero(float val) function in namespace:WebCore::LoopBlinnMathUtils

Completed in 60 milliseconds