Searched refs:bestError (Results 1 – 3 of 3) sorted by relevance
69 Throwable bestError = results.get(0).error; in throwBestError() local73 bestError.addSuppressed(result.error); in throwBestError()76 if (bestError instanceof Error) { in throwBestError()77 throw (Error) bestError; in throwBestError()80 throw (Error) new UnsatisfiedLinkError(bestError.getMessage()).initCause(bestError); in throwBestError()
68 Throwable bestError = results.get(0).error; in throwBestError() local72 bestError.addSuppressed(result.error); in throwBestError()75 if (bestError instanceof Error) { in throwBestError()76 throw (Error) bestError; in throwBestError()79 throw (Error) new UnsatisfiedLinkError(bestError.getMessage()).initCause(bestError); in throwBestError()
2443 bestError = 1e+37f; in CompressClusterFit() local2594 if (error < bestError) in CompressClusterFit()2600 if (error < bestError) in CompressClusterFit()2604 bestError = error; in CompressClusterFit()