Searched defs:sin (Results 1 – 11 of 11) sorted by relevance
42 sockaddr_in *sin = (sockaddr_in *)ss; in parse() local
57 public static native float sin(float angle); in sin() method in FloatMath
68 /*package*/ static float sin(float angle) { in sin() method in FloatMath_Delegate
425 float sin = (float) Math.sin(rad); in native_preRotate() local1002 float sin = (float)Math.sin(rad); in getRotate() local1008 /*package*/ static float[] getRotate(float sin, float cos) { in getRotate()1014 float sin = (float)Math.sin(rad); in setRotate() local1020 /*package*/ static float[] setRotate(float[] dest, float sin, float cos) { in setRotate()1045 float sin = (float)Math.sin(rad); in getRotate() local
357 float sin = (float) Math.sin(thetaRad); in LegendreTable() local
522 float sin = sinf(angle); in setRotationMatrix() local
565 float sin = (float) Math.sin(angle); in rotate() local
1016 String[] sin = new String[mCount]; in create() local
367 double sin = Math.sin(radians); in getRange() local
1090 String[] sin = new String[mCount]; in create() local
602 FN_FUNC_FN(sin) in FN_FUNC_FN() argument