HomeSort by relevance Sort by last modified time
    Searched full:cosf (Results 101 - 125 of 342) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/core/
SkCordic.cpp 209 float cosine = cosf(radian);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 236 {"cos", &lp_build_cos, &cosf, sincos_values, Elements(sincos_values), 20.0 },
  /external/skia/src/core/
SkCordic.cpp 209 float cosine = cosf(radian);
  /hardware/invensense/60xx/libsensors_iio/
libmplmpu.so 
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 425 SkPoint3 direction(cosf(azimuthRad) * cosf(elevationRad),
426 sinf(azimuthRad) * cosf(elevationRad),
FEColorMatrix.cpp 205 float cosHue = cosf(hue * piFloat / 180);
SkiaImageFilterBuilder.cpp 78 float cosHue = cosf(hue * piFloat / 180);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 166 /// float cosf(float x);
167 cosf, enumerator in enum:llvm::LibFunc::Func
690 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 523 float cos = cosf(angle);
556 pointerCoords[i].setAxisValue(AMOTION_EVENT_AXIS_Y, -cosf(angle) * RADIUS + 2);
585 ASSERT_NEAR(-cosf(angle) * RADIUS, event.getY(i), 0.001);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 257 float c = (float) cosf(radians);
  /external/bison/m4/
math_h.m4 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
  /external/llvm/test/CodeGen/AArch64/
illegal-float-ops.ll 16 ; CHECK: bl cosf
  /external/llvm/test/Transforms/InstCombine/
win-math.ll 90 ; WIN32-NOT: float @cosf
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 68 # more specifically functions like 'cosf' or 'sinf' inside it).
  /bionic/tests/
math_test.cpp 284 TEST(math, cosf) {
285 ASSERT_FLOAT_EQ(1.0f, cosf(0.0f));
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 99 "cosf",
458 TLI.setUnavailable(LibFunc::cosf);
  /frameworks/native/services/sensorservice/
Fusion.cpp 410 const float k0 = (1-cosf(lwedT))*(ilwe*ilwe);
412 const float k2 = cosf(hlwedT);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 71 float cosf(float x);
760 using ::cosf;
763 inline _LIBCPP_INLINE_VISIBILITY float cos(float __x) _NOEXCEPT {return cosf(__x);}
    [all...]
  /bionic/libm/include/
math.h 304 float cosf(float);
  /development/ndk/platforms/android-3/include/
math.h 314 float cosf(float);
  /development/ndk/platforms/android-9/include/
math.h 314 float cosf(float);
  /external/chromium_org/cc/output/
render_surface_filters.cc 71 float cos_hue = cosf(hue * kPi / 180.f);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 68 static INLINE float cosf( float f ) function
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 446 Name == "sinf" || Name == "sinl" || Name == "cos" || Name == "cosf" ||
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 68 static INLINE float cosf( float f ) function

Completed in 1146 milliseconds

1 2 3 45 6 7 8 91011>>