Searched refs:rms (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcomplexity.h36 // - rms : Normalized Root Mean Squared Error.
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
46 double rms; member in struct:benchmark::LeastSq
H A Dcomplexity.cc100 double rms = 0.0;
103 rms += pow((time[i] - fit), 2);
108 result.rms = sqrt(rms / n.size()) / mean;
139 if (current_fit.rms < best_fit.rms) {
202 Run rms;
204 rms.benchmark_name = benchmark_name + "_RMS";
205 rms.report_label = big_o.report_label;
206 rms
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcomplexity.h36 // - rms : Normalized Root Mean Squared Error.
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
46 double rms; member in struct:benchmark::LeastSq
H A Dcomplexity.cc103 double rms = 0.0;
106 rms += pow((time[i] - fit), 2);
111 result.rms = sqrt(rms / n.size()) / mean;
142 if (current_fit.rms < best_fit.rms) {
208 Run rms;
209 rms.run_name = run_name;
211 rms.run_type = BenchmarkReporter::Run::RT_Aggregate;
212 rms
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A Dvms_fab.h8 #include <rms.h>
/netbsd-current/external/gpl2/gmake/dist/
H A Dvmsdir.h21 #include <rms.h>
H A Dvmsfunctions.c26 #include <rms.h>
/netbsd-current/external/bsd/ntp/dist/scripts/
H A Dplot_summary.in109 my ($lower_bound, $upper_bound, $rms);
131 # loop 216, 856106+/-874041.5, rms 117239.8, freq 67.52+/-10.335, var 4.850
139 $_ = $Fld[4]; s/,/ /; $rms = $_;
140 $min_rms = min($min_rms, $rms);
141 $max_rms = max($max_rms, $rms);
142 $line .= " $rms";
274 # ident cnt mean rms max delay dist disp
/netbsd-current/sys/arch/evbsh3/include/
H A Dbus_funcs.h174 __bs_nonsingle(rms,1,uint8_t,(t),(h),(o),(a),(c))
176 __bs_nonsingle(rms,2,uint16_t,(t),(h),(o),(a),(c))
178 __bs_nonsingle(rms,4,uint32_t,(t),(h),(o),(a),(c))
180 __bs_nonsingle(rms,8,uint64_t,(t),(h),(o),(a),(c))
/netbsd-current/sys/arch/mips/include/
H A Dbus_space_funcs.h180 __bs_nonsingle(rms,1,uint8_t,(t),(h),(o),(a),(c))
182 __bs_nonsingle(rms,2,uint16_t,(t),(h),(o),(a),(c))
184 __bs_nonsingle(rms,4,uint32_t,(t),(h),(o),(a),(c))
186 __bs_nonsingle(rms,8,uint64_t,(t),(h),(o),(a),(c))
/netbsd-current/sys/arch/atari/include/
H A Dbus_funcs.h165 __abs_nonsingle(rms,1,(t),(h),(o),(a),(c))
167 __abs_nonsingle(rms,2,(t),(h),(o),(a),(c))
169 __abs_nonsingle(rms,4,(t),(h),(o),(a),(c))
171 __abs_nonsingle(rms,8,(t),(h),(o),(a),(c))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dte-vms.c31 #include <vms/rms.h>
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dte-vms.c31 #include <vms/rms.h>
/netbsd-current/sys/arch/hpcmips/include/
H A Dbus.h425 __bs_nonsingle(rms,1,(t),(h),(o),(a),(c))
427 __bs_nonsingle(rms,2,(t),(h),(o),(a),(c))
429 __bs_nonsingle(rms,4,(t),(h),(o),(a),(c))
431 __bs_nonsingle(rms,8,(t),(h),(o),(a),(c))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_vms.c16 # include <rms.h>
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_vms.c16 # include <rms.h>
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dvms-misc.c36 #include <rms.h>
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dvms-misc.c36 #include <rms.h>
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dvms-misc.c36 #include <rms.h>
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dvms-misc.c36 #include <rms.h>
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvmsdbgout.c1626 #include <vms/rms.h>
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvmsdbgout.cc1627 #include <vms/rms.h>
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex1876 % -- rms.
2000 % rms does not like angle brackets --karl, 17may97.
/netbsd-current/external/gpl2/groff/dist/doc/
H A Dtexinfo.tex1810 % -- rms.
1906 % rms does not like angle brackets --karl, 17may97.
/netbsd-current/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.tex1810 % -- rms.
1906 % rms does not like angle brackets --karl, 17may97.

Completed in 421 milliseconds

12