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

  /bionic/libm/
sincos.c 49 *p_sinl = sinl(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_sin.c 88 __weak_reference(sin, sinl);
s_sinl.c 46 sinl(long double x) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 533 /// long double sinl(long double x);
534 sinl, enumerator in enum:llvm::LibFunc::Func
730 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:
  /external/clang/test/CodeGen/
libcall-declarations.c 162 long double sinl(long double);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
461 // CHECK-NOERRNO: declare x86_fp80 @sinl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 126 case LibFunc::sinl:
  /external/bison/darwin-lib/
math.h 2156 # undef sinl macro
    [all...]
  /external/bison/lib/
math.in.h 1838 # undef sinl macro
1842 _GL_CXXALIASWARN (sinl); variable
1844 # undef sinl macro
    [all...]
  /external/bison/linux-lib/
math.h 2156 # undef sinl macro
    [all...]
  /bionic/libm/include/
math.h 456 long double sinl(long double);
  /external/ltrace/etc/
libm.so.conf 14 ldouble sinl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 480 long double sinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 483 long double sinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 475 long double sinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 475 long double sinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 456 long double sinl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 275 "sinl",
452 TLI.setUnavailable(LibFunc::sinl);
  /bionic/tests/
math_test.cpp 392 TEST(math, sinl) {
393 ASSERT_DOUBLE_EQ(0.0L, sinl(0.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 161 static_assert((std::is_same<decltype(sinl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 278 __tg_sin(long double __x) {return sinl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 366 static_assert((std::is_same<decltype(std::sinl(0)), long double>::value), "");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 378 milliseconds