HomeSort by relevance Sort by last modified time
    Searched refs:cosf (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /external/skia/include/private/
SkFloatingPoint.h 36 #define sk_float_cos(x) cosf(x)
  /external/vulkan-validation-layers/demos/
linmath.h 185 float c = cosf(angle);
213 float c = cosf(angle);
219 float c = cosf(angle);
225 float c = cosf(angle);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 117 EXPORT_F32_FN_F32(cosf)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 56 __DEVICE__ float cos(float __x) { return ::cosf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 56 __DEVICE__ float cos(float __x) { return ::cosf(__x); }
  /prebuilts/ndk/r16/sources/android/ndk_helper/
tapCamera.cpp 278 cosf( -camera_rotation_now_ * 0.5f ) );
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 56 __DEVICE__ float cos(float __x) { return ::cosf(__x); }
  /frameworks/av/media/libaaudio/examples/loopback/src/
LoopbackAnalyzer.h 746 mCosAccumulator += sample * cosf(mPhase);
781 mCosAccumulator += sample * cosf(mPhase);
  /frameworks/base/libs/hwui/
Matrix.cpp 323 float c = cosf(angle);
347 float c = cosf(angle);
PathTessellator.cpp 292 Vector2 beginRadialOffset = {cosf(beginTheta), sinf(beginTheta)};
298 Vector2 endRadialOffset = {cosf(endTheta), sinf(endTheta)};
457 Vector2 radialOffset = {cosf(theta), sinf(theta)};
    [all...]
  /bionic/tests/headers/posix/
math_h.c 160 FUNCTION(cosf, float (*f)(float));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 308 {"cos", &lp_build_cos, &cosf, sincos_values, ARRAY_SIZE(sincos_values), 20.0 },
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 158 sys::DynamicLibrary::AddSymbol("cosf", &cosf);
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppressor.cc 382 scaled_mean * cosf(phase);
  /bionic/libc/include/
math.h 95 float cosf(float __x);
  /cts/tests/openglperf2/jni/graphics/
Matrix.cpp 257 float c = (float) cosf(radians);
  /frameworks/rs/
rsMatrix4x4.cpp 210 c = cosf(rot);
  /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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf 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 511 /* Define to 1 if you have the `cosf' function. */
1398 # define cosf macro
    [all...]
  /device/google/contexthub/firmware/os/algos/
fusion.c 291 float k0 = (1.0f - cosf(lwedT)) * (ilwe * ilwe);
293 float k2 = cosf(hlwedT);
  /bionic/tests/
math_test.cpp 480 TEST(MATH_TEST, cosf) {
481 ASSERT_FLOAT_EQ(1.0f, cosf(0.0f));
    [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 414 return half(::cosf(float(a)));
  /external/skia/samplecode/
SamplePathText.cpp 372 fDirsX[i] = cosf(kAverageAngle + offsetAngle);

Completed in 1279 milliseconds

1 23 4 5 6