Lines Matching refs:res
59 char* res;
129 res = bcl_string(n5);
130 if (res == NULL) err(BCL_ERROR_FATAL_ALLOC_ERR);
131 if (strcmp(res, "-25452.9108273")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
135 free(res);
140 res = bcl_string_keep(n3);
141 if (res == NULL) err(BCL_ERROR_FATAL_ALLOC_ERR);
142 if (strcmp(res, "-25452.9108273")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
146 free(res);
154 res = bcl_string(n5);
155 if (strcmp(res, "-351137.0060159482")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
156 free(res);
158 res = bcl_string(n6);
159 if (strcmp(res, ".00000152374405414")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
160 free(res);
168 res = bcl_string(n5);
169 if (strcmp(res, "-351137.0060159482")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
170 free(res);
172 res = bcl_string(n6);
173 if (strcmp(res, ".00000152374405414")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
174 free(res);
183 res = bcl_string(bcl_dup(n4));
185 if (strcmp(res, "94538.1346457028")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
187 free(res);
193 res = bcl_string(bcl_dup(n4));
195 if (strcmp(res, "94538.13464570280000000000"))
198 free(res);
204 res = bcl_string(bcl_dup(n4));
206 if (strcmp(res, "94538")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
208 free(res);
220 res = bcl_string(bcl_dup(n4));
222 if (strcmp(res, "94538")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
224 free(res);
286 res = bcl_string_keep(n);
287 if (strcmp(res, ".01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
289 free(res);
291 res = bcl_string(bcl_dup(n));
292 if (strcmp(res, ".01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
294 free(res);
296 res = bcl_string(bcl_dup(n2));
297 if (strcmp(res, "-.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
299 free(res);
301 res = bcl_string(bcl_dup(n3));
302 if (strcmp(res, "1.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
304 free(res);
306 res = bcl_string(bcl_dup(n4));
307 if (strcmp(res, "-1.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
309 free(res);
315 res = bcl_string(bcl_dup(n));
316 if (strcmp(res, "0.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
318 free(res);
320 res = bcl_string(bcl_dup(n2));
321 if (strcmp(res, "-0.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
323 free(res);
325 res = bcl_string(bcl_dup(n3));
326 if (strcmp(res, "1.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
328 free(res);
330 res = bcl_string(bcl_dup(n4));
331 if (strcmp(res, "-1.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
333 free(res);
339 res = bcl_string(n);
340 if (strcmp(res, ".01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
342 free(res);
344 res = bcl_string(n2);
345 if (strcmp(res, "-.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
347 free(res);
349 res = bcl_string(n3);
350 if (strcmp(res, "1.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
352 free(res);
354 res = bcl_string(n4);
355 if (strcmp(res, "-1.01")) err(BCL_ERROR_FATAL_UNKNOWN_ERR);
357 free(res);