HomeSort by relevance Sort by last modified time
    Searched full:asinh (Results 251 - 275 of 862) sorted by null

<<11121314151617181920>>

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 40 Asinh = 4,
  /external/vulkan-validation-layers/libs/glm/gtc/
reciprocal.inl 184 return asinh(genType(1) / x);
  /libcore/ojluni/src/main/native/
fdlibm.h 159 extern double asinh __P((double));
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/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
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/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
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/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
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/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
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/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
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 69 __attribute__((weak)) long double asinhl(long double x) { return asinh((double)x); }
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 69 __attribute__((weak)) long double asinhl(long double x) { return asinh((double)x); }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 40 Asinh = 4,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 40 Asinh = 4,
  /prebuilts/sdk/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
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 160 floating_point asinh (arithmetic x);
1062 // asinh
1065 using ::asinh;
1068 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __x) _NOEXCEPT {return asinhf(__x);}
1069 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __x) _NOEXCEPT {return asinhl(__x);}
1074 asinh(_A1 __x) _NOEXCEPT {return asinh((double)__x);}
    [all...]

Completed in 2399 milliseconds

<<11121314151617181920>>