Home | History | Annotate | Download | only in tests

Lines Matching defs:quo

1770   int quo;
1771 double res = remquo(29.0, 3.0, &quo);
1773 EXPECT_NOT_POISONED(quo);
1777 int quo;
1778 float res = remquof(29.0, 3.0, &quo);
1780 EXPECT_NOT_POISONED(quo);
1784 int quo;
1785 long double res = remquof(29.0, 3.0, &quo);
1787 EXPECT_NOT_POISONED(quo);