Home
last modified time | relevance | path

Searched refs:magnitude (Results 1 – 25 of 70) sorted by relevance

123

/netbsd/src/external/bsd/top/dist/
Dap_snprintf.c357 register u_wide_int magnitude; in conv_10() local
360 magnitude = (u_wide_int) num; in conv_10()
378 magnitude = ((u_wide_int) -t) + 1; in conv_10()
381 magnitude = (u_wide_int) num; in conv_10()
388 register u_wide_int new_magnitude = magnitude / 10; in conv_10()
390 *--p = (char) (magnitude - new_magnitude * 10 + '0'); in conv_10()
391 magnitude = new_magnitude; in conv_10()
393 while (magnitude); in conv_10()
404 u_widest_int magnitude; in conv_10_quad() local
416 magnitude = (u_widest_int) num; in conv_10_quad()
[all …]
/netbsd/src/sys/arch/sparc/fpu/
Dfpu_compare.c133 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
/netbsd/src/sys/arch/powerpc/fpu/
Dfpu_compare.c142 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcompare_two_ftime_report_sets153 magnitude = abs(number)
154 significance = math.floor(math.log10(magnitude))
/netbsd/src/external/bsd/ntp/dist/
DTODO11 970318: in hourly_stats(?), squawk if the magnitude of the drift is,
/netbsd/src/external/lgpl3/gmp/dist/mini-gmp/
DREADME58 it will be many orders of magnitude slower than GMP for very large
/netbsd/src/sys/arch/m68k/fpsp/
Dx_ovfl.sa53 * RZ Largest magnitude number, with the sign of the
Dutil.sa70 * ;largest magnitude +sgl in ext
72 * ;largest magnitude +dbl in ext
Dslogn.sa513 fabs.x fp0 ;test magnitude
Dsetox.sa66 * argument X whose magnitude is less than 16380 log2, which
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dcomplex82 /// Return magnitude of @a z.
86 /// Return @a z magnitude squared.
92 /// Return complex with magnitude @a rho and angle @a theta.
608 // 26.2.7/3 abs(__z): Returns the magnitude of __z.
671 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
/netbsd/src/external/gpl3/binutils/dist/cpu/
Depiphany.opc147 /* Load/store displacement is a sign-magnitude 12 bit value. */
Depiphany.cpu1014 (duimmop disp11 "sign-magnitude data displacement" h-uint f-disp11)
1034 (comment "+/- magnitude immediate displacement")
/netbsd/src/external/gpl3/gdb/dist/cpu/
Depiphany.opc147 /* Load/store displacement is a sign-magnitude 12 bit value. */
Depiphany.cpu1014 (duimmop disp11 "sign-magnitude data displacement" h-uint f-disp11)
1034 (comment "+/- magnitude immediate displacement")
/netbsd/src/external/bsd/am-utils/dist/
DAUTHORS353 _must_ have a timeout 2 orders of magnitude larger than UDP
DBUGS283 the resulting configure script by an order of magnitude, and for no real
/netbsd/src/distrib/sets/
Dsets.subr73 # syspkgdeps script by an order of magnitude, from 68
/netbsd/src/share/misc/
Dacronyms506 ROM rough order of magnitude
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
DINSTALL439 highly recommended. On the x86 several orders of magnitude
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dcompare577 // Returns an integer with the same sign as the argument, and magnitude
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dimplement-c.texi238 @cite{Whether signed integer types are represented using sign and magnitude,
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info-21375 'mpz_t' variables represent integers using sign and magnitude, in space
1384 A pointer to an array of limbs which is the magnitude. These are
1407 negative values were twos complement. But sign and magnitude is always
1409 calculations. Sometimes this isn't pretty, but sign and magnitude are
1462 and magnitude.
/netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/
Dtestfloat.txt573 _of_accuracy_. A result is tiny when its magnitude is nonzero yet smaller
/netbsd/src/external/lgpl3/mpfr/dist/
DTODO498 - for various functions, check the timings as a function of the magnitude

123