HomeSort by relevance Sort by last modified time
    Searched refs:catanhf (Results 1 - 21 of 21) sorted by null

  /bionic/tests/
complex_test.cpp 112 extern "C" float _Complex catanhf(float _Complex);
113 TEST(complex, catanhf) {
114 ASSERT_EQ(0.0, catanhf(0));
  /bionic/libm/include/
complex.h 81 float complex catanhf(float complex);
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrigf.c 339 catanhf(float complex z) function
390 float complex w = catanhf(CMPLXF(cimagf(z), crealf(z)));
  /external/clang/test/CodeGen/
libcall-declarations.c 203 float _Complex catanhf(float _Complex);
302 F(catanf), F(catanl), F(catanh), F(catanhf), F(catanhl),
495 // CHECK-NOERRNO: declare <2 x float> @catanhf(<2 x float>) [[NUW]]
584 // CHECK-ERRNO: declare <2 x float> @catanhf(<2 x float>) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 87 float _Complex catanhf (float _Complex);
  /external/ltrace/etc/
libm.so.conf 113 float_complex catanhf(float_complex);
  /external/clang/lib/Headers/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 224 __tg_atanh(float _Complex __x) {return catanhf(__x);}

Completed in 1513 milliseconds