Lines Matching refs:bDifferent
224 bool bDifferent = false; in STREAM_Copy_verify() local
226 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Copy_verify()
231 bDifferent = (relErrorULPS > 2.f); in STREAM_Copy_verify()
234 return bDifferent; in STREAM_Copy_verify()
240 bool bDifferent = false; in STREAM_Copy_verify_double() local
242 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Copy_verify_double()
247 bDifferent = (relErrorULPS > 2.); in STREAM_Copy_verify_double()
250 return bDifferent; in STREAM_Copy_verify_double()
256 bool bDifferent = false; in STREAM_Scale_verify() local
258 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Scale_verify()
263 bDifferent = (relErrorULPS > 2.f); in STREAM_Scale_verify()
266 return bDifferent; in STREAM_Scale_verify()
272 bool bDifferent = false; in STREAM_Scale_verify_double() local
274 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Scale_verify_double()
279 bDifferent = (relErrorULPS > 2.); in STREAM_Scale_verify_double()
282 return bDifferent; in STREAM_Scale_verify_double()
288 bool bDifferent = false; in STREAM_Add_verify() local
290 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Add_verify()
295 bDifferent = (relErrorULPS > 2.f); in STREAM_Add_verify()
298 return bDifferent; in STREAM_Add_verify()
304 bool bDifferent = false; in STREAM_Add_verify_double() local
306 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Add_verify_double()
311 bDifferent = (relErrorULPS > 2.); in STREAM_Add_verify_double()
314 return bDifferent; in STREAM_Add_verify_double()
320 bool bDifferent = false; in STREAM_Triad_verify() local
322 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Triad_verify()
327 bDifferent = (relErrorULPS > 3.f); in STREAM_Triad_verify()
330 return bDifferent; in STREAM_Triad_verify()
336 bool bDifferent = false; in STREAM_Triad_verify_double() local
338 for (idx = 0; idx < len && !bDifferent; idx++) { in STREAM_Triad_verify_double()
343 bDifferent = (relErrorULPS > 3.); in STREAM_Triad_verify_double()
346 return bDifferent; in STREAM_Triad_verify_double()