Searched refs:estimate (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dlibgcc.S45 ; Let r be the reciprocal of the divisor v and let the ith estimate
47 ; improve the estimate of r, given an initial estimate r[0], where
75 ; r0 = estimate of r, r1 = tmp, r2 = dividend, r3 = divisor
76 rcpf r3, r0 ; Compute initial estimate r[0]
104 ; Initial estimate r[0] = 1.0 * 2^(-e - 1)
107 ; r0 = estimate of r, r1 = tmp, r2 = dividend, r3 = divisor
109 ; Calculate initial estimate r[0]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dlibgcc.S45 ; Let r be the reciprocal of the divisor v and let the ith estimate
47 ; improve the estimate of r, given an initial estimate r[0], where
75 ; r0 = estimate of r, r1 = tmp, r2 = dividend, r3 = divisor
76 rcpf r3, r0 ; Compute initial estimate r[0]
104 ; Initial estimate r[0] = 1.0 * 2^(-e - 1)
107 ; r0 = estimate of r, r1 = tmp, r2 = dividend, r3 = divisor
109 ; Calculate initial estimate r[0]
/openbsd-current/regress/sys/altivec_ast/
H A Dvecast.c102 double estimate = u.f[i]; local
108 error = fabs(target / (estimate - target));
111 error = fabs(1 / (estimate - target));
127 warnx("%a is off %a by 1/%g", estimate, target,
/openbsd-current/usr.sbin/quot/
H A Dquot.c51 static char estimate; variable
327 sz = estimate ? virtualblocks(super, dp) :
381 estimate ? virtualblocks(super, dp) :
565 estimate = 1;
/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demangle.c2647 int estimate, size_t *palc)
2653 dpi.alc = estimate + 1;
3785 int estimate; local
3868 estimate = len + di.expansion + 10 * di.did_subs;
3869 estimate += estimate / 8;
3873 ret = cplus_demangle_print (options, dc, estimate, palc);
3886 if (rlen > 2 * estimate)
3887 printf ("*** Length %d much greater than estimate %d\n",
3888 rlen, estimate);
2646 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.t163 my $estimate = int (100 * $in_threesecs_adj / 3) / 100;
164 print "# from the 3 second run estimate $estimate iterations in 1 second...\n";
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlb1spc.asm112 * Current estimate for non-large dividend is
461 * Current estimate for non-large dividend is
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlb1spc.asm112 * Current estimate for non-large dividend is
461 * Current estimate for non-large dividend is
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm1652 future usage. Use MemoryRegionSize() to get a high estimate on the length

Completed in 261 milliseconds