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

1 2 3

  /bionic/libm/
sincos.c 30 // Disable sincos optimization for all functions in this file,
33 // -fno-builtin-sin or -fno-builtin-cos can disable sincos optimization,
38 void sincos(double x, double* p_sin, double* p_cos) { function
  /external/chromium_org/base/
os_compat_android.cc 61 // a single call to sincos(). This means that source code that looks like:
70 // sincos(angle, &s, &c);
72 // Unfortunately, sincos() and friends are not part of the Android libm.so
75 // because 'sincos' doesn't appear anywhere in the sources!).
77 // To solve this, we provide our own implementation of the sincos() function
94 void sincos(double angle, double* s, double *c) { function
  /external/opencv/cvaux/src/
cvhmmobs.cpp 514 static const double sincos[16 * 2] = { local
562 da0 = a0 = sincos[2 * n - 1];
563 db0 = b0 = sincos[2 * n - 2];
  /frameworks/rs/driver/runtime/
rs_cl.c 604 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { function
608 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { function
612 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { function
616 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 610 /* Define to 1 if you have the `sincos' function. */
1358 # define sincos macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
c++config.h 728 /* Define to 1 if you have the `sincos' function. */
1496 # define sincos macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
c++config.h 728 /* Define to 1 if you have the `sincos' function. */
1496 # define sincos macro
    [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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos 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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos 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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos 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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 728 /* Define to 1 if you have the `sincos' function. */
1496 # define sincos macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 728 /* Define to 1 if you have the `sincos' function. */
1496 # define sincos macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 728 /* Define to 1 if you have the `sincos' function. */
1496 # define sincos macro
    [all...]

Completed in 824 milliseconds

1 2 3