HomeSort by relevance Sort by last modified time
    Searched full:tceb (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/none/tests/s390x/
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...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c     [all...]
guest_s390_toIR.c     [all...]

Completed in 280 milliseconds