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

  /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]]
  /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);}

Completed in 30 milliseconds