Home
last modified time | relevance | path

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

1234567

/freebsd/tests/sys/sound/
H A Dpcm_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/sys/contrib/device-tree/Bindings/sound/
H A 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/share/man/man9/
H A Dgetenv.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/lib/msun/man/
H A Dtrunc.332 .Nd nearest integral value with magnitude less than or equal to |x|
49 functions return the nearest integral value with magnitude less than
H A Dfmod.370 and magnitude less than the magnitude of
H A Dcomplex.364 .Bl -column "csqrt" "complex absolute value (i.e., norm, modulus, magnitude)"
71 cabs complex absolute value (i.e., norm, modulus, magnitude)
H A Dsin.354 A large magnitude argument may yield a result with little
H A Dsincos.359 a large magnitude argument may yield a result with little
H A Dtan.355 A large magnitude argument may yield a result
H A Dcos.355 A large magnitude argument may yield a result with little or no
/freebsd/tools/test/iconv/tablegen/
H A Dtablegen.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/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_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 */
H A Ddt_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/sys/powerpc/fpu/
H A Dfpu_compare.c135 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
/freebsd/sys/dev/evdev/
H A Dinput.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/sys/dev/sound/pcm/
H A Dpcm.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/share/man/man7/
H A Dorders.735 .Nd orders of magnitude
69 The following table lists common orders of magnitude as a power of ten.
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dlog1pf_2u1.c133 and p is a negative integer whose magnitude increases with the in log1pf()
134 magnitude of x. */ in log1pf()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.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/crypto/openssl/doc/internal/man3/
H A DOSSL_TIME.pod135 B<ossl_time_abs_difference> returns the magnitude of the difference between two
185 B<ossl_time_abs_difference> returns the magnitude of the difference between the
/freebsd/lib/msun/src/
H A Ds_copysign.c14 * copysign(x,y) returns a value with the magnitude of x and
H A Ds_copysignf.c18 * copysignf(x,y) returns a value with the magnitude of x and
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.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/usr.bin/number/
H A Dnumber.642 output, with each 10^3 magnitude displayed on a separate line.
/freebsd/contrib/com_err/
H A Dcompile_et.153 32 bits in magnitude.

1234567