Home
last modified time | relevance | path

Searched refs:math (Results 1 – 10 of 10) sorted by relevance

/qemu/tests/qemu-iotests/
H A D23724 import math
218 num_extents = int(math.ceil(size / 2.0**31))
H A D15122 import math
338 step = math.ceil(1 * 1000 * 1000 * 1000 / self.iops)
357 step = math.ceil(1 * 1000 * 1000 * 1000 / self.iops)
H A D25723 import math
/qemu/hw/net/
H A Dftgmac100.c701 s->math[0] = 0; in ftgmac100_do_reset()
702 s->math[1] = 0; in ftgmac100_do_reset()
745 return s->math[0]; in ftgmac100_read()
747 return s->math[1]; in ftgmac100_read()
808 s->math[0] = value; in ftgmac100_write()
811 s->math[1] = value; in ftgmac100_write()
1012 if (!(s->math[mcast_idx / 32] & (1 << (mcast_idx % 32)))) { in ftgmac100_filter()
1232 VMSTATE_UINT32_ARRAY(math, FTGMAC100State, 2),
/qemu/include/hw/net/
H A Dftgmac100.h48 uint32_t math[2]; member
/qemu/scripts/simplebench/
H A Dresults_to_text.py21 import math
/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py22 from math import ceil
/qemu/fpu/
H A Dsoftfloat-parts.c.inc692 * https://git.musl-libc.org/cgit/musl/tree/src/math/sqrtf.c
693 * https://git.musl-libc.org/cgit/musl/tree/src/math/sqrt.c
694 * https://git.musl-libc.org/cgit/musl/tree/src/math/sqrtl.c
H A Dsoftfloat.c225 # warning disabling hardfloat due to -ffast-math: hardfloat requires an exact \
/qemu/ui/
H A Dcocoa.m1006 [self selectConsoleLocked:key - '0' - 1]; /* ascii math */