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

  /bionic/tests/
complex_test.cpp 92 extern "C" float _Complex casinhf(float _Complex);
93 TEST(complex, casinhf) {
94 ASSERT_EQ(0.0, casinhf(0));
  /bionic/libm/include/
complex.h 77 float complex casinhf(float complex);
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrigf.c 146 casinhf(float complex z) function
195 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z)));
  /external/clang/test/CodeGen/
libcall-declarations.c 197 float _Complex casinhf(float _Complex);
301 F(casinl), F(casinh), F(casinhf), F(casinhl), F(catan),
491 // CHECK-NOERRNO: declare <2 x float> @casinhf(<2 x float>) [[NUW]]
580 // CHECK-ERRNO: declare <2 x float> @casinhf(<2 x float>) [[NUW]]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 86 float _Complex casinhf (float _Complex);
  /external/ltrace/etc/
libm.so.conf 105 float_complex casinhf(float_complex);
  /external/clang/lib/Headers/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 195 __tg_asinh(float _Complex __x) {return casinhf(__x);}

Completed in 678 milliseconds