Searched refs:testl (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/i386/
H A Dashrdi3.S27 testl %eax, %eax // check the sign-bit of the input
56 testl $0x20, %ecx // If count >= 32
H A Dashldi3.S46 testl $0x20, %ecx // If count >= 32
H A Dlshrdi3.S46 testl $0x20, %ecx // If count >= 32
/barrelfish-master/usr/tests/msun/
H A Drem_test.c44 static void testl(long double, long double, long double, int);
49 testl(x, y, e_r, e_q); \
78 testl(-0x1.23456789abcdefp-2000L, 0x1.fedcba987654321p-2000L,
101 testl(-0x1.0000000000003p+0, 0x1.0000000000003p+0, -0.0, -1);
103 testl(-0x1.0000000000001p-749, 0x1.4p-1072, 0x1p-1074, -1288490189);
144 testl(long double x, long double y, long double expected_rem, int expected_quo) function
H A Dnext_test.c56 #define testl(exp, ans, ex) do { \ macro
159 testl(nexttowardl(1.0, 1.0 + ldbl_eps), 1.0 + ldbl_eps, 0);
/barrelfish-master/lib/libc/amd64/gen/
H A Dsigsetjmp.S58 testl %esi,%esi

Completed in 54 milliseconds