/external/mesa3d/src/glsl/builtins/profiles/ |
130.glsl | 5 float radians(float degrees); 6 vec2 radians(vec2 degrees); 7 vec3 radians(vec3 degrees); 8 vec4 radians(vec4 degrees); 10 float degrees(float radians); 11 vec2 degrees(vec2 radians); 12 vec3 degrees(vec3 radians); 13 vec4 degrees(vec4 radians);
|
140.glsl | 5 float radians(float degrees); 6 vec2 radians(vec2 degrees); 7 vec3 radians(vec3 degrees); 8 vec4 radians(vec4 degrees); 10 float degrees(float radians); 11 vec2 degrees(vec2 radians); 12 vec3 degrees(vec3 radians); 13 vec4 degrees(vec4 radians); [all...] |
/prebuilts/go/darwin-x86/src/math/ |
sin.go | 146 j &= 7 // octant modulo 2Pi radians (360 degrees) 206 j &= 7 // octant modulo 2Pi radians (360 degrees)
|
/prebuilts/go/linux-x86/src/math/ |
sin.go | 146 j &= 7 // octant modulo 2Pi radians (360 degrees) 206 j &= 7 // octant modulo 2Pi radians (360 degrees)
|
/external/valgrind/memcheck/tests/ |
vcpu_fbench.c | 399 /* sin(x) Return sine, x in radians */ 438 /* cos(x) Return cosine, x in radians, by identity */ 449 /* tan(x) Return tangent, x in radians, by identity */ 490 /* atan(x) Return arctangent in radians, 530 /* atan2(y,x) Return arctangent in radians of y/x, 556 /* asin(x) Return arcsine in radians of x */
|
/external/valgrind/perf/ |
fbench.c | 395 /* sin(x) Return sine, x in radians */ 434 /* cos(x) Return cosine, x in radians, by identity */ 445 /* tan(x) Return tangent, x in radians, by identity */ 486 /* atan(x) Return arctangent in radians, 526 /* atan2(y,x) Return arctangent in radians of y/x, 552 /* asin(x) Return arcsine in radians of x */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CalendarAstronomer.java | 189 static private final double RAD_HOUR = 12 / PI; // radians -> hours 190 static private final double DEG_RAD = PI / 180; // degrees -> radians 191 static private final double RAD_DEG = 180 / PI; // radians -> degrees 502 // Angles are in radians (after multiplying by PI/180) 524 // * @return radians 534 // * @return radians 559 * The longitude is measured in radians along the ecliptic [all...] |
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 110 double radians = nn*M_PI/ANGLE_PI; local 111 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians)); 185 /* Angles expressed as fixed point radians */
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
matrix.h | 224 float radians = DEGREES_TO_RADIANS(angle); local 225 sin_val = sin(radians); 226 cos_val = cos(radians);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 182 // The angle(in radians) of each icon for touch events. 203 // The delta is the angle of touch point in radians. 407 // The radians for the touch sector of an indicator.
|
/development/ndk/platforms/android-13/include/android/ |
input.h | 628 /* Get the current orientation of the touch area and tool area in radians clockwise from 634 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 733 /* Get the historical orientation of the touch area and tool area in radians clockwise from 740 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians [all...] |
/development/ndk/platforms/android-14/include/android/ |
input.h | 671 /* Get the current orientation of the touch area and tool area in radians clockwise from 677 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 776 /* Get the historical orientation of the touch area and tool area in radians clockwise fro [all...] |
/development/ndk/platforms/android-18/include/android/ |
input.h | 673 /* Get the current orientation of the touch area and tool area in radians clockwise from 679 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians [all...] |
/development/ndk/platforms/android-9/include/android/ |
input.h | 520 /* Get the current orientation of the touch area and tool area in radians clockwise from 526 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 621 /* Get the historical orientation of the touch area and tool area in radians clockwise from 628 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/android/ |
input.h | 520 /* Get the current orientation of the touch area and tool area in radians clockwise from 526 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 621 /* Get the historical orientation of the touch area and tool area in radians clockwise from 628 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/android/ |
input.h | 520 /* Get the current orientation of the touch area and tool area in radians clockwise from 526 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 621 /* Get the historical orientation of the touch area and tool area in radians clockwise from 628 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/android/ |
input.h | 520 /* Get the current orientation of the touch area and tool area in radians clockwise from 526 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 621 /* Get the historical orientation of the touch area and tool area in radians clockwise from 628 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/ |
input.h | 628 /* Get the current orientation of the touch area and tool area in radians clockwise from 634 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 733 /* Get the historical orientation of the touch area and tool area in radians clockwise from 740 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/ |
input.h | 628 /* Get the current orientation of the touch area and tool area in radians clockwise from 634 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 733 /* Get the historical orientation of the touch area and tool area in radians clockwise from 740 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/ |
input.h | 628 /* Get the current orientation of the touch area and tool area in radians clockwise from 634 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 733 /* Get the historical orientation of the touch area and tool area in radians clockwise from 740 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/ |
input.h | 671 /* Get the current orientation of the touch area and tool area in radians clockwise from 677 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 776 /* Get the historical orientation of the touch area and tool area in radians clockwise fro [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/ |
input.h | 671 /* Get the current orientation of the touch area and tool area in radians clockwise from 677 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 776 /* Get the historical orientation of the touch area and tool area in radians clockwise fro [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/android/ |
input.h | 671 /* Get the current orientation of the touch area and tool area in radians clockwise from 677 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 776 /* Get the historical orientation of the touch area and tool area in radians clockwise fro [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/android/ |
input.h | 671 /* Get the current orientation of the touch area and tool area in radians clockwise from 677 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 776 /* Get the historical orientation of the touch area and tool area in radians clockwise fro [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/android/ |
input.h | 671 /* Get the current orientation of the touch area and tool area in radians clockwise from 677 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians 776 /* Get the historical orientation of the touch area and tool area in radians clockwise fro [all...] |