Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mips/
A Dtst-mode-switch-3.c55 register float test1 __asm ("$f20"); in do_test()
61 : "=f" (test1), "=f" (test2) in do_test()
68 __asm __volatile ("" : : "f" (test1), "f" (test2)); in do_test()
70 if (test1 != check1 || test2 != check2) in do_test()
73 test1, check1, test2, check2); in do_test()
/sysdeps/pthread/
A Dtst-pt-tls4.c28 void (*test1) (void), (*test2) (void); variable
47 test1 (); in tf()
132 test1 = dlsym (h, "test1"); in do_test()
133 if (test1 == NULL) in do_test()
A Dtst-tls4moda.c25 test1 (void) in test1() function
A Dtst-tls4modb.c29 test1 (void) in test1() function

Completed in 7 milliseconds