Searched refs:no_neg (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 195 bool no_neg) in fill_random() argument 204 if (no_neg && float32_is_neg(ops[i].f32)) { in fill_random() 211 if (no_neg && float64_is_neg(ops[i].f64)) { in fill_random() 218 if (no_neg && float128_is_neg(ops[i].f128)) { in fill_random() 232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench() argument 244 fill_random(ops, n_ops, prec, no_neg); in bench() 279 fill_random(ops, n_ops, prec, no_neg); in bench() 314 fill_random(ops, n_ops, prec, no_neg); in bench() 349 fill_random(ops, n_ops, prec, no_neg); in bench() 384 fill_random(ops, n_ops, prec, no_neg); in bench()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | decbin.S | 455 bpls no_neg |if exp is negative, 458 no_neg: label
|