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

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 265 RETURN2PI(hx2_hi + x_hi, hx2_lo + x_lo + q);
267 RETURN2PI(x, hx2_lo + q + hx2_hi);
s_logl.c 671 RETURN2PI(val_hi, val_lo);
716 RETURN2PI(invln10_hi * hi,
735 RETURN2PI(invln2_hi * hi,
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 801 #define RETURN2PI(x, y) do { \
814 RETURN2PI((rp)->hi, (rp)->lo); \
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 645 #define RETURN2PI(x, y) do { \
658 RETURN2PI((rp)->hi, (rp)->lo); \

Completed in 364 milliseconds