tcxb.c | 1 /* test data class tests for float, double, long double: TCEB, TCDB, TCXB */ 31 static int tceb(float f, long long num) function 35 asm volatile(" tceb %1,0(%2)\n" 82 printf("%d", tceb(+0.0f, 1UL<<i)); 83 printf("%d", tceb(-0.0f, 1UL<<i)); 84 printf("%d", tceb(+2.2f, 1UL<<i)); 85 printf("%d", tceb(-2.2f, 1UL<<i)); 86 printf("%d", tceb(+INFINITY, 1UL<<i)); 87 printf("%d", tceb(-INFINITY, 1UL<<i)); 88 printf("%d", tceb(+NAN, 1UL<<i)) [all...] |