HomeSort by relevance Sort by last modified time
    Searched full:casinf (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /bionic/tests/
complex_test.cpp 118 TEST(COMPLEX_TEST, casinf) {
119 ASSERT_EQ(0.0, casinf(0));
  /bionic/tests/headers/posix/
complex_h.c 71 FUNCTION(casinf, float complex (*f)(float complex));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 80 float _Complex casinf (float _Complex);
  /bionic/libc/include/
complex.h 67 float complex casinf(float complex __z) __INTRODUCED_IN(23);
  /bionic/libc/tools/
posix-2013.txt 71 casinf
  /external/clang/test/CodeGen/
libcall-declarations.c 194 float _Complex casinf(float _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
489 // CHECK-NOERRNO: declare <2 x float> @casinf(<2 x float>) [[NUW]]
578 // CHECK-ERRNO: declare <2 x float> @casinf(<2 x float>) [[NUW]]
  /bionic/libm/
libm.arm.map 40 casinf; # introduced=23
libm.arm64.map 40 casinf; # introduced=23
libm.map.txt 39 casinf; # introduced=23
libm.mips.map 40 casinf; # introduced=23
libm.mips64.map 40 casinf; # introduced=23
libm.x86.map 40 casinf; # introduced=23
libm.x86_64.map 40 casinf; # introduced=23
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrigf.c 193 casinf(float complex z) function
  /external/clang/lib/Headers/
tgmath.h 108 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 108 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 108 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 117 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 117 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 117 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 117 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 117 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 117 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 117 __tg_asin(float _Complex __x) {return casinf(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 108 __tg_asin(float _Complex __x) {return casinf(__x);}

Completed in 1665 milliseconds

1 2 3 4