HomeSort by relevance Sort by last modified time
    Searched refs:tanf (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanf.c 37 tanf(float x) function
s_ctanhf.c 69 t = tanf(y);
  /external/clang/test/CodeGen/
libcall-declarations.c 73 float tanf(float);
86 sqrtf, tan, tanl, tanf, trunc, truncl, truncf
157 // CHECK-NOERRNO: declare float @tanf(float) [[NUW]]
  /external/skia/include/core/
SkFloatingPoint.h 50 #define sk_float_tan(x) tanf(x)
  /external/skia/legacy/include/core/
SkFloatingPoint.h 51 #define sk_float_tan(x) tanf(x)
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 155 EXPORT_F32_FN_F32(tanf)
226 { "_Z3tanf", (void *)&tanf, true },
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.c 75 printf(" tanF(%+20.4e) = %+20.4e\n", (double)f, (double)tanf(f));
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 218 xform.eM21 = font->platformData().syntheticOblique() ? -tanf(syntheticObliqueAngle * piFloat / 180.0f) : 0;
237 initialGlyphTransform = CGAffineTransformConcat(initialGlyphTransform, CGAffineTransformMake(1, 0, tanf(syntheticObliqueAngle * piFloat / 180.0f), 1, 0, 0));
346 static float skew = -tanf(syntheticObliqueAngle * piFloat / 180.0f);
  /development/ndk/platforms/android-3/include/
math.h 316 float tanf(float);
  /development/ndk/platforms/android-9/include/
math.h 316 float tanf(float);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 48 static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 316 float tanf(float);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 316 float tanf(float);

Completed in 141 milliseconds

1 2 3 4