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

  /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
  /prebuilts/go/darwin-x86/src/math/
sincos.go 9 // Sincos returns Sin(x), Cos(x).
12 // Sincos(±0) = ±0, 1
13 // Sincos(±Inf) = NaN, NaN
14 // Sincos(NaN) = NaN, NaN
15 func Sincos(x float64) (sin, cos float64)
17 func sincos(x float64) (sin, cos float64) { func
  /prebuilts/go/linux-x86/src/math/
sincos.go 9 // Sincos returns Sin(x), Cos(x).
12 // Sincos(±0) = ±0, 1
13 // Sincos(±Inf) = NaN, NaN
14 // Sincos(NaN) = NaN, NaN
15 func Sincos(x float64) (sin, cos float64)
17 func sincos(x float64) (sin, cos float64) { func
  /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];
  /external/opencv3/modules/imgproc/src/
drawing.cpp 911 sincos( int angle, float& cosval, float& sinval ) function in namespace:cv
957 sincos( angle, alpha, beta );
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 748 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { function
752 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { function
756 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { function
760 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { function
2166 extern half __attribute__((overloadable)) sincos(half v, half *cosptr) { function
2171 extern half2 __attribute__((overloadable)) sincos(half2 v, half2 *cosptr) { function
2175 extern half3 __attribute__((overloadable)) sincos(half3 v, half3 *cosptr) { function
2179 extern half4 __attribute__((overloadable)) sincos(half4 v, half4 *cosptr) { function
    [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-linux-glibc2.15-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.15-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/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 785 /* Define to 1 if you have the `sincos' function. */
1607 # define sincos macro
    [all...]

Completed in 102 milliseconds