summaryrefslogtreecommitdiffstats
path: root/flow
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:07:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:07:43 -0600
commit69169d2f3a715f777383d71db58229f3b7d99e6f (patch)
treec4eb246265def9c4e09f1d7150fc73867c2ccf96 /flow
parentc5c1052f4bae9680eb77340b55e1c1e78c15d1f5 (diff)
downloadarts-69169d2f3a715f777383d71db58229f3b7d99e6f.tar.gz
arts-69169d2f3a715f777383d71db58229f3b7d99e6f.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'flow')
-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 6250842..211b06c 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 tqlayout:
+/* IEEE 754 single precision floating point layout:
* 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 tqlayout:
+ * IEEE 754 double precision floating point layout:
* 63 62 52 51 32 31 0
* +--------+----------------+----------------+ +---------------+
* | s 1bit | e[62:52] 11bit | f[51:32] 20bit | | f[31:0] 32bit |