HomeSort by relevance Sort by last modified time
    Searched full:asin (Results 126 - 150 of 310) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libm/src/
math_private.h 210 #define __ieee754_asin asin
  /external/libvpx/examples/includes/geshi/geshi/
actionscript.php 66 'apply', 'Arguments', 'Array', 'asfunction', 'asin', 'atan', 'atan2', 'attachAudio', 'attachMovie',
blitzbasic.php 98 'ATan2','ATan','ASin','Asc','After','ACos','AcceptTCPStream','Abs',
cobol.php 148 'ACOS', 'ANNUITY', 'ASIN', 'ATAN', 'CHAR', 'COS', 'CURRENT-DATE',
cpp.php 108 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
gnuplot.php 140 'asin', 'asinh', 'atan', 'atan2',
klonec.php 64 'atoi', 'atol', 'abs', 'cos', 'sin', 'tan', 'acos', 'asin', 'atan', 'exp',
matlab.php 64 'ans','area','asec','asech','asin','asinh','atan','atan2','atanh',
cfm.php 149 'ASin','Hash','RandRange','Atn','Hour','REFind','BinaryDecode','HTMLCodeFormat','REFindNoCase','BinaryEncode',
cpp-qt.php 98 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
klonecpp.php 77 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
lotusformulas.php 255 '@AttachmentLengths', '@ATan2', '@ATan', '@ASin', '@Ascii',
lscript.php 130 'abs', 'acos', 'angle', 'append', 'ascii', 'asin', 'atan',
objc.php 119 'atexit', 'atan2', 'atan', 'assert', 'asin', 'asctime', 'acos',
  /external/v8/src/
math.js 245 "asin", MathAsin,
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.c 132 printf(" asinD(%+20.13e) = %+20.13e\n", d, asin(d));
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 248 double arcSinOfSinDeclination = Math.asin(sinSunDeclination);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 38 using std::tr1::asin;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 38 using std::tr1::asin;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 38 using std::tr1::asin;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 38 using std::tr1::asin;
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 73 // Test for method double java.lang.StrictMath.asin(double)
75 .asin(OPP / HYP)) == OPP / HYP);
505 .asin(OPP / HYP)) == OPP / HYP);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /external/icu4c/i18n/
astro.cpp 477 asin(sinB*cosE + cosB*sinE*sinL) );
513 double altitude = asin(sinD*sinL + cosD*cosL*cosH);
833 // double y = ::asin(sin(x) / ::sin(psi)) * RAD_DEG;
    [all...]
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 327 extern float __attribute__((overloadable)) asin(float);
328 FN_FUNC_FN(asin)
334 return asin(v) / M_PI;
    [all...]

Completed in 178 milliseconds

1 2 3 4 56 7 8 91011>>