/bionic/libm/man/ |
tan.3 | 40 .Nm tanf 49 .Fn tanf "float x" 54 .Fn tanf
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fnfns.stdout.exp | 370 tanF( -2.0000e+00) = +2.1850e+00 371 tanF( -1.9001e+00) = +2.9261e+00 372 tanF( -1.8002e+00) = +4.2824e+00 373 tanF( -1.7003e+00) = +7.6786e+00 374 tanF( -1.6004e+00) = +3.3770e+01 375 tanF( -1.5005e+00) = -1.4202e+01 376 tanF( -1.4006e+00) = -5.8187e+00 377 tanF( -1.3007e+00) = -3.6119e+00 378 tanF( -1.2008e+00) = -2.5783e+00 379 tanF( -1.1009e+00) = -1.9691e+0 [all...] |
vcpu_fnfns.stdout.exp-darwin | 370 tanF( -2.0000e+00) = +2.1850e+00 371 tanF( -1.9001e+00) = +2.9261e+00 372 tanF( -1.8002e+00) = +4.2824e+00 373 tanF( -1.7003e+00) = +7.6786e+00 374 tanF( -1.6004e+00) = +3.3770e+01 375 tanF( -1.5005e+00) = -1.4202e+01 376 tanF( -1.4006e+00) = -5.8187e+00 377 tanF( -1.3007e+00) = -3.6119e+00 378 tanF( -1.2008e+00) = -2.5783e+00 379 tanF( -1.1009e+00) = -1.9691e+0 [all...] |
vcpu_fnfns.stdout.exp-glibc28-amd64 | 370 tanF( -2.0000e+00) = +2.1850e+00 371 tanF( -1.9001e+00) = +2.9261e+00 372 tanF( -1.8002e+00) = +4.2824e+00 373 tanF( -1.7003e+00) = +7.6786e+00 374 tanF( -1.6004e+00) = +3.3770e+01 375 tanF( -1.5005e+00) = -1.4202e+01 376 tanF( -1.4006e+00) = -5.8187e+00 377 tanF( -1.3007e+00) = -3.6119e+00 378 tanF( -1.2008e+00) = -2.5783e+00 379 tanF( -1.1009e+00) = -1.9691e+0 [all...] |
vcpu_fnfns.c | 75 printf(" tanF(%+20.4e) = %+20.4e\n", (double)f, (double)tanf(f));
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libm.so.functions.txt | 214 tanf
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libm.so.functions.txt | 173 tanf
|
/external/llvm/test/CodeGen/X86/ |
pr1505b.ll | 38 ; CHECK: tanf 39 %tmp9 = tail call float @tanf( float %tmp6 ) ; <float> [#uses=1] 72 declare float @tanf(float)
|
/external/skia/include/core/ |
SkFloatingPoint.h | 58 #define sk_float_tan(x) tanf(x)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/ |
libm.so | |
/bionic/libm/src/ |
s_tanf.c | 34 tanf(float x) function
|
/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);
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
FontCairo.cpp | 48 static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90);
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FontMac.mm | 208 matrix = CGAffineTransformConcat(matrix, CGAffineTransformMake(1, 0, -tanf(SYNTHETIC_OBLIQUE_ANGLE * acosf(0) / 90), 1, 0, 0));
|
/external/skia/src/core/ |
SkCordic.cpp | 233 float _tan = tanf(radian);
|
/frameworks/base/libs/ui/tests/ |
InputEvent_test.cpp | 573 ASSERT_NEAR(tanf(angle), tanf(event.getOrientation(i)), 0.1);
|
/bionic/libm/ |
Makefile-orig | 154 MLINKS+=tan.3 tanf.3
|
/bionic/libm/include/ |
math.h | 317 float tanf(float);
|
/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/mesa3d/src/mesa/main/ |
imports.h | 142 #define tanf(f) ((float) tan(f))
|
/external/webkit/Source/WebCore/svg/ |
SVGPathParser.cpp | 465 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta));
|
/frameworks/base/libs/rs/driver/ |
rsdRuntimeMath.cpp | 426 { "_Z3tanf", (void *)&tanf, true },
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
math.h | 316 float tanf(float);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
math.h | 316 float tanf(float);
|