summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gslieee754.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:57:56 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:57:56 -0600
commit37b0caa7580692b22c71552f3f01be1623ef024e (patch)
treecff054e06fca1e35d587f14b81672bee7e2fb6c7 /flow/gsl/gslieee754.h
parent6e637ec10f4d608e38c6b685524640c0247eb1ce (diff)
downloadarts-37b0caa7580692b22c71552f3f01be1623ef024e.tar.gz
arts-37b0caa7580692b22c71552f3f01be1623ef024e.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 6e637ec10f4d608e38c6b685524640c0247eb1ce.
Diffstat (limited to 'flow/gsl/gslieee754.h')
-rw-r--r--flow/gsl/gslieee754.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gslieee754.h b/flow/gsl/gslieee754.h
index 211b06c..6250842 100644
--- a/flow/gsl/gslieee754.h
+++ b/flow/gsl/gslieee754.h
@@ -26,14 +26,14 @@ extern "C" {
#endif /* __cplusplus */
-/* IEEE 754 single precision floating point layout:
+/* IEEE 754 single precision floating point tqlayout:
* 31 30 23 22 0
* +--------+---------------+---------------+
* | s 1bit | e[30:23] 8bit | f[22:0] 23bit |
* +--------+---------------+---------------+
* B0------------------->B1------->B2-->B3-->
*
- * IEEE 754 double precision floating point layout:
+ * IEEE 754 double precision floating point tqlayout:
* 63 62 52 51 32 31 0
* +--------+----------------+----------------+ +---------------+
* | s 1bit | e[62:52] 11bit | f[51:32] 20bit | | f[31:0] 32bit |