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

  /external/fdlibm/
e_lgamma_r.c 159 static double sin_pi(double x) function
161 static double sin_pi(x)
233 t = sin_pi(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 160 * sin_pi(x) is only called for x < 0 and |x| < 2**(p-1) where p is
164 sin_pi(double x) function
228 t = sin_pi(x);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 666 typename tools::promote_args<T>::type sin_pi(T x, const Policy&);
669 typename tools::promote_args<T>::type sin_pi(T x);
    [all...]

Completed in 380 milliseconds