| /netbsd/src/external/bsd/top/dist/ |
| D | ap_snprintf.c | 357 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/ |
| D | fpu_compare.c | 133 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
|
| /netbsd/src/sys/arch/powerpc/fpu/ |
| D | fpu_compare.c | 142 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | compare_two_ftime_report_sets | 153 magnitude = abs(number) 154 significance = math.floor(math.log10(magnitude))
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | TODO | 11 970318: in hourly_stats(?), squawk if the magnitude of the drift is,
|
| /netbsd/src/external/lgpl3/gmp/dist/mini-gmp/ |
| D | README | 58 it will be many orders of magnitude slower than GMP for very large
|
| /netbsd/src/sys/arch/m68k/fpsp/ |
| D | x_ovfl.sa | 53 * RZ Largest magnitude number, with the sign of the
|
| D | util.sa | 70 * ;largest magnitude +sgl in ext 72 * ;largest magnitude +dbl in ext
|
| D | slogn.sa | 513 fabs.x fp0 ;test magnitude
|
| D | setox.sa | 66 * argument X whose magnitude is less than 16380 log2, which
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | complex | 82 /// 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/ |
| D | epiphany.opc | 147 /* Load/store displacement is a sign-magnitude 12 bit value. */
|
| D | epiphany.cpu | 1014 (duimmop disp11 "sign-magnitude data displacement" h-uint f-disp11) 1034 (comment "+/- magnitude immediate displacement")
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | epiphany.opc | 147 /* Load/store displacement is a sign-magnitude 12 bit value. */
|
| D | epiphany.cpu | 1014 (duimmop disp11 "sign-magnitude data displacement" h-uint f-disp11) 1034 (comment "+/- magnitude immediate displacement")
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | AUTHORS | 353 _must_ have a timeout 2 orders of magnitude larger than UDP
|
| D | BUGS | 283 the resulting configure script by an order of magnitude, and for no real
|
| /netbsd/src/distrib/sets/ |
| D | sets.subr | 73 # syspkgdeps script by an order of magnitude, from 68
|
| /netbsd/src/share/misc/ |
| D | acronyms | 506 ROM rough order of magnitude
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | INSTALL | 439 highly recommended. On the x86 several orders of magnitude
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | compare | 577 // Returns an integer with the same sign as the argument, and magnitude
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | implement-c.texi | 238 @cite{Whether signed integer types are represented using sign and magnitude,
|
| /netbsd/src/external/lgpl3/gmp/dist/doc/ |
| D | gmp.info-2 | 1375 '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/ |
| D | testfloat.txt | 573 _of_accuracy_. A result is tiny when its magnitude is nonzero yet smaller
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | TODO | 498 - for various functions, check the timings as a function of the magnitude
|