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

12 3 4 5

  /prebuilt/sdk/12/renderscript/include/
rs_cl.rsh 97 extern float __attribute__((overloadable)) acosh(float);
98 FN_FUNC_FN(acosh)
  /prebuilt/sdk/13/renderscript/include/
rs_cl.rsh 97 extern float __attribute__((overloadable)) acosh(float);
98 FN_FUNC_FN(acosh)
  /external/clang/lib/Headers/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /external/fdlibm/
fdlibm.h 143 extern double acosh __P((double));
k_standard.c 60 * 29-- acosh(x<1)
535 /* acosh(x<1) */
537 exc.name = "acosh";
543 (void) WRITE2("acosh: DOMAIN error\n", 20);
  /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 139 'abs', 'acos', 'acosh', 'arg',
matlab.php 63 'abs','acos','acosh','acot','acoth','acsc','acsch','airy','angle',
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 150 // acosh
158 __tg_acosh(double __x) {return acosh(__x);}
176 #undef acosh macro
177 #define acosh(__x) __tg_acosh(__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 \
100 MLINKS+=acosh.3 acoshf.3
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 267 #define acosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, acosh, cacosh) macro
  /bionic/libm/man/
math.3 167 acosh inverse hyperbolic cosine
  /bionic/libm/src/
math_private.h 207 #define __ieee754_acosh acosh
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 37 using std::tr1::acosh;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 37 using std::tr1::acosh;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 37 using std::tr1::acosh;
  /external/mesa3d/src/glsl/builtins/profiles/
130.frag 70 float acosh(float x);
71 vec2 acosh(vec2 x);
72 vec3 acosh(vec3 x);
73 vec4 acosh(vec4 x);
    [all...]
130.vert 70 float acosh(float x);
71 vec2 acosh(vec2 x);
72 vec3 acosh(vec3 x);
73 vec4 acosh(vec4 x);
    [all...]
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs 243 TEST_FN_FUNC_FN(acosh);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 89 __MATHCALL (acosh,, (_Mdouble_ __x));
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 127 extern float __attribute__((overloadable)) acosh(float);
128 FN_FUNC_FN(acosh)

Completed in 643 milliseconds

12 3 4 5