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

1 2 3 4 5

  /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-mips/symbols/
libm.so.functions.txt 169 tanf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 182 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 51 #define sk_float_tan(x) tanf(x)
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /bionic/libm/src/
s_tanf.c 34 tanf(float x) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 194 /// float tanf(float x);
195 tanf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 113 "tanf",
232 TLI.setUnavailable(LibFunc::tanf);
  /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));

Completed in 664 milliseconds

1 2 3 4 5