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

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 793 /* Define to 1 if you have the `sinl' function. */
1614 # define sinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 793 /* Define to 1 if you have the `sinl' function. */
1614 # define sinl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 793 /* Define to 1 if you have the `sinl' function. */
1614 # define sinl macro
    [all...]
  /bionic/tests/
math_test.cpp 300 TEST(math, sinl) {
301 ASSERT_FLOAT_EQ(0.0, sinl(0.0));
  /external/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.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);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 278 __tg_sin(long double __x) {return sinl(__x);}
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 353 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 910 milliseconds

1 2 3 45