HomeSort by relevance Sort by last modified time
    Searched refs:cos (Results 176 - 200 of 867) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 69 TEXT ·Cos(SB),NOSPLIT,$0
70 B ·cos(SB)
  /cts/tests/openglperf2/test/
MatrixTest.cpp 219 float cos = cosf(radians); local
221 cos, 0.0f, -sin, 0.0f,
223 sin, 0.0f, cos, 0.0f,
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /external/libopus/celt/
_kiss_fft_guts.h 155 /*# define KISS_FFT_COS(phase) TRIG_UPSCALE*floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase))))
157 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase))
161 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
165 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase)
  /external/speex/libspeex/
_kiss_fft_guts.h 133 # define KISS_FFT_COS(phase) floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase))))
137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
141 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase)
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
212 using ::cos;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
212 using ::cos;
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
212 using ::cos;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
212 using ::cos;
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 45 w1 = 2841 // 2048*sqrt(2)*cos(1*pi/16)
46 w2 = 2676 // 2048*sqrt(2)*cos(2*pi/16)
47 w3 = 2408 // 2048*sqrt(2)*cos(3*pi/16)
48 w5 = 1609 // 2048*sqrt(2)*cos(5*pi/16)
49 w6 = 1108 // 2048*sqrt(2)*cos(6*pi/16)
50 w7 = 565 // 2048*sqrt(2)*cos(7*pi/16)
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 45 w1 = 2841 // 2048*sqrt(2)*cos(1*pi/16)
46 w2 = 2676 // 2048*sqrt(2)*cos(2*pi/16)
47 w3 = 2408 // 2048*sqrt(2)*cos(3*pi/16)
48 w5 = 1609 // 2048*sqrt(2)*cos(5*pi/16)
49 w6 = 1108 // 2048*sqrt(2)*cos(6*pi/16)
50 w7 = 565 // 2048*sqrt(2)*cos(7*pi/16)
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 65 __DEVICE__ double cos(double);
66 __DEVICE__ float cos(float);
198 using ::cos;
  /external/mesa3d/src/gallium/state_trackers/vega/
vgu.c 289 coords[0] = x+cos(DEGREES_TO_RADIANS(startAngle))*width/2;
300 coords[i+3] = x + cos(DEGREES_TO_RADIANS(angle))*width/2;
311 coords[i+3] = x+cos(DEGREES_TO_RADIANS(last))*width/2;
323 coords[i+3] = x + cos(DEGREES_TO_RADIANS(angle)) * width/2;
334 coords[i+3] = x + cos(DEGREES_TO_RADIANS(last)) * width/2;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 519 float ny = (float) (- Math.cos(orientation) * Math.sin(tilt));
520 float nz = (float) Math.cos(tilt);
534 double vx = Math.cos(direction) * dispersion;
540 vy = temp * Math.cos(tilt) - vz * Math.sin(tilt);
541 vz = temp * Math.sin(tilt) + vz * Math.cos(tilt);
545 vx = temp * Math.cos(orientation) - vy * Math.sin(orientation);
546 vy = temp * Math.sin(orientation) + vy * Math.cos(orientation);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 207 double cos(double) __NDK_FPABI_MATH__;
485 void sincos(double x, double *sin, double *cos) __NDK_FPABI_MATH__;
486 void sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
487 void sincosl(long double x, long double *sin, long double *cos) __NDK_FPABI_MATH__;
696 void __builtin_sincos(double x, double *sin, double *cos) __NDK_FPABI_MATH__;
697 void __builtin_sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
698 void __builtin_sincosl(long double x, long double *sin, long double *cos) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 207 double cos(double) __NDK_FPABI_MATH__;
485 void sincos(double x, double *sin, double *cos) __NDK_FPABI_MATH__;
486 void sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
487 void sincosl(long double x, long double *sin, long double *cos) __NDK_FPABI_MATH__;
696 void __builtin_sincos(double x, double *sin, double *cos) __NDK_FPABI_MATH__;
697 void __builtin_sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
698 void __builtin_sincosl(long double x, long double *sin, long double *cos) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 207 double cos(double) __NDK_FPABI_MATH__;
485 void sincos(double x, double *sin, double *cos) __NDK_FPABI_MATH__;
486 void sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
487 void sincosl(long double x, long double *sin, long double *cos) __NDK_FPABI_MATH__;
696 void __builtin_sincos(double x, double *sin, double *cos) __NDK_FPABI_MATH__;
697 void __builtin_sincosf(float x, float *sin, float *cos) __NDK_FPABI_MATH__;
698 void __builtin_sincosl(long double x, long double *sin, long double *cos) __NDK_FPABI_MATH__;

Completed in 1563 milliseconds

1 2 3 4 5 6 78 91011>>