HomeSort by relevance Sort by last modified time
    Searched refs:atan2f (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 451 /* Define to 1 if you have the `atan2f' function. */
1271 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 472 /* Define to 1 if you have the `atan2f' function. */
1341 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 478 /* Define to 1 if you have the `atan2f' function. */
1359 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 478 /* Define to 1 if you have the `atan2f' function. */
1359 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 478 /* Define to 1 if you have the `atan2f' function. */
1359 # define atan2f macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 478 /* Define to 1 if you have the `atan2f' function. */
1359 # define atan2f macro
    [all...]
  /bionic/tests/
math_test.cpp 272 TEST(math, atan2f) {
273 ASSERT_FLOAT_EQ(0.0f, atan2f(0.0f, 0.0f));
  /external/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /frameworks/native/libs/input/
Input.cpp 445 float result = atan2f(x, -y);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.c 60 angW = -atan2f(q2[2], q2[1]);

Completed in 3400 milliseconds

1 2 3 45 6