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

  /bionic/libm/
sincos.c 48 void sincosl(long double x, long double* p_sinl, long double* p_cosl) { function
  /bionic/libc/include/
math.h 407 void sincosl(long double __x, long double* __sin, long double* __cos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 787 /* Define to 1 if you have the `sincosl' function. */
1603 # define sincosl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 787 /* Define to 1 if you have the `sincosl' function. */
1603 # define sincosl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 787 /* Define to 1 if you have the `sincosl' function. */
1603 # define sincosl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 787 /* Define to 1 if you have the `sincosl' function. */
1603 # define sincosl macro
    [all...]
  /bionic/tests/
math_test.cpp 514 TEST(MATH_TEST, sincosl) {
516 sincosl(0.0L, &s, &c);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 249 void __cdecl sincosl (long double __x, long double *p_sin, long double *p_cos);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 497 milliseconds