HomeSort by relevance Sort by last modified time
    Searched refs:tanl (Results 1 - 20 of 20) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tan.c 82 __weak_reference(tan, tanl);
s_tanl.c 52 tanl(long double x) function
  /external/clang/test/CodeGen/
libcall-declarations.c 171 long double tanl(long double);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
470 // CHECK-NOERRNO: declare x86_fp80 @tanl(x86_fp80) [[NUW]]
  /external/bison/darwin-lib/
math.h 2243 # undef tanl macro
    [all...]
  /external/bison/lib/
math.in.h 1925 # undef tanl macro
1929 _GL_CXXALIASWARN (tanl); variable
1931 # undef tanl macro
    [all...]
  /external/bison/linux-lib/
math.h 2243 # undef tanl macro
    [all...]
  /bionic/libm/include/
math.h 459 long double tanl(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 632 /// long double tanl(long double x);
633 tanl, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 26 ldouble tanl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 483 long double tanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 486 long double tanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 478 long double tanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 478 long double tanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 459 long double tanl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 324 "tanl",
455 TLI.setUnavailable(LibFunc::tanl);
  /bionic/tests/
math_test.cpp 404 TEST(math, tanl) {
405 ASSERT_DOUBLE_EQ(0.0L, tanl(0.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 185 static_assert((std::is_same<decltype(tanl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 307 __tg_tan(long double __x) {return tanl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 420 static_assert((std::is_same<decltype(std::tanl(0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 643 milliseconds