Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 25 of 55) sorted by relevance

123

/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/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/
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/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_recompress.c294 size_t rounded = in zstream_do_recompress() local
296 if (rounded >= drrw->drr_logical_size) { in zstream_do_recompress()
302 rounded - csize); in zstream_do_recompress()
305 payload_size = rounded; in zstream_do_recompress()
/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/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.
H A DRISCVInstrInfoD.td542 // float->int32 rounded to nearest with ties rounded away from zero.
563 // float->int32 rounded to nearest with ties rounded away from zero.
599 // double->int64 rounded to nearest with ties rounded away from zero.
636 // double->int64 rounded to nearest with ties rounded away from zero.
H A DRISCVInstrInfoF.td707 // float->int32 rounded to nearest with ties rounded away from zero.
727 // float->int32 rounded to nearest with ties rounded away from zero.
758 // float->int64 rounded to neartest with ties rounded away from zero.
792 // float->int64 rounded to neartest with ties rounded away from zero.
/freebsd/sys/contrib/device-tree/Bindings/leds/
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/clock/
H A Dpwm-clock.txt17 is not exact but was rounded to nanoseconds.
/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/src/arm64/freescale/
H A Dimx8mp-tx8p-ml81-moduline-display-106-av123z7m-n17.dtso124 * range gets rounded up to 265.000.000 - 270.000.000
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.css242 /* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
243 .qtip-rounded,
251 .qtip-rounded .qtip-titlebar{
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg63 # explicitly check that its size has been rounded up to the nearest multiple
/freebsd/contrib/bc/
H A DMAINTENANCE-TERMS.md71 rounded up to \$12,000 for good measure.
/freebsd/crypto/openssl/crypto/
H A DREADME-sparse_array.md23 OPENSSL_SA_BLOCK_BITS rounded up to the next multiple
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc126 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt141 that rounded amount. It would be simpler to subtract the unrounded
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors37 modes the quality requirement can be relaxed. (Non-nearest rounded
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c2016 size_t rounded = (size_t)zio_roundup_alloc_size(spa, in zio_write_compress() local
2018 if (rounded >= lsize) { in zio_write_compress()
2023 abd_zero_off(cabd, psize, rounded - psize); in zio_write_compress()
2024 psize = rounded; in zio_write_compress()
2060 size_t rounded = MIN((size_t)zio_roundup_alloc_size(spa, psize), in zio_write_compress() local
2063 if (rounded != psize) { in zio_write_compress()
2064 abd_t *cdata = abd_alloc_linear(rounded, B_TRUE); in zio_write_compress()
2065 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress()
2067 psize = rounded; in zio_write_compress()
2069 psize, rounded, NULL); in zio_write_compress()
/freebsd/crypto/openssl/doc/man3/
H A DBN_add.pod67 The result is rounded towards zero; thus if I<a> is negative, the
/freebsd/contrib/gdtoa/
H A Dchanges128 2.2250738585072012e-308, which was rounded to the largest denormal
332 case of a power of 2 to be rounded down one ulp. Add test (required
631 is rounded to Infinity or underflows to zero. Fix a memory leak in
664 compute the correctly rounded result with one rounding error. If you
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def190 CODEGENOPT(OpenCLCorrectlyRoundedDivSqrt, 1, 0) ///< -cl-fp32-correctly-rounded-divide-sqrt
191 CODEGENOPT(HIPCorrectlyRoundedDivSqrt, 1, 1) ///< -fno-hip-fp32-correctly-rounded-divide-sqrt

123