HomeSort by relevance Sort by last modified time
    Searched full:asinh (Results 26 - 50 of 97) sorted by null

12 3 4

  /external/clang/lib/Headers/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /external/fdlibm/
fdlibm.h 144 extern double asinh __P((double));
  /external/libvpx/examples/includes/geshi/geshi/
haskell.php 76 'tanh', 'asinh', 'acosh', 'atanh',
povray.php 87 'abs', 'acos', 'acosh', 'asc', 'asin', 'asinh', 'atan', 'atanh',
gnuplot.php 140 'asin', 'asinh', 'atan', 'atan2',
matlab.php 64 'ans','area','asec','asech','asin','asinh','atan','atan2','atanh',
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
  /bionic/libm/
Makefile-orig 91 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
102 MLINKS+=asinh.3 asinhf.3
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 269 #define asinh(Val) __TGMATH_UNARY_REAL_IMAG (Val, asinh, casinh) macro
  /bionic/libm/man/
math.3 169 asinh inverse hyperbolic sine
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 39 using std::tr1::asinh;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 39 using std::tr1::asinh;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 39 using std::tr1::asinh;
  /external/mesa3d/src/glsl/builtins/profiles/
130.frag 65 float asinh(float x);
66 vec2 asinh(vec2 x);
67 vec3 asinh(vec3 x);
68 vec4 asinh(vec4 x);
    [all...]
130.vert 65 float asinh(float x);
66 vec2 asinh(vec2 x);
67 vec3 asinh(vec3 x);
68 vec4 asinh(vec4 x);
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs 246 TEST_FN_FUNC_FN(asinh);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 91 __MATHCALL (asinh,, (_Mdouble_ __x));
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 151 extern float __attribute__((overloadable)) asinh(float);
152 FN_FUNC_FN(asinh)
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 151 extern float __attribute__((overloadable)) asinh(float);
152 FN_FUNC_FN(asinh)
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /bionic/libm/include/
math.h 235 double asinh(double);
  /development/ndk/platforms/android-3/include/
math.h 235 double asinh(double);

Completed in 163 milliseconds

12 3 4