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

1 2

  /device/google/contexthub/lib/libm/
sf_cos.c 25 float cosf(float x) function
27 float cosf(x)
65 return (double) cosf((float) x);
  /device/google/contexthub/firmware/inc/cpu/cortexm4f/
nanohub_math.h 23 #define cosf arm_cos_f32 macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cosf.c 39 cosf(float x) function
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 68 #define cosf(x) ml_cos(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 68 #define cosf(x) ml_cos(x) macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /external/mesa3d/src/mesa/main/
imports.h 123 #define cosf(f) ((float) cos(f)) macro
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 68 static INLINE float cosf( float f ) function
  /external/bison/darwin-lib/
math.h 798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf macro
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
807 "use gnulib module cosf for portability");
    [all...]
  /external/bison/lib/
math.in.h 486 # undef cosf macro
487 _GL_FUNCDECL_SYS (cosf, float, (float x));
489 _GL_CXXALIAS_SYS (cosf, float, (float x));
490 _GL_CXXALIASWARN (cosf); variable
492 # undef cosf macro
494 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
495 "use gnulib module cosf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf macro
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
807 "use gnulib module cosf for portability");
    [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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]

Completed in 1492 milliseconds

1 2