Symbol: test1
regress/lib/libc/locale/check_isw/check_isw.c
144
test1();
regress/lib/libc/stdio_threading/flockfile/flockfile_test.c
60
if ((r = pthread_create(&thr, NULL, test1, NULL)))
regress/lib/libcrypto/evp/evptest.c
253
test1(c, key, kn, iv, in, plaintext, pn, ciphertext, cn, encdec);
regress/lib/libevent/event_regress.c
1226
const char* test1 = "1234567890\r\n";
regress/lib/libevent/event_regress.c
1235
evbuffer_add(buf, (u_char*)test1, strlen(test1));
regress/lib/libevent/event_regress.c
1236
evbuffer_drain(buf, strlen(test1));
regress/lib/libm/cephes/monot.c
283
fun1 = test1[i].func;
regress/lib/libm/cephes/monot.c
286
volat1 = test1[i].arg1;
regress/lib/libm/cephes/monot.c
292
dy = volat1 * test1[i].derivative;
regress/lib/libm/cephes/monot.c
293
dy = test1[i].answer2 + dy;
regress/lib/libm/cephes/monot.c
294
volat1 = test1[i].answer1 + dy;
regress/lib/libm/cephes/monot.c
300
err = volat2 - test1[i].answer1;
regress/lib/libm/cephes/monot.c
303
if (fabs (err) > ((OKERROR + test1[i].thresh) * MACHEP))
regress/lib/libm/cephes/monot.c
306
j, test1[i].name, x, volat2, err);
regress/lib/libm/cephes/monot.c
319
dy = volat1 * test1[i].derivative;
regress/lib/libm/cephes/monot.c
320
dy = test1[i].answer2 + dy;
regress/lib/libm/cephes/monot.c
321
volat1 = test1[i].answer1 + dy;
regress/lib/libm/cephes/monot.c
325
err = volat2 - test1[i].answer1;
regress/lib/libm/cephes/monot.c
328
if (fabs (err) > ((OKERROR + test1[i].thresh) * MACHEP))
regress/lib/libm/cephes/monot.c
331
j, test1[i].name, x, volat2, err);
regress/lib/libm/cephes/monot.c
88
static struct oneargument test1[] =
regress/lib/libm/cephes/monotl.c
375
fun1 = test1[i].func;
regress/lib/libm/cephes/monotl.c
379
volat1 = test1[i].arg1;
regress/lib/libm/cephes/monotl.c
388
dy = volat1 * test1[i].derivative;
regress/lib/libm/cephes/monotl.c
390
dy = test1[i].answer2 + dy;
regress/lib/libm/cephes/monotl.c
391
volat1 = test1[i].answer1 + dy;
regress/lib/libm/cephes/monotl.c
398
err = volat2 - test1[i].answer1;
regress/lib/libm/cephes/monotl.c
401
err_thresh = test1[i].thresh;
regress/lib/libm/cephes/monotl.c
414
j, test1[i].name, x, volat2, err);
regress/lib/libm/cephes/monotl.c
427
dy = volat1 * test1[i].derivative;
regress/lib/libm/cephes/monotl.c
428
dy = test1[i].answer2 + dy;
regress/lib/libm/cephes/monotl.c
429
volat1 = test1[i].answer1 + dy;
regress/lib/libm/cephes/monotl.c
433
err = volat2 - test1[i].answer1;
regress/lib/libm/cephes/monotl.c
435
err_thresh = test1[i].thresh;
regress/lib/libm/cephes/monotl.c
447
j, test1[i].name, x, volat2, err);
regress/lib/libm/cephes/monotl.c
94
static struct oneargument test1[] =
regress/lib/libm/cephes/monotll.c
694
fun1 = test1[i].func;
regress/lib/libm/cephes/monotll.c
695
if (test1[i].name == NULL)
regress/lib/libm/cephes/monotll.c
702
volat1 = test1[i].arg1;
regress/lib/libm/cephes/monotll.c
711
dy = volat1 * test1[i].derivative;
regress/lib/libm/cephes/monotll.c
713
dy = test1[i].answer2 + dy;
regress/lib/libm/cephes/monotll.c
714
volat1 = test1[i].answer1 + dy;
regress/lib/libm/cephes/monotll.c
719
if (! strcmp (test1[i].name, "jnl"))
regress/lib/libm/cephes/monotll.c
731
err = volat2 - test1[i].answer1;
regress/lib/libm/cephes/monotll.c
734
err_thresh = test1[i].thresh;
regress/lib/libm/cephes/monotll.c
747
j, test1[i].name, x, volat2, err);
regress/lib/libm/cephes/monotll.c
760
dy = volat1 * test1[i].derivative;
regress/lib/libm/cephes/monotll.c
761
dy = test1[i].answer2 + dy;
regress/lib/libm/cephes/monotll.c
762
volat1 = test1[i].answer1 + dy;
regress/lib/libm/cephes/monotll.c
766
if (! strcmp (test1[i].name, "jnl"))
regress/lib/libm/cephes/monotll.c
776
err = volat2 - test1[i].answer1;
regress/lib/libm/cephes/monotll.c
778
err_thresh = test1[i].thresh;
regress/lib/libm/cephes/monotll.c
790
j, test1[i].name, x, volat2, err);
regress/lib/libm/cephes/monotll.c
98
static struct oneargument test1[] =
regress/lib/libm/cephes/testvect.c
446
fun1 = test1[i].func;
regress/lib/libm/cephes/testvect.c
449
x1 = *(test1[i].arg1);
regress/lib/libm/cephes/testvect.c
451
answer = *(test1[i].answer);
regress/lib/libm/cephes/testvect.c
452
if (test1[i].thresh == 0)
regress/lib/libm/cephes/testvect.c
472
if (e > test1[i].thresh * MACHEP)
regress/lib/libm/cephes/testvect.c
476
test1[i].name, x1, y, answer);
regress/lib/libm/cephes/testvect.c
92
static struct oneargument test1[] =
regress/lib/libm/cephes/testvectl.c
112
static struct oneargument test1[] =
regress/lib/libm/cephes/testvectl.c
407
fun1 = test1[i].func;
regress/lib/libm/cephes/testvectl.c
410
x1 = *(test1[i].arg1);
regress/lib/libm/cephes/testvectl.c
412
answer = *(test1[i].answer);
regress/lib/libm/cephes/testvectl.c
413
if (test1[i].thresh == 0)
regress/lib/libm/cephes/testvectl.c
434
if (e > test1[i].thresh * MACHEPL)
regress/lib/libm/cephes/testvectl.c
438
test1[i].name, x1, y, answer);
regress/lib/libm/cephes/testvectll.c
116
static struct oneargument test1[] =
regress/lib/libm/cephes/testvectll.c
434
fun1 = test1[i].func;
regress/lib/libm/cephes/testvectll.c
437
x1 = *(test1[i].arg1);
regress/lib/libm/cephes/testvectll.c
439
answer = *(test1[i].answer);
regress/lib/libm/cephes/testvectll.c
440
if (test1[i].thresh == 0)
regress/lib/libm/cephes/testvectll.c
461
if (e > test1[i].thresh * MACHEPL)
regress/lib/libm/cephes/testvectll.c
465
test1[i].name, x1, y, answer);
regress/lib/libm/msun/fmaxmin_test.c
171
ATF_TP_ADD_TC(tp, test1);
regress/lib/libm/msun/fmaxmin_test.c
97
ATF_TC_WITHOUT_HEAD(test1);
regress/lib/libm/msun/fmaxmin_test.c
98
ATF_TC_BODY(test1, tc)
regress/lib/libpthread/stdarg/stdarg.c
69
ASSERT(test1("iclp", 1234, 'x', 123456789L, &thing) == 9);
regress/sys/kern/flock/flock.c
1860
{ test1, 0 },
regress/sys/kern/flock/lockf.c
104
{ test1, 0 },
sys/dev/ic/atw.c
1070
uint32_t test1;
sys/dev/ic/atw.c
1072
test1 = ATW_READ(sc, ATW_TEST1);
sys/dev/ic/atw.c
1073
test1 &= ~(ATW_TEST1_DBGREAD_MASK|ATW_TEST1_CONTROL);
sys/dev/ic/atw.c
1075
test1 |= LSHIFT(0x1, ATW_TEST1_DBGREAD_MASK) | ATW_TEST1_CONTROL;
sys/dev/ic/atw.c
1076
ATW_WRITE(sc, ATW_TEST1, test1);
sys/dev/ic/atw.c
3313
uint32_t test1, rra, rwa;
sys/dev/ic/atw.c
3341
test1 = ATW_READ(sc, ATW_TEST1);
sys/dev/ic/atw.c
3342
rra = (test1 >> 12) & 0x1ff;
sys/dev/ic/atw.c
3343
rwa = (test1 >> 2) & 0x1ff;
sys/dev/ic/atw.c
3345
if ((rra != rwa) && !(test1 & 0x2)) {