HomeSort by: relevance | last modified time | path
    Searched defs:__quadmath_kernel_rem_pio2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/math/
rem_pio2q.c 18 * __quadmath_kernel_rem_pio2 (x,y,e0,nx,prec,ipio2)
21 * __quadmath_kernel_rem_pio2 return the last three digits of N with
154 __quadmath_kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2) function
568 n = __quadmath_kernel_rem_pio2 (tx, tx + 5, exp,
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
rem_pio2q.c 18 * __quadmath_kernel_rem_pio2 (x,y,e0,nx,prec,ipio2)
21 * __quadmath_kernel_rem_pio2 return the last three digits of N with
154 __quadmath_kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2) function
567 n = __quadmath_kernel_rem_pio2 (tx, tx + 5, exp,

Completed in 22 milliseconds