/external/clang/lib/Headers/ |
tgmath.h | 92 // asin 100 __tg_asin(double __x) {return asin(__x);} 118 #undef asin macro 119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/external/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 97 'frexp', 'modf', 'fmod', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2',
|
fortran.php | 77 'anint','any','asin','atan','atan2','bit_size','break','btest','carg',
|
glsl.php | 81 'radians', 'degrees', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan',
|
haskell.php | 75 'tan', 'asin', 'acos', 'atan', 'sinh', 'cosh',
|
lotusscript.php | 99 'Atn', 'ASin', 'Asc', 'As', 'ArrayUnique', 'ArrayReplace',
|
ocaml.php | 71 'abs', 'abs_float', 'acos', 'asin', 'at_exit', 'atan', 'atan2',
|
oracle11.php | 86 'ASIN',
|
oracle8.php | 80 'ASIN',
|
pixelbender.php | 91 'radians', 'degrees', 'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'pow',
|
povray.php | 87 'abs', 'acos', 'acosh', 'asc', 'asin', 'asinh', 'atan', 'atanh',
|
scheme.php | 50 'asin', 'assoc', 'assq', 'assv', 'atan',
|
sdlbasic.php | 58 'abs', 'acos', 'andbit', 'asin', 'atan', 'bitwiseand', 'bitwiseor',
|
xpp.php | 296 'asin',
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 63 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
|
/frameworks/base/graphics/java/android/renderscript/ |
Element.java | 957 int[] asin = new int[mCount]; local 960 java.lang.System.arraycopy(mArraySizes, 0, asin, 0, mCount); 966 int id = mRS.nElementCreate2(ids, sin, asin); 967 return new Element(id, mRS, ein, sin, asin);
|
/prebuilt/sdk/11/renderscript/clang-include/ |
tgmath.h | 92 // asin 100 __tg_asin(double __x) {return asin(__x);} 118 #undef asin macro 119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/12/renderscript/clang-include/ |
tgmath.h | 92 // asin 100 __tg_asin(double __x) {return asin(__x);} 118 #undef asin macro 119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/13/renderscript/clang-include/ |
tgmath.h | 92 // asin 100 __tg_asin(double __x) {return asin(__x);} 118 #undef asin macro 119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/14/renderscript/clang-include/ |
tgmath.h | 92 // asin 100 __tg_asin(double __x) {return asin(__x);} 118 #undef asin macro 119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/prebuilt/sdk/15/renderscript/clang-include/ |
tgmath.h | 92 // asin 100 __tg_asin(double __x) {return asin(__x);} 118 #undef asin macro 119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
Initialize.cpp | 54 s.append(TString("float asin(float x);")); 55 s.append(TString("vec2 asin(vec2 x);")); 56 s.append(TString("vec3 asin(vec3 x);")); 57 s.append(TString("vec4 asin(vec4 x);")); 558 symbolTable.relateToOperator("asin", EOpAsin);
|
/bionic/libm/ |
Makefile-orig | 91 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ 101 MLINKS+=asin.3 asinf.3
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 250 #define asin(Val) __TGMATH_UNARY_REAL_IMAG (Val, asin, casin) macro
|
/bionic/libm/man/ |
math.3 | 168 asin inverse sine
|