Searched refs:dotProduct (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_utils.h100 const float dotProduct = ray1x * ray2x + ray1y * ray2y; local
107 const float projectionLengthSqr = dotProduct / lineLengthSqr;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java149 public static float dotProduct(float[] a, float[] b) { method in class:GeometryMathUtils
164 return dotProduct(a, b) / length;

Completed in 158 milliseconds