From 69169d2f3a715f777383d71db58229f3b7d99e6f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:07:43 -0600 Subject: [PATCH] Rename obsolete tq methods to standard names --- flow/gsl/gslieee754.h | 4 ++-- soundserver/kmedia2.idl | 2 +- 2 files changed, 3 insertions(+), 3 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 | diff --git a/soundserver/kmedia2.idl b/soundserver/kmedia2.idl index 96fd5a0..cdcb101 100644 --- a/soundserver/kmedia2.idl +++ b/soundserver/kmedia2.idl @@ -1,6 +1,6 @@ /* -NEW KMedia2 tqlayout: +NEW KMedia2 layout: =================== KMedia1 itself doesn't play anything. Instead it has a backend for every