Home
last modified time | relevance | path

Searched full:positive (Results 1 – 25 of 129) sorted by relevance

123456

/qemu/tests/tcg/ppc64/
H A Dbcdsub.c63 /* maximum positive BCD value */ in test_bcdsub_eq()
79 /* maximum positive and negative one BCD values */ in test_bcdsub_gt()
98 /* positive zero and positive one BCD values */ in test_bcdsub_lt()
102 /* maximum negative and positive one BCD values */ in test_bcdsub_lt()
/qemu/tests/tcg/xtensa/
H A Dtest_fp0_conv.S99 /* positive */
107 /* positive overflow */
141 /* positive */
149 /* positive overflow */
183 /* positive */
191 /* positive overflow */
225 /* positive */
233 /* positive overflow */
267 /* positive */
275 /* positive overflow */
/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c100 0x1.ffffe6p-25, /* min positive FP16 subnormal */
102 0x1.00000cp-14, /* min positive normal FP16 */
162 {5.96046E-8}, /* min positive FP16 subnormal */
164 {6.10352E-5}, /* min positive normal FP16 */
/qemu/tests/unit/
H A Dtest-div128.c106 /* Positive dividend, positive/negative divisors */
132 /* Negative dividend, positive/negative divisors */
H A Dtest-bufferiszero.c30 /* Basic positive test. */ in test_1()
38 /* Positive tests for size and alignment. */ in test_1()
/qemu/rust/qemu-api/src/
H A Derrno.rs6 //! QEMU C functions often have a "positive success/negative `errno`" calling
113 /// Return `Ok(self)` if positive, `Err(Errno(-self))` if negative
118 /// converted into "positive success/negative `errno`" convention.
175 /// Positive values are turned into an `Ok` result; negative values
223 /// positive:
/qemu/tests/tcg/arm/
H A Dfcvt.c93 5.96046E-8, /* min positive FP16 subnormal */
95 6.10352E-5, /* min positive normal FP16 */
202 {5.96046E-8}, /* min positive FP16 subnormal */
204 {6.10352E-5}, /* min positive normal FP16 */
H A DMakefile.target64 # Work around compiler false-positive warning, as we do for the 'sha1' test
/qemu/tests/tcg/multiarch/system/
H A Dmemory.c85 * Fill the data with alternating positive and negative bytes. This
87 * stay either negative or positive. We never write 0.
413 * If the first byte is negative, then the last byte is positive. in read_test_data_s16()
446 * If the first byte is negative, then the last byte is positive. in read_test_data_s32()
472 * For everything except bytes all our reads should be either positive
/qemu/hw/intc/
H A Dxlnx-pmu-iomod-intc.c440 s->irq_raw ^= (~s->cfg.positive); in irq_handler()
480 DEFINE_PROP_UINT32("intc-positive", XlnxPMUIOIntc, cfg.positive, 0),
491 /* Internal interrupts are positive. */ in xlnx_pmu_io_intc_realize()
492 s->cfg.positive <<= 16; in xlnx_pmu_io_intc_realize()
493 s->cfg.positive |= 0xffff; in xlnx_pmu_io_intc_realize()
/qemu/include/qemu/
H A Dstats64.h132 * can get a false positive (e.g. 0x1235,0x0000 changes to in stat64_min()
172 * can get a false positive (e.g. 0x1234,0x8000 changes to in stat64_max()
H A Dfilemonitor.h103 * Returns: a positive integer watch ID, or -1 on error
/qemu/target/s390x/tcg/
H A Dint_helper.c178 /* positive 0 */ in HELPER()
198 /* positive 0 */ in HELPER()
/qemu/include/hw/intc/
H A Dxlnx-pmu-iomod-intc.h48 uint32_t positive; member
/qemu/hw/virtio/
H A Dvirtio-rng.c182 error_setg(errp, "'period' parameter expects a positive integer"); in virtio_rng_device_realize()
190 error_setg(errp, "'max-bytes' parameter must be positive, " in virtio_rng_device_realize()
/qemu/target/hexagon/
H A Dgenptr.c1040 TCGLabel *positive = gen_new_label(); in gen_asr_r_r_sat() local
1044 tcg_gen_brcondi_tl(TCG_COND_GE, shift_amt, 0, positive); in gen_asr_r_r_sat()
1051 gen_set_label(positive); in gen_asr_r_r_sat()
1052 /* Positive shift amount => shift right */ in gen_asr_r_r_sat()
1062 TCGLabel *positive = gen_new_label(); in gen_asl_r_r_sat() local
1066 tcg_gen_brcondi_tl(TCG_COND_GE, shift_amt, 0, positive); in gen_asl_r_r_sat()
1073 gen_set_label(positive); in gen_asl_r_r_sat()
1074 /* Positive shift amount => shift left */ in gen_asl_r_r_sat()
/qemu/tests/qemu-iotests/
H A D11258 # Must be positive (non-zero)
60 # Must be positive (non-negative)
/qemu/hw/i386/kvm/
H A Dxenstore_impl.h24 * These functions return *positive* error numbers. This is a little
/qemu/common-user/host/aarch64/
H A Dsafe-syscall.inc.S70 /* FreeBSD kernel returns positive errno and C bit set. */
/qemu/include/hw/misc/
H A Dled.h48 * Determines whether a GPIO is using a positive (active-high)
/qemu/target/riscv/insn_trans/
H A Dtrans_rvzfa.c.inc40 0xffffffff00800000, /* minimum positive normal */
89 0x0010000000000000, /* minimum positive normal */
139 0xffffffffffff0400, /* minimum positive normal */
/qemu/common-user/host/arm/
H A Dsafe-syscall.inc.S85 /* FreeBSD kernel returns positive errno and C bit set. */
/qemu/common-user/host/x86_64/
H A Dsafe-syscall.inc.S78 /* FreeBSD kernel returns positive errno and C bit set. */
/qemu/include/system/
H A Dhost_iommu_device.h97 * 1 or some positive value for some special @cap,
/qemu/common-user/host/s390x/
H A Dsafe-syscall.inc.S86 lcr %r2, %r2 /* create positive errno */

123456