Changeset 6484 for trunk/psLib/test/math/tst_psStats09.c
- Timestamp:
- Feb 24, 2006, 1:43:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psStats09.c (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psStats09.c
r6307 r6484 68 68 for (psS32 i=0;i<numData;i++) { 69 69 in->data.F32[i] = (psF32) i; 70 in->n++; 70 71 } 71 72 … … 82 83 for (psS32 i=0;i<numData;i++) { 83 84 in->data.F64[i] = (psF64) i; 85 in->n++; 84 86 } 85 87 … … 96 98 for (psS32 i=0;i<numData;i++) { 97 99 in->data.S8[i] = (psS8) i; 100 in->n++; 98 101 } 99 102 … … 110 113 for (psS32 i=0;i<numData;i++) { 111 114 in->data.U16[i] = (psU16) i; 115 in->n++; 112 116 } 113 117 … … 124 128 for (psS32 i=0;i<numData;i++) { 125 129 in->data.S32[i] = (psS32) i; 130 in->n++; 126 131 } 127 132 … … 142 147 for (psS32 i=0;i<numData;i++) { 143 148 errors->data.F32[i] = ERRORS; 149 errors->n++; 144 150 } 145 151 … … 156 162 for (psS32 i=0;i<numData;i++) { 157 163 errors->data.F64[i] = ERRORS; 164 errors->n++; 158 165 } 159 166 … … 170 177 for (psS32 i=0;i<numData;i++) { 171 178 errors->data.S8[i] = (psS8) ERRORS; 179 errors->n++; 172 180 } 173 181 … … 184 192 for (psS32 i=0;i<numData;i++) { 185 193 errors->data.U16[i] = (psU16) ERRORS; 194 errors->n++; 186 195 } 187 196 … … 198 207 for (psS32 i=0;i<numData;i++) { 199 208 errors->data.S32[i] = (psS32) ERRORS; 209 errors->n++; 200 210 } 201 211 … … 217 227 for (psS32 i=0;i<numData;i++) { 218 228 mask->data.U8[i] = (psU8) 0; 229 mask->n++; 219 230 } 220 231 … … 231 242 for (psS32 i=0;i<numData;i++) { 232 243 mask->data.S32[i] = (psS32) 0; 244 mask->n++; 233 245 } 234 246
Note:
See TracChangeset
for help on using the changeset viewer.
