diff test/long.c @ 244:39e28d6cfa56 ia32-long-long-done

ia32 long long done
author kono
date Thu, 06 May 2004 01:02:06 +0900
parents 2208a18f3799
children 3e8ba7024d25
line wrap: on
line diff
--- a/test/long.c	Thu May 06 00:01:40 2004 +0900
+++ b/test/long.c	Thu May 06 01:02:06 2004 +0900
@@ -187,12 +187,12 @@
 void
 test3()
 {
-    printf("%g %g %g %g %lld %lld %llu %llu\n",
+    printf("test3-1:%g\ntest3-2:%g\ntest3-3:%g\ntest3-4:%g\ntest3-5:%lld\ntest3-6:%lld\ntest3-7:%llu\ntest3-8:%llu\n",
 f2ll((long long ) -3423423234234LL),
 d2ll((long long ) -3423423234234LL),
 f2ull((unsigned long long ) 34234234234234LL),
 d2ull((unsigned long long ) 34234234234234LL),
-ll2f((float ) 2342423423423424234LL),
+ll2f((float )  2342423423423424234LL),
 ll2d((double ) 2344234234244234234LL),
 ull2f((float ) 2344234234244234234LL),
 ull2d((double )2332342343234234234LL)