HomeSort by relevance Sort by last modified time
    Searched full:radian (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkCordic.cpp 217 float radian = angle * 3.1415925358f / 180.0f; local
218 SkFixed f_angle = (int) (radian * 65536.0f);
220 float sine = sinf(radian);
221 float cosine = cosf(radian);
233 float _tan = tanf(radian);
  /device/samsung/crespo/libsensors/
sensors.h 102 // conversion of gyro data to SI units (radian/sec)
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 179 // angle is in degree. Switch to radian
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
legendre_function.tcc 208 * @param theta The radian angle argument of the spherical associated
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 906 * Returns the measure in degrees of the supplied radian angle. The result
941 * @return the radian measure of the angle.
    [all...]
Math.java     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
autoit.php     [all...]
  /external/chromium/third_party/icu/source/i18n/
astro.cpp     [all...]
  /external/icu4c/i18n/
astro.cpp     [all...]

Completed in 184 milliseconds