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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cosl.c 51 cosl(long double x) function
  /ndk/sources/android/support/src/
math_support.c 58 __attribute__((weak)) long double cosl(long double x) { return cos((double)x); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 94 inline long double cosl(long double v) { return __cosl(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /external/bison/darwin-lib/
math.h 813 # undef cosl
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
816 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
817 _GL_CXXALIASWARN (cosl);
819 # undef cosl macro
821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
822 "use gnulib module cosl for portability");
    [all...]
  /external/bison/lib/
math.in.h 501 # undef cosl macro
502 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
504 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
505 _GL_CXXALIASWARN (cosl); variable
507 # undef cosl macro
509 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
510 "use gnulib module cosl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 813 # undef cosl
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
816 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
817 _GL_CXXALIASWARN (cosl);
819 # undef cosl macro
821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
822 "use gnulib module cosl for portability");
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 369 /* Define to 1 if you have the `cosl' function. */
1178 # define cosl macro
    [all...]

Completed in 590 milliseconds

1 2 3