Home
last modified time | relevance | path

Searched refs:round_flags (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_convs.c25 float_mapping round_flags[] = { variable
88 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()
H A Dfloat_madds.c24 float_mapping round_flags[] = { variable
83 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()
H A Dfloat_convd.c25 float_mapping round_flags[] = { variable
88 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()
/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.c399 float_mapping round_flags[] = { variable
412 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()