Home
last modified time | relevance | path

Searched full:tester (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/fp/
H A Dfp-bench.c78 enum tester { enum
127 static enum tester tester; variable
535 fprintf(stderr, " -t = tester (%s). Default: %s\n", in usage_complete()
537 fprintf(stderr, " -z = flush inputs to zero (soft tester only). " in usage_complete()
539 fprintf(stderr, " -Z = flush output to zero (soft tester only). " in usage_complete()
669 fprintf(stderr, "Unsupported tester '%s'\n", optarg); in parse_args()
672 tester = val; in parse_args()
683 /* set precision and rounding mode based on the tester */ in parse_args()
684 switch (tester) { in parse_args()
/qemu/
H A D.patchew.yml57 Tester {{ tester }} out of space when running {{ test }}
/qemu/tests/qapi-schema/
H A Dtest-qapi.py196 description='QAPI schema tester')
/qemu/libdecnumber/
H A DdecContext.c44 /* compile-time endian tester [assumes sizeof(Int)>1] */