Lines Matching refs:roundf
146 assert ((int) roundf (pv * 1000.) == 123); in main()
152 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
163 assert ((int) roundf (pv * 1000.) == 123); in main()
168 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
179 assert ((int) roundf (pv * 1000.) == 123); in main()
184 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
195 assert ((int) roundf (pv * 1000.) == 123); in main()
200 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
211 assert ((int) roundf (pv * 1000.) == 123); in main()
216 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
227 assert ((int) roundf (pv * 1000.) == -123); in main()
232 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == -123); in main()
243 assert ((int) roundf (pv * 1000.) == -123); in main()
248 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == -123); in main()