| /freebsd-10-stable/sys/powerpc/fpu/ |
| D | fpu_compare.c | 139 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
|
| /freebsd-10-stable/lib/libc/sparc64/fpu/ |
| D | fpu_compare.c | 150 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in __fpu_compare() argument
|
| /freebsd-10-stable/contrib/apr/strings/ |
| D | apr_snprintf.c | 335 register apr_uint32_t magnitude = num; in conv_10() local 354 magnitude = ((apr_uint32_t) -t) + 1; in conv_10() 362 register apr_uint32_t new_magnitude = magnitude / 10; in conv_10() 364 *--p = (char) (magnitude - new_magnitude * 10 + '0'); in conv_10() 365 magnitude = new_magnitude; in conv_10() 367 while (magnitude); in conv_10() 378 apr_uint64_t magnitude = num; in conv_10_quad() local 385 if ((magnitude <= APR_UINT32_MAX && is_unsigned) in conv_10_quad() 406 magnitude = ((apr_uint64_t) -t) + 1; in conv_10_quad() 414 apr_uint64_t new_magnitude = magnitude / 10; in conv_10_quad() [all …]
|
| /freebsd-10-stable/tools/test/iconv/tablegen/ |
| D | tablegen.c | 127 magnitude(const uint32_t p) in magnitude() function 147 switch (magnitude(data)) { in format() 296 inbytesleft = uniinput ? 4 : magnitude(inbuf); in do_conv()
|
| /freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_reset.c | 5446 int32_t magnitude, phase; in ar9300_tx_iq_cal_outlier_detection() local 5501 magnitude = coeff->mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection() 5504 magnitude_avg = magnitude_avg + magnitude; in ar9300_tx_iq_cal_outlier_detection() 5506 if (magnitude > magnitude_max) { in ar9300_tx_iq_cal_outlier_detection() 5507 magnitude_max = magnitude; in ar9300_tx_iq_cal_outlier_detection() 5510 if (magnitude < magnitude_min) { in ar9300_tx_iq_cal_outlier_detection() 5511 magnitude_min = magnitude; in ar9300_tx_iq_cal_outlier_detection() 5525 magnitude = coeff->mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection() 5527 if ((ABS(magnitude) < ABS(magnitude_max)) || in ar9300_tx_iq_cal_outlier_detection() 5528 (ABS(magnitude) < ABS(magnitude_min))) in ar9300_tx_iq_cal_outlier_detection() [all …]
|
| /freebsd-10-stable/contrib/ntp/ |
| D | TODO | 11 970318: in hourly_stats(?), squawk if the magnitude of the drift is,
|
| /freebsd-10-stable/contrib/groff/contrib/mm/examples/ |
| D | MUL | 486 magnitude
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Notes/ |
| D | ALLoverhead.txt | 36 If overheads are a concern - then perform tests to measure their magnitude
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | APInt.cpp | 1272 unsigned magnitude = getActiveBits(); in sqrt() local 1276 if (magnitude <= 5) { in sqrt() 1293 if (magnitude < 52) { in sqrt()
|
| /freebsd-10-stable/contrib/amd/ |
| 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
|
| D | ChangeLog | 6470 parameter 2 orders of magnitude larger than udp (patch from Trond
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonOperands.td | 167 // m9ImmPred predicate - True if the immediate fits in a 9-bit magnitude
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | implement-c.texi | 212 @cite{Whether signed integer types are represented using sign and magnitude,
|
| D | md.texi | 2459 Signed number whose magnitude is greater than 0x80 2465 Signed number whose magnitude is greater than 0x100 3675 Store a value with the magnitude of operand 1 and the sign of operand
|
| D | tm.texi | 1358 rounded to numbers of different magnitude. Two such modes are
|
| D | invoke.texi | 2665 Also warn about cases where the compiler reduces the magnitude of a
|
| /freebsd-10-stable/tools/test/testfloat/ |
| D | testfloat.txt | 573 _of_accuracy_. A result is tiny when its magnitude is nonzero yet smaller
|
| /freebsd-10-stable/contrib/gdtoa/ |
| D | changes | 500 representable magnitude when nbits is a multiple of 32.
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMInstrThumb.td | 103 // thumb style PC relative operand. signed, 8 bits magnitude,
|
| /freebsd-10-stable/crypto/heimdal/doc/ |
| D | layman.asc | 893 magnitude.
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticSemaKinds.td | 69 "magnitude of floating-point constant too large for type %0; maximum is %1">, 72 "magnitude of floating-point constant too small for type %0; minimum is %1">,
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | ChangeLog-1995 | 1175 * search.c (dfs_pushdecls): Consume 2 or 3 orders of magnitude less
|
| /freebsd-10-stable/contrib/binutils/gas/po/ |
| D | gas.pot | 2589 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" 2594 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
|
| /freebsd-10-stable/contrib/gcc/ |
| D | FSFChangeLog.10 | 9906 * m68k/fpgnulib.c (__fixdfsi): Catch values < 0.5 in magnitude.
|