Searched defs:cos (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
H A DFloatMath.java80 public static float cos(float angle) { method in class:FloatMath
81 return (float) Math.cos(angle);
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp523 float cos = cosf(angle); local
524 matrix[0] = cos;
528 matrix[4] = cos;
/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java429 float cos = (float) Math.cos(rad);
431 d.preTransform(getRotate(sin, cos));
1006 float cos = (float)Math.cos(rad);
1008 return getRotate(sin, cos);
1011 /*package*/ static float[] getRotate(float sin, float cos) { argument
1012 return setRotate(new float[9], sin, cos);
1018 float cos = (float)Math.cos(ra
1023 setRotate(float[] dest, float sin, float cos) argument
[all...]
/frameworks/rs/driver/runtime/
H A Drs_cl.c424 float __attribute__((overloadable)) cos(float v) { function
427 FN_FUNC_FN(cos)
436 return cos(v * M_PI);
752 *cosptr = cos(v);
756 *cosptr = cos(v);
760 *cosptr = cos(v);
764 *cosptr = cos(v);
1616 THUNK_NATIVE_F(cos)
1899 HN_FUNC_HN(cos); variable
2170 *cosptr = cos(
[all...]

Completed in 156 milliseconds