| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | modf.c | 16 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 D | modff.c | 17 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 D | max77693.txt | 53 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 D | tanpif_3u1.c | 67 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 D | tanpi_2u5.c | 76 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 D | zstream_recompress.c | 270 size_t rounded = in zstream_do_recompress() local 272 if (rounded >= drrw->drr_logical_size) { in zstream_do_recompress() 278 rounded - csize); in zstream_do_recompress() 281 payload_size = rounded; in zstream_do_recompress()
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | palmas-gpadc.txt | 27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA. 29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-is31fl319x.txt | 17 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 D | pwm-clock.txt | 17 is not exact but was rounded to nanoseconds.
|
| /freebsd/lib/libc/softfloat/ |
| H A D | softfloat.txt | 153 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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZfh.td | 506 // half->int32 rounded to nearest with ties rounded away from zero. 526 // half->int32 rounded to nearest with ties rounded away from zero. 553 // half->int64 rounded to nearest with ties rounded away from zero. 583 // half->int64 rounded to nearest with ties rounded away from zero.
|
| H A D | RISCVInstrInfoD.td | 556 // float->int32 rounded to nearest with ties rounded away from zero. 577 // float->int32 rounded to nearest with ties rounded away from zero. 613 // double->int64 rounded to nearest with ties rounded away from zero. 650 // double->int64 rounded to nearest with ties rounded away from zero.
|
| H A D | RISCVInstrInfoF.td | 763 // float->int32 rounded to nearest with ties rounded away from zero. 783 // float->int32 rounded to nearest with ties rounded away from zero. 814 // float->int64 rounded to neartest with ties rounded away from zero. 848 // float->int64 rounded to neartest with ties rounded away from zero.
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-tx8p-ml81-moduline-display-106-av123z7m-n17.dtso | 124 * range gets rounded up to 265.000.000 - 270.000.000
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 242 /* 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 D | zfs_create.cfg | 63 # explicitly check that its size has been rounded up to the nearest multiple
|
| /freebsd/contrib/llvm-project/libc/src/__support/GPU/ |
| H A D | allocator.cpp | 599 uint64_t rounded = size + alignment - MIN_ALIGNMENT; in aligned_allocate() local 600 void *ptr = gpu::allocate(rounded); in aligned_allocate()
|
| /freebsd/contrib/bc/ |
| H A D | MAINTENANCE-TERMS.md | 71 rounded up to \$12,000 for good measure.
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | README-sparse_array.md | 23 OPENSSL_SA_BLOCK_BITS rounded up to the next multiple
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | README.contributors | 37 modes the quality requirement can be relaxed. (Non-nearest rounded
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 126 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | README.txt | 141 that rounded amount. It would be simpler to subtract the unrounded
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zio.c | 2011 size_t rounded = (size_t)zio_roundup_alloc_size(spa, in zio_write_compress() local 2013 if (rounded >= lsize) { in zio_write_compress() 2018 abd_zero_off(cabd, psize, rounded - psize); in zio_write_compress() 2019 psize = rounded; in zio_write_compress() 2055 size_t rounded = MIN((size_t)zio_roundup_alloc_size(spa, psize), in zio_write_compress() local 2058 if (rounded != psize) { in zio_write_compress() 2059 abd_t *cdata = abd_alloc_linear(rounded, B_TRUE); in zio_write_compress() 2060 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress() 2062 psize = rounded; in zio_write_compress() 2064 psize, rounded, NULL); in zio_write_compress()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BN_add.pod | 67 The result is rounded towards zero; thus if I<a> is negative, the
|
| /freebsd/contrib/gdtoa/ |
| H A D | changes | 128 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
|