Home
last modified time | relevance | path

Searched defs:magnitude (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/powerpc/fpu/
H A Dfpu_compare.c135 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
/freebsd/tools/test/iconv/tablegen/
H A Dtablegen.c125 magnitude(const uint32_t p) in magnitude() function
/freebsd/sys/dev/evdev/
H A Dinput.h223 int16_t magnitude; /* peak */ member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5785 int32_t magnitude, phase; in ar9300_tx_iq_cal_outlier_detection() local
6098 int32_t magnitude, phase; in ar9300_tx_iq_cal_post_proc() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1172 unsigned magnitude = getActiveBits(); in sqrt() local