HomeSort by: relevance | last modified time | path
    Searched refs:fit (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
complexity.cc 105 double fit = result.coef * fitting_curve(n[i]);
106 rms += pow((time[i] - fit), 2);
140 for (const auto& fit : fit_curves) {
141 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
144 best_fit.complexity = fit;
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
complexity.cc 74 // http://github.com/ismaelJimenez/Minimal-Cpp-Least-Squared-Fit
102 double fit = result.coef * fitting_curve(n[i]);
103 rms += pow((time[i] - fit), 2);
137 for (const auto& fit : fit_curves) {
138 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
141 best_fit.complexity = fit;
  /src/lib/libc/arch/sparc/gen/
fixunsdfsi.S 76 ! d does not fit in an int, so subtract 2^31, convert,
  /src/lib/libc/arch/sparc64/gen/
fixunsdfsi.S 80 ! d does not fit in an int, so subtract 2^63, convert,
  /src/external/bsd/elftosb/dist/common/
StExecutableImage.cpp 152 AddressFilterList::const_iterator fit = m_filters.begin(); local
153 for (; fit != m_filters.end(); ++fit)
155 const AddressFilter & filter = *fit;
  /src/common/dist/zlib/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/common/dist/zlib/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /src/external/mit/isl/dist/doc/
manual.tex 15 \usetikzlibrary{matrix,fit,backgrounds,decorations.pathmorphing,positioning}
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.h 181 struct scatterlist *sgl, *fit; member in struct:i915_gpu_coredump
  /src/doc/
TODO.compat-module 50 14. Organized (some of) the netbsd32 machine-dependent code to fit a
  /src/sys/dev/ic/
bhareg.h 39 * or use in any manner that they see fit as long as this message is kept with
172 WARNING...THIS WON'T WORK(won't fit on 1 page)
  /src/external/gpl2/xcvs/dist/lib/
vasnprintf.c 803 /* The snprintf() result did fit. */
841 /* We could produce such a big string, but its length doesn't fit into
  /src/crypto/external/bsd/openssl/dist/include/openssl/
cmp.h.in 139 # error CMP_PKIFAILUREINFO_MAX bit pattern does not fit in type int
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
lexer.d 1854 error(loc, "%d does not fit in 16 bits", d1);
1856 error(loc, "%d does not fit in 16 bits", d2);
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
sqr_basecase.asm 45 dnl addmul to fit in single bytes. This means a maximum UNROLL_COUNT of
378 dnl displacements in the unrolled code fit in a byte for UNROLL_COUNT
aorsmul_1.asm 58 dnl Unrolling to 16 limbs/loop makes the unrolled loop fit exactly in a 256
  /src/external/lgpl3/gmp/dist/doc/
configuration 222 which abbreviates subdirectory names to fit an 8.3 filesystem.

Completed in 30 milliseconds

1 2 3 4