Home
last modified time | relevance | path

Searched full:magnitude (Results 1 – 25 of 159) sorted by relevance

1234567

/freebsd-head/tests/sys/sound/
HDpcm_read_write.c108 /* Restrict magnitude of sample value to 24bit for 32bit calculations. */
116 * 24bit magnitude in that case. Also avoid implementation defined in local_calc_limit()
144 /* Read sample at format magnitude. */ in ATF_TC_BODY()
151 /* Read sample at format magnitude, for calculations. */ in ATF_TC_BODY()
158 /* Read sample at full 32 bit magnitude. */ in ATF_TC_BODY()
184 /* Write sample of format specific magnitude. */ in ATF_TC_BODY()
196 /* Write sample of format specific, calculation magnitude. */ in ATF_TC_BODY()
218 /* Write normalized sample of full 32 bit magnitude. */ in ATF_TC_BODY()
/freebsd-head/sys/contrib/device-tree/Bindings/sound/
Dadi,max98396.yaml95 adi,dmon-magnitude-enable:
97 Enables the "data monitor magnitude" feature. Once the data monitor is
103 adi,dmon-magnitude-threshold-bits:
105 Sets the threshold for the "data monitor magnitude" feature, in bits.
/freebsd-head/share/man/man9/
HDgetenv.9177 The interpreted value is multiplied by the unit's magnitude before being
180 .Bl -column -offset indent ".Sy Unit" ".Sy Magnitude"
181 .It Sy Unit Ta Sy Magnitude
/freebsd-head/lib/msun/man/
HDtrunc.332 .Nd nearest integral value with magnitude less than or equal to |x|
49 functions return the nearest integral value with magnitude less than
HDfmod.370 and magnitude less than the magnitude of
HDcomplex.364 .Bl -column "csqrt" "complex absolute value (i.e., norm, modulus, magnitude)"
71 cabs complex absolute value (i.e., norm, modulus, magnitude)
HDsin.354 A large magnitude argument may yield a result with little
HDsincos.359 a large magnitude argument may yield a result with little
HDtan.355 A large magnitude argument may yield a result
HDcos.355 A large magnitude argument may yield a result with little or no
/freebsd-head/sys/contrib/device-tree/Bindings/phy/
Drealtek,usb2phy.yaml104 Control the magnitude of High speed Dp/Dm output swing (mV).
105 For a different board or port, the original magnitude maybe not meet
117 If the magnitude of High speed Dp/Dm output swing still not meet the
/freebsd-head/tools/test/iconv/tablegen/
HDtablegen.c125 magnitude(const uint32_t p) in magnitude() function
142 printf("0x%.*X", magnitude(data), data); in format()
145 switch (magnitude(data)) { in format()
292 inbytesleft = uniinput ? 4 : magnitude(inbuf); in do_conv()
/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_errtags.h248 D_LLQUANT_FACTORTYPE, /* llquantize() bad magnitude type */
249 D_LLQUANT_FACTORVAL, /* llquantize() bad magnitude value */
250 D_LLQUANT_FACTORMATCH, /* llquantize() mismatch on magnitude */
260 D_LLQUANT_MAGRANGE, /* llquantize() bad magnitude range */
263 D_LLQUANT_FACTORSMALL, /* llquantize() magnitude too small */
HDdt_cc.c1419 * arg2 => Low magnitude in dt_compile_agg()
1420 * arg3 => High magnitude in dt_compile_agg()
1421 * arg4 => Number of steps per magnitude in dt_compile_agg()
1440 { "low magnitude", D_LLQUANT_LOWTYPE, in dt_compile_agg()
1443 { "high magnitude", D_LLQUANT_HIGHTYPE, in dt_compile_agg()
1446 { "linear steps per magnitude", D_LLQUANT_NSTEPTYPE, in dt_compile_agg()
1484 "high magnitude (argument #3) must be greater " in dt_compile_agg()
1485 "than low magnitude (argument #2)\n"); in dt_compile_agg()
1492 "magnitude (argument #4)\n"); in dt_compile_agg()
1501 "number of steps per magnitude (argument #4), " in dt_compile_agg()
[all …]
/freebsd-head/sys/powerpc/fpu/
HDfpu_compare.c135 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
/freebsd-head/sys/dev/evdev/
HDinput.h223 int16_t magnitude; /* peak */ member
232 uint16_t strong_magnitude; /* magnitude of the heavy motor */
233 uint16_t weak_magnitude; /* magnitude of the light motor */
/freebsd-head/sys/dev/sound/pcm/
HDpcm.h232 * Read sample and normalize to 32-bit magnitude.
241 * Read sample and restrict magnitude to 24 bits.
390 * Write sample and normalize to original magnitude.
405 /* Shift back to 32-bit magnitude. */ in pcm_sample_write_calc()
/freebsd-head/share/man/man7/
HDorders.735 .Nd orders of magnitude
69 The following table lists common orders of magnitude as a power of ten.
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/experimental/
HDlog1pf_2u1.c133 and p is a negative integer whose magnitude increases with the in log1pf()
134 magnitude of x. */ in log1pf()
/freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.neglquant.d110 * this magnitude on x86. To assure that the same test works on x86
112 * the precision at this magnitude. It should go without saying that
/freebsd-head/lib/msun/src/
HDs_copysign.c14 * copysign(x,y) returns a value with the magnitude of x and
HDs_copysignf.c18 * copysignf(x,y) returns a value with the magnitude of x and
/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/arm/
HDcomparesf2.S97 // If a is smaller in magnitude than b and both have the same sign, place
122 // If a is greater in magnitude than b and both have the same sign, place
/freebsd-head/usr.bin/number/
HDnumber.642 output, with each 10^3 magnitude displayed on a separate line.
/freebsd-head/contrib/com_err/
HDcompile_et.153 32 bits in magnitude.

1234567