Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/
Dtest-fma.c46 static int roundings[] = { variable
95 #define NROUND (sizeof(roundings)/sizeof(roundings[0]))
172 if (roundings[ro] == -1) in test_fmaf()
175 fesetround(roundings[ro]); in test_fmaf()
236 if (roundings[ro] == -1) in test_fma()
239 fesetround(roundings[ro]); in test_fma()
295 if (roundings[ro] == -1) in test_fmal()
298 fesetround(roundings[ro]); in test_fmal()
335 (void) roundings; in main()