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

  /external/clang/test/CodeGen/
libcall-declarations.c 227 float _Complex cpowf(float _Complex, _Complex float);
307 F(cprojl), F(cpow), F(cpowf), F(cpowl), F(creal),
511 // CHECK-NOERRNO: declare <2 x float> @cpowf(<2 x float>, <2 x float>) [[NUW]]
600 // CHECK-ERRNO: declare <2 x float> @cpowf(<2 x float>, <2 x float>) [[NUW]]
  /external/ltrace/etc/
libm.so.conf 153 float_complex cpowf(float_complex, float_complex);
  /external/clang/lib/Headers/
tgmath.h 485 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);}

Completed in 236 milliseconds