HomeSort by relevance Sort by last modified time
    Searched full:atan2l (Results 101 - 125 of 307) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libm.so.6 
  /bionic/tests/
math_test.cpp 360 TEST(math, atan2l) {
361 ASSERT_DOUBLE_EQ(0.0L, atan2l(0.0L, 0.0L));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 487 /* Define to 1 if you have the `atan2l' function. */
1373 # define atan2l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 487 /* Define to 1 if you have the `atan2l' function. */
1373 # define atan2l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 487 /* Define to 1 if you have the `atan2l' function. */
1373 # define atan2l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 487 /* Define to 1 if you have the `atan2l' function. */
1373 # define atan2l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 487 /* Define to 1 if you have the `atan2l' function. */
1373 # define atan2l macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 487 /* Define to 1 if you have the `atan2l' function. */
1373 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 491 /* Define to 1 if you have the `atan2l' function. */
1387 # define atan2l macro
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 413 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 415 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 407 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 410 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 410 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 127 TLI.setUnavailable(LibFunc::atan2l);
  /ndk/sources/cxx-stl/llvm-libc++/
export_symbols.txt     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 410 long double atan2l(long double, long double) __NDK_FPABI_MATH__;

Completed in 1004 milliseconds

1 2 3 45 6 7 8 91011>>