Searched refs:round_flags (Results 1 – 4 of 4) sorted by relevance
25 float_mapping round_flags[] = { variable88 for (i = 0; i < ARRAY_SIZE(round_flags); ++i) { in CONVERT_SINGLE_TO_INT()89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_SINGLE_TO_INT()90 printf("### Rounding %s skipped\n", round_flags[i].desc); in CONVERT_SINGLE_TO_INT()93 printf("### Rounding %s\n", round_flags[i].desc); in CONVERT_SINGLE_TO_INT()
24 float_mapping round_flags[] = { variable83 for (i = 0; i < ARRAY_SIZE(round_flags); ++i) { in main()84 if (fesetround(round_flags[i].flag) != 0) { in main()85 printf("### Rounding %s skipped\n", round_flags[i].desc); in main()88 printf("### Rounding %s\n", round_flags[i].desc); in main()
25 float_mapping round_flags[] = { variable88 for (i = 0; i < ARRAY_SIZE(round_flags); ++i) { in CONVERT_DOUBLE_TO_INT()89 if (fesetround(round_flags[i].flag) != 0) { in CONVERT_DOUBLE_TO_INT()90 printf("### Rounding %s skipped\n", round_flags[i].desc); in CONVERT_DOUBLE_TO_INT()93 printf("### Rounding %s\n", round_flags[i].desc); in CONVERT_DOUBLE_TO_INT()
399 float_mapping round_flags[] = { variable412 for (i = 0; i < ARRAY_SIZE(round_flags); ++i) { in main()413 fesetround(round_flags[i].flag); in main()414 printf("### Rounding %s\n", round_flags[i].desc); in main()443 for (i = 0; i < ARRAY_SIZE(round_flags); ++i) { in main()444 fesetround(round_flags[i].flag); in main()445 printf("### Rounding %s\n", round_flags[i].desc); in main()