HomeSort by relevance Sort by last modified time
    Searched defs:atan2f (Results 1 - 25 of 59) sorted by null

1 2 3

  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 70 #define atan2f(x,y) ml_atan2(x,y) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 82 #define atan2f(x,y) ml_atan2(x,y) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 70 #define atan2f(x,y) ml_atan2(x,y) macro
  /external/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /external/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 120 # define atan2f atan2 macro
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 120 #define atan2f(x,y) ((float) atan2(x,y)) macro
  /external/mesa3d/src/mesa/main/
imports.h 120 #define atan2f(x,y) ((float) atan2(x,y)) macro
  /external/bison/darwin-lib/
math.h 616 # undef atan2f
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
620 _GL_CXXALIASWARN (atan2f);
622 # undef atan2f macro
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
625 "use gnulib module atan2f for portability");
    [all...]
  /external/bison/lib/
math.in.h 304 # undef atan2f macro
305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
308 _GL_CXXALIASWARN (atan2f); variable
310 # undef atan2f macro
312 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
313 "use gnulib module atan2f for portability");
    [all...]
  /external/bison/linux-lib/
math.h 616 # undef atan2f
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
620 _GL_CXXALIASWARN (atan2f);
622 # undef atan2f macro
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
625 "use gnulib module atan2f for portability");
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 336 /* Define to 1 if you have the `atan2f' function. */
1133 # define atan2f macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 336 /* Define to 1 if you have the `atan2f' function. */
1133 # define atan2f macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 336 /* Define to 1 if you have the `atan2f' function. */
1133 # define atan2f macro
    [all...]

Completed in 2048 milliseconds

1 2 3