Home
last modified time | relevance | path

Searched full:integral (Results 1 – 18 of 18) sorted by relevance

/qemu/tests/tcg/s390x/
H A Dlong-double.c3 * With small integral numbers, we can cross-check with integers.
/qemu/trace/
H A Devent-internal.h29 * - true : Integral counting the number of vCPUs that have this event enabled.
/qemu/bsd-user/
H A Dsyscall_defs.h197 abi_long ru_ixrss; /* integral shared memory size */
198 abi_long ru_idrss; /* integral unshared data size */
199 abi_long ru_isrss; /* integral unshared stack size */
/qemu/docs/devel/
H A Ddecodetree.rst57 named function, taking and returning an integral value.
61 and returns an integral value extracted from there.
/qemu/bsd-user/freebsd/
H A Dos-sys.c151 * For normal integral types, we just need to byte swap. No size changes.
204 * 32-bit and 64-bit machines. All other integral types have the in h2g_old_sysctl()
/qemu/linux-user/
H A Dsyscall_defs.h413 abi_long ru_ixrss; /* integral shared memory size */
414 abi_long ru_idrss; /* integral unshared data size */
415 abi_long ru_isrss; /* integral unshared stack size */
/qemu/fpu/
H A Dsoftfloat-parts.c.inc1126 /* All integral */
1395 * Because we rounded to integral, and exp < 64,
H A Dsoftfloat.c3023 * Round to integral value
/qemu/tcg/
H A Dtci.c394 * always widen an integral result to ffi_arg. in tcg_qemu_tb_exec()
H A Dtcg.c459 * @dst_type: integral type for destination
461 * @src_type: integral type for source
H A Dtcg-op-gvec.c3324 /* Otherwise fall back to integral... */ in do_gvec_shifts()
/qemu/util/
H A Dcutils.c233 /* Parse integral portion as decimal. */ in do_strtosz()
/qemu/target/arm/tcg/
H A Dvfp_helper.c1124 /* ARMv8 round to integral */
H A Dhelper-a64.c555 /* round to integral */
H A Dsve.decode1095 # SVE floating-point round to integral value
/qemu/qga/
H A Dqapi-schema.json366 # @value: Integral value (0 for set, 1 for cur, 2 for end), available
/qemu/libdecnumber/
H A DdecNumber.c2247 if (!useint) { /* non-integral rhs */ in decNumberPower()
2307 if (!useint) { /* non-integral rhs */ in decNumberPower()
3306 /* decNumberToIntegralExact -- round-to-integral-value with InExact */
3307 /* decNumberToIntegralValue -- round-to-integral-value */
4230 /* integral Units -- before the test for rounding. */ in decAddOp()
4248 /* integral Units (but only those in excess of the original */ in decAddOp()
7693 Int ilength=dn->digits+dn->exponent; /* integral length */
/qemu/target/m68k/
H A Dsoftfloat.c115 * an integral value and adds that value to the exponent of the operand 'a'.