Searched refs:computed (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.c13 DD computed; local
18 computed.ld = __floatditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
H A Dfloatunditf_test.c13 DD computed; local
18 computed.ld = __floatunditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
H A Dqsub_test.c118 long double computed = __gcc_qsub(a.ld, b.ld); local
120 DD c = { .ld = computed };

Completed in 52 milliseconds