Home
last modified time | relevance | path

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

12

/NextBSD/sys/powerpc/fpu/
HDfpu_compare.c139 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
/NextBSD/lib/libc/sparc64/fpu/
HDfpu_compare.c150 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in __fpu_compare() argument
/NextBSD/contrib/apr/strings/
HDapr_snprintf.c335 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 …]
/NextBSD/tools/test/iconv/tablegen/
HDtablegen.c127 magnitude(const uint32_t p) in magnitude() function
147 switch (magnitude(data)) { in format()
296 inbytesleft = uniinput ? 4 : magnitude(inbuf); in do_conv()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c5716 int32_t magnitude, phase; in ar9300_tx_iq_cal_outlier_detection() local
5771 magnitude = coeff->mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5774 magnitude_avg = magnitude_avg + magnitude; in ar9300_tx_iq_cal_outlier_detection()
5776 if (magnitude > magnitude_max) { in ar9300_tx_iq_cal_outlier_detection()
5777 magnitude_max = magnitude; in ar9300_tx_iq_cal_outlier_detection()
5780 if (magnitude < magnitude_min) { in ar9300_tx_iq_cal_outlier_detection()
5781 magnitude_min = magnitude; in ar9300_tx_iq_cal_outlier_detection()
5795 magnitude = coeff->mag_coeff[ch_idx][im][0]; in ar9300_tx_iq_cal_outlier_detection()
5797 if ((ABS(magnitude) < ABS(magnitude_max)) || in ar9300_tx_iq_cal_outlier_detection()
5798 (ABS(magnitude) < ABS(magnitude_min))) in ar9300_tx_iq_cal_outlier_detection()
[all …]
/NextBSD/contrib/ntp/
HDTODO11 970318: in hourly_stats(?), squawk if the magnitude of the drift is,
/NextBSD/contrib/groff/contrib/mm/examples/
HDMUL486 magnitude
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDALLoverhead.txt36 If overheads are a concern - then perform tests to measure their magnitude
/NextBSD/contrib/llvm/lib/Support/
HDAPInt.cpp1299 unsigned magnitude = getActiveBits(); in sqrt() local
1303 if (magnitude <= 5) { in sqrt()
1320 if (magnitude < 52) { in sqrt()
/NextBSD/contrib/amd/
HDBUGS283 the resulting configure script by an order of magnitude, and for no real
HDAUTHORS353 _must_ have a timeout 2 orders of magnitude larger than UDP
HDChangeLog5410 parameter 2 orders of magnitude larger than udp (patch from Trond
/NextBSD/contrib/gcc/doc/
HDimplement-c.texi212 @cite{Whether signed integer types are represented using sign and magnitude,
HDmd.texi2459 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
HDtm.texi1358 rounded to numbers of different magnitude. Two such modes are
HDinvoke.texi2665 Also warn about cases where the compiler reduces the magnitude of a
/NextBSD/tools/test/testfloat/
HDtestfloat.txt573 _of_accuracy_. A result is tiny when its magnitude is nonzero yet smaller
/NextBSD/contrib/gdtoa/
HDchanges500 representable magnitude when nbits is a multiple of 32.
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrThumb.td104 // thumb style PC relative operand. signed, 8 bits magnitude,
/NextBSD/crypto/heimdal/doc/
HDlayman.asc893 magnitude.
/NextBSD/contrib/gcc/cp/
HDChangeLog-19951175 * search.c (dfs_pushdecls): Consume 2 or 3 orders of magnitude less
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticSemaKinds.td118 "magnitude of floating-point constant too large for type %0; maximum is %1">,
121 "magnitude of floating-point constant too small for type %0; minimum is %1">,
/NextBSD/contrib/binutils/gas/po/
HDgas.pot2589 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)"
/NextBSD/contrib/gcc/
HDFSFChangeLog.109906 * m68k/fpgnulib.c (__fixdfsi): Catch values < 0.5 in magnitude.
/NextBSD/usr.bin/fortune/datfiles/
HDfortunes5101 civilization began has seen six orders of magnitude in performance-price
20050 Mencken -- there is no cure for a disease of that magnitude.
50885 magnitude of the vectors and it becomes an instant angle calculator! Now, how

12