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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_remquol.c 68 remquol(long double x, long double y, int *quo) function
  /ndk/sources/android/support/src/
math_support.c 86 __attribute__((weak)) long double remquol(long double x, long double y, int* i) { return remquo((double)x, (double)y, i); } function

Completed in 117 milliseconds