Home
last modified time | relevance | path

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

12

/freebsd-10-stable/sys/powerpc/fpu/
Dfpu_compare.c139 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
/freebsd-10-stable/lib/libc/sparc64/fpu/
Dfpu_compare.c150 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in __fpu_compare() argument
/freebsd-10-stable/contrib/apr/strings/
Dapr_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 …]
/freebsd-10-stable/tools/test/iconv/tablegen/
Dtablegen.c127 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/
Dar9300_reset.c5446 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/
DTODO11 970318: in hourly_stats(?), squawk if the magnitude of the drift is,
/freebsd-10-stable/contrib/groff/contrib/mm/examples/
DMUL486 magnitude
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Notes/
DALLoverhead.txt36 If overheads are a concern - then perform tests to measure their magnitude
/freebsd-10-stable/contrib/llvm/lib/Support/
DAPInt.cpp1272 unsigned magnitude = getActiveBits(); in sqrt() local
1276 if (magnitude <= 5) { in sqrt()
1293 if (magnitude < 52) { in sqrt()
/freebsd-10-stable/contrib/amd/
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
DChangeLog6470 parameter 2 orders of magnitude larger than udp (patch from Trond
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonOperands.td167 // m9ImmPred predicate - True if the immediate fits in a 9-bit magnitude
/freebsd-10-stable/contrib/gcc/doc/
Dimplement-c.texi212 @cite{Whether signed integer types are represented using sign and magnitude,
Dmd.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
Dtm.texi1358 rounded to numbers of different magnitude. Two such modes are
Dinvoke.texi2665 Also warn about cases where the compiler reduces the magnitude of a
/freebsd-10-stable/tools/test/testfloat/
Dtestfloat.txt573 _of_accuracy_. A result is tiny when its magnitude is nonzero yet smaller
/freebsd-10-stable/contrib/gdtoa/
Dchanges500 representable magnitude when nbits is a multiple of 32.
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMInstrThumb.td103 // thumb style PC relative operand. signed, 8 bits magnitude,
/freebsd-10-stable/crypto/heimdal/doc/
Dlayman.asc893 magnitude.
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticSemaKinds.td69 "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/
DChangeLog-19951175 * search.c (dfs_pushdecls): Consume 2 or 3 orders of magnitude less
/freebsd-10-stable/contrib/binutils/gas/po/
Dgas.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)"
/freebsd-10-stable/contrib/gcc/
DFSFChangeLog.109906 * m68k/fpgnulib.c (__fixdfsi): Catch values < 0.5 in magnitude.

12