HomeSort by relevance Sort by last modified time
    Searched defs:__kernel_sin (Results 1 - 5 of 5) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sin.c 17 /* __kernel_sin( x, y, iy)
60 __kernel_sin(double x, double y, int iy) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
k_sin.c 18 /* __kernel_sin( x, y, iy)
59 __kernel_sin(double x, double y, int iy) function
  /external/fdlibm/
k_sin.c 14 /* __kernel_sin( x, y, iy)
58 double __kernel_sin(double x, double y, int iy) function
60 double __kernel_sin(x, y, iy)
  /libcore/ojluni/src/main/native/
jfdlibm.h 93 #define __kernel_sin __j__kernel_sin macro
  /external/v8/src/base/
ieee754.cc 166 double __kernel_sin(double x, double y, int iy) WARN_UNUSED_RESULT;
701 /* __kernel_sin( x, y, iy)
728 V8_INLINE double __kernel_sin(double x, double y, int iy) { function in namespace:v8::base::ieee754::__anon40780
    [all...]

Completed in 216 milliseconds