Searched defs:cos (Results 1 – 8 of 8) sorted by relevance
88 float cos = Math.min(1.0f, Math.max(-1.0f, dotProduct / dist1 / dist2)); in getAngle() local
55 double cos = Math.cos(stepSizeRadians); in initializePll() local
180 float cos = dot / combinedLength; in angleBetweenVectors() local
94 float cos = (float) cos(angle); in axisAngle() local
130 float cos = (float) Math.cos(angleInRadian); in GLES20CarEvsBufferRenderer() local
693 CodedOutputStream cos = CodedOutputStream.newInstance(outputStream); in convertToExternalAtom() local
366 double cos = Math.cos(radians); in getRange() local
308 double cos = Math.cos(radians); in getRange() local