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

1 2 3 4 5 67 8 91011>>

  /external/libvpx/examples/includes/geshi/geshi/
plsql.php 110 'BIN_TO_NUM', 'BFILENAME', 'AVG', 'ATAN2', 'ATAN', 'ASIN', 'ASCIISTR',
tsql.php 105 'ABS','DEGREES','RAND','ACOS','EXP','ROUND','ASIN','FLOOR','SIGN',
actionscript3.php 279 'atan2', 'atan', 'asyncError', 'asin', 'ascent', 'artist',
mysql.php 186 'ABS','ACOS','ASIN','ATAN2','ATAN','CEILING','CEIL',
scilab.php 68 'asciimat', 'asin', 'asinh', 'asinhm', 'asinm', 'assignation', 'atan', 'atanh', 'atanhm',
visualfoxpro.php 67 'Ansitooem','Append','Aprinters','Ascan','Aselobj','Asin',
  /external/mesa3d/src/glsl/builtins/profiles/
130.frag 30 float asin(float angle);
31 vec2 asin(vec2 angle);
32 vec3 asin(vec3 angle);
33 vec4 asin(vec4 angle);
    [all...]
130.vert 30 float asin(float angle);
31 vec2 asin(vec2 angle);
32 vec3 asin(vec3 angle);
33 vec4 asin(vec4 angle);
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs 245 TEST_FN_FUNC_FN(asin);
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 147 * <li>{@code asin((anything > 1)) = NaN}</li>
148 * <li>{@code asin((anything < -1)) = NaN}</li>
149 * <li>{@code asin(NaN) = NaN}</li>
156 public static native double asin(double d); method in class:StrictMath
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 57 __MATHCALL (asin,, (_Mdouble_ __x));
  /external/fdlibm/
k_standard.c 115 exc.name = "asin";
121 (void) WRITE2("asin: DOMAIN error\n", 19);
  /external/v8/src/
heap-inl.h 637 case ASIN:
638 return asin(input);
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 143 extern float __attribute__((overloadable)) asin(float);
144 FN_FUNC_FN(asin)
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 91 // Test for method double java.lang.Math.asin(double)
92 double r = Math.sin(Math.asin(OPP / HYP));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 143 extern float __attribute__((overloadable)) asin(float);
144 FN_FUNC_FN(asin)
  /prebuilt/sdk/15/renderscript/include/
rs_cl.rsh 143 extern float __attribute__((overloadable)) asin(float);
144 FN_FUNC_FN(asin)
  /bionic/libm/include/
math.h 204 double asin(double);
  /development/ndk/platforms/android-3/include/
math.h 204 double asin(double);
  /development/ndk/platforms/android-9/include/
math.h 204 double asin(double);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 96 * @tests java.lang.StrictMath#asin(double)
99 // Test for method double java.lang.StrictMath.asin(double)
101 .asin(OPP / HYP)) == OPP / HYP);
    [all...]
  /external/icu4c/i18n/
hebrwcal.h 63 * <li>"<a href="http://www.amazon.com/exec/obidos/ASIN/0521564743">Calendrical Calculations</a>",

Completed in 834 milliseconds

1 2 3 4 5 67 8 91011>>