tcxb.c | 1 /* test data class tests for float, double, long double: TCEB, TCDB, TCXB */ 5 static int tcxb(long double f, long long num) function 9 asm volatile(" tcxb %1,0(%2)\n" 51 printf("%d", tcxb(+0.0l, 1UL<<i)); 52 printf("%d", tcxb(-0.0l, 1UL<<i)); 53 printf("%d", tcxb(+2.2l, 1UL<<i)); 54 printf("%d", tcxb(-2.2l, 1UL<<i)); 55 printf("%d", tcxb(+INFINITY, 1UL<<i)); 56 printf("%d", tcxb(-INFINITY, 1UL<<i)); 57 printf("%d", tcxb(+NAN, 1UL<<i)) [all...] |