Searched defs:accuracy (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dpnvram.c102 grub_uint32_t *accuracy local
205 env = grub_env_get ("EfiEmu.pnvram.accuracy");
206 *accuracy = env ? grub_strtoul (env, 0, 0) : 50000000;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm471 # Return accuracy of utilization calculation between two snapshots The accuracy
474 # the time they were turned off, the accuracy is T1 / (T1 + T2), expressed in
477 sub accuracy subroutine
479 scalar @_ == 3 or _usage("accuracy(cookie, cookie1, pg)");
503 # Calculate accuracy as percentage
505 my $accuracy = $total ? ($trun * 100) / $total : 0;
506 $accuracy = int($accuracy + 0.5);
507 $accuracy
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm11 # _a : accuracy
27 use vars qw/$round_mode $accuracy $precision $div_scale $rnd_mode
141 $accuracy = undef;
250 sub accuracy subroutine
252 # $x->accuracy($a); ref($x) $a
253 # $x->accuracy(); ref($x)
254 # Class->accuracy(); class
255 # Class->accuracy($a); class $a
276 Carp::croak ('Argument to accuracy must be greater than zero');
280 require Carp; Carp::croak ('Argument to accuracy mus
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h761 grub_efi_uint32_t accuracy; member in struct:grub_efi_time_capabilities

Completed in 44 milliseconds