Searched refs:test52 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in57 test52 test53 test54 test55 test56 test57 test58 test59 test60 test61 \
726 test52: $(PROG) test52.ref
734 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -Mfc. >test52.tmp 2>&1 || true
735 diff test52.ref test52.tmp
736 rm -f main.cf master.cf test52.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c5026 static void test52(void) function
5037 printf("no fpu available, test52 skipped\n");
5074 FAILED(buf[2] != (SLJIT_NUMBER_OF_SCRATCH_FLOAT_REGISTERS * 17.75 + SLJIT_NUMBER_OF_SAVED_FLOAT_REGISTERS * 6.25), "test52 case 1 failed\n");
5110 FAILED(buf[2] != (SLJIT_NUMBER_OF_SCRATCH_FLOAT_REGISTERS * -11.25 + SLJIT_NUMBER_OF_SAVED_FLOAT_REGISTERS * -32.5), "test52 case 2 failed\n");
5394 test52();

Completed in 219 milliseconds