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

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabs.c 22 __weak_reference(cabs, cabsl);
w_cabsl.c 17 cabsl(long double complex z) function
  /development/ndk/platforms/android-L/arch-arm/symbols/
libm.so.functions.txt 50 cabsl
  /development/ndk/platforms/android-L/arch-mips/symbols/
libm.so.functions.txt 29 cabsl
  /development/ndk/platforms/android-L/arch-x86/symbols/
libm.so.functions.txt 25 cabsl
  /external/clang/test/Sema/
warn-absolute-value.c 14 long double cabsl(long double _Complex);
42 (void)cabsl(x);
43 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
104 (void)cabsl(x);
105 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
173 (void)cabsl(x);
174 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
241 (void)cabsl(x);
242 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of floating point type}}
306 (void)cabsl(x)
    [all...]
  /external/clang/test/SemaCXX/
warn-absolute-value.cpp 15 long double cabsl(long double _Complex);
63 (void)cabsl(x);
64 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
127 (void)cabsl(x);
128 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
198 (void)cabsl(x);
199 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
268 (void)cabsl(x);
269 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of floating point type}}
335 (void)cabsl(x)
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libm.so 
  /bionic/libm/include/
complex.h 53 long double cabsl(long double complex);
  /development/ndk/platforms/android-L/include/
complex.h 53 long double cabsl(long double complex);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 100 long double __MINGW_ATTRIB_CONST cabsl (long double _Complex);
195 __CRT_INLINE long double __MINGW_ATTRIB_CONST cabsl (long double _Complex _Z) function
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
complex.h 53 long double cabsl(long double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
complex.h 53 long double cabsl(long double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
complex.h 53 long double cabsl(long double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
complex.h 53 long double cabsl(long double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
complex.h 53 long double cabsl(long double complex) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
complex.h 53 long double cabsl(long double complex) __NDK_FPABI__;
  /external/ltrace/etc/
libm.so.conf 326 ldouble cabsl(ldouble_complex);
  /prebuilts/sdk/renderscript/lib/arm/
libm.so 
  /external/clang/test/CodeGen/
libcall-declarations.c 183 long double cabsl(long double _Complex);
298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
  /external/clang/lib/Headers/
tgmath.h 553 __tg_fabs(long double _Complex __x) {return cabsl(__x);}

Completed in 620 milliseconds

1 2 3 4