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

  /device/google/contexthub/firmware/lib/libm/
wf_atan2.c 18 * wrapper atan2f(y,x)
25 float atan2f(float y, float x) /* wrapper atan2f */ function
27 float atan2f(y,x) /* wrapper atan2 */
43 return (double) atan2f((float) y, (float) x);
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 70 #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
  /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 484 /* Define to 1 if you have the `atan2f' function. */
1368 # define atan2f 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 484 /* Define to 1 if you have the `atan2f' function. */
1368 # define atan2f 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 484 /* Define to 1 if you have the `atan2f' function. */
1368 # define atan2f 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 484 /* Define to 1 if you have the `atan2f' function. */
1368 # define atan2f macro
    [all...]

Completed in 713 milliseconds