Home
last modified time | relevance | path

Searched full:rounded (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dmaxim,max77693.yaml41 Valid values: 3300 - 5500, step by 25 (rounded down)
52 Valid values: 2400 - 3400, step by 33 (rounded down)
76 15625 - 250000, step by 15625 (rounded down)
78 15625 - 500000, step by 15625 (rounded down)
84 15625 - 1000000, step by 15625 (rounded down)
86 15625 - 1250000, step by 15625 (rounded down)
88 15625 - 625000, step by 15625 (rounded down)
92 Valid values: 62500 - 1000000, step by 62500 (rounded down)
H A Dleds-is31fl319x.txt17 Valid values: 0 - 21, step by 3 (rounded down)
33 Valid values: 5000 - 40000, step by 5000 (rounded down)
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77693.txt53 Valid values: 3650000 - 4400000, step by 25000 (rounded down)
57 Valid values: 3000000 - 3700000, step by 100000 (rounded down)
68 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
99 Valid values: 3300 - 5500, step by 25 (rounded down)
104 Valid values: 2400 - 3400, step by 33 (rounded down)
112 15625 - 250000, step by 15625 (rounded down)
114 15625 - 500000, step by 15625 (rounded down)
118 15625 - 1000000, step by 15625 (rounded down)
120 15625 - 1250000, step by 15625 (rounded down)
122 15625 - 625000, step by 15625 (rounded down)
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dmodf.c16 float64x2_t rounded = vrndq_f64 (x); in V_NAME_D1_L1() local
17 vst1q_f64 (out_int, rounded); in V_NAME_D1_L1()
20 uint64x2_t remaining = vreinterpretq_u64_f64 (vsubq_f64 (x, rounded)); in V_NAME_D1_L1()
23 uint64x2_t is_integer = vceqq_f64 (x, rounded); in V_NAME_D1_L1()
H A Dmodff.c17 float32x4_t rounded = vrndq_f32 (x); in V_NAME_F1_L1() local
18 vst1q_f32 (out_int, rounded); in V_NAME_F1_L1()
21 uint32x4_t remaining = vreinterpretq_u32_f32 (vsubq_f32 (x, rounded)); in V_NAME_F1_L1()
24 uint32x4_t is_integer = vceqq_f32 (x, rounded); in V_NAME_F1_L1()
/freebsd/lib/msun/man/
H A Dfenv.3150 These modes control the direction in which results are rounded
156 Results are rounded to the closest representable value.
161 Results are rounded towards negative \*[If].
163 Results are rounded towards positive \*[If].
165 Results are rounded towards zero.
H A Dieee.396 is rounded by default to within half an
101 the rounded value's least significant bit is zero.
114 have been rounded.
133 Inexact Rounded value
310 because they would have been rounded off anyway.
H A Dlrint.358 If the rounded result is too large to be represented as a
66 When the rounded result is representable as a
H A Dlround.358 If the rounded result is too large to be represented as a
66 When the rounded result is representable as a
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dtanpif_3u1.c67 float rounded = roundf (x); in arm_math_tanpif() local
68 if (unlikely (rounded == x)) in arm_math_tanpif()
76 int32_t m = (int32_t) rounded; in arm_math_tanpif()
87 float x_reduced = x - rounded; in arm_math_tanpif()
H A Dtanpi_2u5.c76 double rounded = round (x); in arm_math_tanpi() local
77 if (unlikely (rounded == x)) in arm_math_tanpi()
85 int64_t m = (int64_t) rounded; in arm_math_tanpi()
96 double x_reduced = x - rounded; in arm_math_tanpi()
/freebsd/contrib/bmake/unit-tests/
H A Dcond-cmp-numeric-eq.mk53 # bits, these two numbers are considered the same. The 993 is rounded down
59 # The 995 is rounded up, the 997 is rounded down.
/freebsd/lib/msun/src/
H A De_sqrt.c26 * Return correctly rounded sqrt.
207 Both supply sqrt(x) correctly rounded. The first algorithm (in
287 correctly rounded according to the prevailing rounding mode
301 R := r; ... restore rounded mode
308 If (r=RN) then z=z+ulp ... rounded-to-nearest
313 y0:=y0-0x00100000; ... y := y/2 is correctly rounded.
315 R := r; ... restore rounded mode
376 correctly rounded according to the prevailing rounding mode
392 if(x<z*z ... rounded up) z = z - ulp; else
393 if(x>=(z+ulp)*(z+ulp) ...rounded up) z = z+ulp;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td476 // half->int32 rounded to nearest with ties rounded away from zero.
496 // half->int32 rounded to nearest with ties rounded away from zero.
523 // half->int64 rounded to nearest with ties rounded away from zero.
553 // half->int64 rounded to nearest with ties rounded away from zero.
608 // half->int32 rounded to nearest with ties rounded away from zero.
624 // half->int32 rounded to nearest with ties rounded away from zero.
641 // half->int64 rounded to nearest with ties rounded away from zero.
659 // half->int64 rounded to nearest with ties rounded away from zero.
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_math.h119 * [in] Value that is to be rounded up. The type of the value is
124 * [in] Multiple to which the val parameter must be rounded up.
127 * Returns a value that is the input value specified by val rounded up to
/freebsd/lib/msun/ld80/
H A Ds_expl.c61 /* log(2**16384 - 0.5) rounded towards zero: */
62 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
65 /* log(2**(-16381-64-1)) rounded towards zero: */
139 * XXX the coeffs aren't very carefully rounded, and I get 2.8 more bits,
193 /* x (rounded) with inexact if x != 0: */ in expm1l()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dpalmas-gpadc.txt27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA.
29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
/freebsd/usr.bin/find/
H A Dfind.1206 was started, rounded up to the next full minute, is
217 was started, rounded up to the next full 24-hour period, is
240 was started, rounded up to the next full minute, is
257 was started, rounded up to the next full 24-hour period, is
295 was started, rounded up to the next full minute, is
313 was started, rounded up to the next full 24-hour period, is
627 was started, rounded up to the next full minute, is
648 was started, rounded up to the next full 24-hour period, is
867 True if the file's size, rounded up, in 512-byte blocks is
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt153 operations are rounded (as usual) to the full precision of the extended
155 or to 64 causes the operations listed to be rounded to reduced precision
225 the source value cannot be rounded to a representable integer of the desired
231 integer value, the operand is rounded according to the current rounding
233 languages) require that conversions to integers be rounded toward zero, the
296 is rounded to an exact integer according to the current rounding mode, and
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max77693.yaml30 Valid values: 3650000 - 4400000, step by 25000 (rounded down)
54 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
/freebsd/lib/libc/gen/
H A Dgetbsize.362 Sizes less than 512 bytes are rounded up to 512 bytes, and sizes
63 greater than 1 GB are rounded down to 1 GB.
/freebsd/sbin/fdisk/
H A Dfdisk.8456 Note: the start offset will be rounded upwards to a head boundary if
457 necessary, and the end offset will be rounded downwards to a cylinder
467 for 2503871 sectors (note: these numbers will be rounded upwards and
475 fourth being the remainder of the disk (again, numbers will be rounded
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_recompress.c293 size_t rounded = in zstream_do_recompress() local
295 if (rounded >= drrw->drr_logical_size) { in zstream_do_recompress()
301 rounded - csize); in zstream_do_recompress()
304 payload_size = rounded; in zstream_do_recompress()
/freebsd/usr.bin/jot/
H A Djot.1182 the value is rounded using the
215 The .5 values are rounded down if the integer part is even,
228 command are always rounded down:
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_002_pos.ksh43 # 3. Verify that the volume created has its volsize rounded to the nearest
87 log_fail "volsize ${size[j]} was not rounded up"

12345678910>>...19