HomeSort by relevance Sort by last modified time
    Searched full:atanh (Results 176 - 200 of 543) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
  /external/libcxx/include/
cmath 164 floating_point atanh (arithmetic x);
1081 // atanh
1084 using ::atanh;
1087 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return atanhf(__lcpp_x);}
1088 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return atanhl(__lcpp_x);}
1093 atanh(_A1 __lcpp_x) _NOEXCEPT {return atanh((double)__lcpp_x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 164 floating_point atanh (arithmetic x);
1077 // atanh
1080 using ::atanh;
1083 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __x) _NOEXCEPT {return atanhf(__x);}
1084 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __x) _NOEXCEPT {return atanhl(__x);}
1089 atanh(_A1 __x) _NOEXCEPT {return atanh((double)__x);}
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 164 floating_point atanh (arithmetic x);
1077 // atanh
1080 using ::atanh;
1083 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __x) _NOEXCEPT {return atanhf(__x);}
1084 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __x) _NOEXCEPT {return atanhl(__x);}
1089 atanh(_A1 __x) _NOEXCEPT {return atanh((double)__x);}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 278 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 278 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh) macro
  /bionic/libc/tools/
posix-2013.txt 45 atanh
  /external/mesa3d/src/glsl/builtins/profiles/
130.glsl 75 float atanh(float x);
76 vec2 atanh(vec2 x);
77 vec3 atanh(vec3 x);
78 vec4 atanh(vec4 x);
140.glsl 75 float atanh(float x);
76 vec2 atanh(vec2 x);
77 vec3 atanh(vec3 x);
78 vec4 atanh(vec4 x);
    [all...]
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 123 TEST_FN_FUNC_FN(atanh);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 236 TEST_FN_FUNC_FN(atanh);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 42 using std::tr1::atanh;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 42 using std::tr1::atanh;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 42 using std::tr1::atanh;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 42 using std::tr1::atanh;

Completed in 639 milliseconds

1 2 3 4 5 6 78 91011>>