/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 *psin, double *pcos) function
|
Android.mk | 6 sincos.c \
|
/external/stlport/src/ |
sincos.c | 31 * This file is almost the same as bionic/libm/sincos.c except 34 * have sincos(), sincosf() and sincosl(). These functions are used 40 void HIDDEN sincos(double x, double *psin, double *pcos) function
|
/external/stlport/ |
Android.mk | 46 # have the sincos*() functions. 48 LOCAL_SRC_FILES += src/sincos.c
|
/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];
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 82 __MATHDECL (void,sincos,,
|
/bionic/libm/include/ |
math.h | 488 void sincos(double x, double *sin, double *cos);
|
/development/ndk/platforms/android-9/include/ |
math.h | 485 void sincos(double x, double *sin, double *cos);
|
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/ |
math.h | 485 void sincos(double x, double *sin, double *cos);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/ |
math.h | 485 void sincos(double x, double *sin, double *cos);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/ |
math.h | 485 void sincos(double x, double *sin, double *cos);
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/ |
c++config.h | 610 /* Define to 1 if you have the `sincos' function. */ 1358 # define sincos macro [all...] |
/prebuilt/ndk/android-ndk-r5/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...] |
/prebuilt/ndk/android-ndk-r5/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...] |
/prebuilt/ndk/android-ndk-r6/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...] |
/prebuilt/ndk/android-ndk-r6/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...] |
/prebuilt/ndk/android-ndk-r6/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...] |
/frameworks/base/libs/rs/scriptc/ |
rs_cl.rsh | 602 _RS_RUNTIME float __attribute__((overloadable)) sincos(float v, float *cosptr); 603 FN_FUNC_FN_PFN(sincos);
|