/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | adi,max98396.yaml | 95 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/lib/msun/man/ |
H A D | trunc.3 | 32 .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 D | fmod.3 | 70 and magnitude less than the magnitude of
|
H A D | complex.3 | 64 .Bl -column "csqrt" "complex absolute value (i.e., norm, modulus, magnitude)" 71 cabs complex absolute value (i.e., norm, modulus, magnitude)
|
H A D | sin.3 | 54 A large magnitude argument may yield a result with little
|
H A D | sincos.3 | 59 a large magnitude argument may yield a result with little
|
H A D | tan.3 | 55 A large magnitude argument may yield a result
|
H A D | cos.3 | 55 A large magnitude argument may yield a result with little or no
|
/freebsd/share/man/man9/ |
H A D | getenv.9 | 177 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/tools/test/iconv/tablegen/ |
H A D | tablegen.c | 125 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 D | dt_errtags.h | 248 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 D | dt_cc.c | 1419 * 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 D | fpu_compare.c | 135 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) in fpu_compare() argument
|
H A D | fpu_explode.c | 91 * numbers to sign-and-magnitude. Note that this relies on in fpu_itof() 115 * numbers to sign-and-magnitude. Note that this relies on in fpu_xtof()
|
/freebsd/sys/dev/evdev/ |
H A D | input.h | 223 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/share/man/man7/ |
H A D | orders.7 | 35 .Nd orders of magnitude 69 The following table lists common orders of magnitude as a power of ten.
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | log1pf_2u1.c | 133 and p is a negative integer whose magnitude increases with the in log1pf() 134 magnitude of x. */ in log1pf()
|
H A D | cosh_2u.c | 26 /* exp overflows above SpecialBound. At this magnitude cosh(x) is dominated by in specialcase()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.neglquant.d | 110 * 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/lib/msun/src/ |
H A D | s_copysign.c | 14 * copysign(x,y) returns a value with the magnitude of x and
|
H A D | s_copysignf.c | 18 * copysignf(x,y) returns a value with the magnitude of x and
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | comparesf2.S | 97 // 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 D | number.6 | 42 output, with each 10^3 magnitude displayed on a separate line.
|
/freebsd/contrib/com_err/ |
H A D | compile_et.1 | 53 32 bits in magnitude.
|
/freebsd/lib/libc/gen/ |
H A D | frexp.3 | 69 with magnitude in the interval
|