Searched refs:remquo (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dremainder.c6 return remquo(x, y, &q);
H A Dremquo.c4 double remquo(double x, double y, int* quo) { function
H A Dremquol.c5 return remquo(x, y, quo);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h307 double remquo(double, double, int*);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk390 $(LOCAL_DIR)/src/math/remquo.c \

Completed in 82 milliseconds