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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsf.c 2 * cabsf() wrapper for hypotf().
18 cabsf(z) function
  /external/clang/test/Sema/
warn-absolute-value.c 12 float cabsf(float _Complex);
34 (void)cabsf(x);
35 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
96 (void)cabsf(x);
97 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
165 (void)cabsf(x);
166 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
233 (void)cabsf(x);
234 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
298 (void)cabsf(x)
    [all...]
  /external/clang/test/SemaCXX/
warn-absolute-value.cpp 13 float cabsf(float _Complex);
55 (void)cabsf(x);
56 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
119 (void)cabsf(x);
120 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
190 (void)cabsf(x);
191 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
260 (void)cabsf(x);
261 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of floating point type}}
327 (void)cabsf(x)
    [all...]
  /bionic/libc/tools/
check-symbols.py 32 # 264: 0001623c 4 FUNC GLOBAL DEFAULT 8 cabsf
check-symbols-glibc.py 15 # 264: 0001623c 4 FUNC GLOBAL DEFAULT 8 cabsf
  /bionic/libm/include/
complex.h 52 float cabsf(float complex);
  /development/ndk/platforms/android-L/include/
complex.h 52 float cabsf(float complex);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 77 float __MINGW_ATTRIB_CONST cabsf (float _Complex);
169 __CRT_INLINE float __MINGW_ATTRIB_CONST cabsf (float _Complex _Z) function
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
complex.h 52 float cabsf(float complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
complex.h 52 float cabsf(float complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
complex.h 52 float cabsf(float complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
complex.h 52 float cabsf(float complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
complex.h 52 float cabsf(float complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
complex.h 52 float cabsf(float complex) __NDK_FPABI__;
  /external/clang/test/CodeGen/
libcall-declarations.c 182 float cabsf(float _Complex);
298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
481 // CHECK-NOERRNO: declare float @cabsf(<2 x float>) [[NUW]]
570 // CHECK-ERRNO: declare float @cabsf(<2 x float>) [[NUW]]
  /external/compiler-rt/test/builtins/Unit/
mulsc3_test.c 102 if (cabsf((r-z)/r) > 1.e-6)
  /external/ltrace/etc/
libm.so.conf 325 float cabsf(float_complex);
  /external/clang/lib/Headers/
tgmath.h 545 __tg_fabs(float _Complex __x) {return cabsf(__x);}
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 545 __tg_fabs(float _Complex __x) {return cabsf(__x);}
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 545 __tg_fabs(float _Complex __x) {return cabsf(__x);}
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 545 __tg_fabs(float _Complex __x) {return cabsf(__x);}
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 545 __tg_fabs(float _Complex __x) {return cabsf(__x);}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libm-2.11.1.so 
libm.so 
libm.so.6 

Completed in 2031 milliseconds

1 2 3