Displaying 1 result from an estimated 1 matches for "print_d64_sparc".
2006 Nov 15
0
How to print out float/double arguments from arg0, arg1, ...?
...= %f\n", \
"val", VALUE.f32[1]);
#define PRINT_F32_i386(val) \
VALUE.s64 = val; \
printf("\n%s = %f\n", \
"val", VALUE.f32[0]);
#define PRINT_D64_sparc(val) \
VALUE.s64 = val; \
this->temp = VALUE.s32[0]; \
VALUE.s32[0] = VALUE.s32[1]; \
VALUE.s32[1] = this->temp; \
printf("\n%s = %f\n", \...