Searched refs:soft_status (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 124 static float_status soft_status; variable 323 res.f32 = float32_add(a, b, &soft_status); in bench() 326 res.f32 = float32_sub(a, b, &soft_status); in bench() 329 res.f = float32_mul(a, b, &soft_status); in bench() 332 res.f32 = float32_div(a, b, &soft_status); in bench() 335 res.f32 = float32_muladd(a, b, c, 0, &soft_status); in bench() 338 res.f32 = float32_sqrt(a, &soft_status); in bench() 341 res.u64 = float32_compare_quiet(a, b, &soft_status); in bench() 358 res.f64 = float64_add(a, b, &soft_status); in bench() 361 res.f64 = float64_sub(a, b, &soft_status); in bench() [all …]
|