Searched refs:ipartl (Results 1 – 1 of 1) sorted by relevance
117 long double ipartl; in test_modf() local128 ipartl = ipart = ipartf = 42.0; in test_modf()134 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()135 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()141 ipartl = ipart = ipartf = 42.0; in test_modf()146 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()147 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()