Home
last modified time | relevance | path

Searched refs:srcB (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
89 Shiftdouble(Dmantissap1(srcA),Dmantissap2(srcB),29,dest); \
90 guard = Dbit3p2(srcB); \
91 sticky = Dallp2(srcB)<<4; \
93 odd = Dbit2p2(srcB)
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
100 inexact = Dallp2(srcB) << 3; \
103 Shiftdouble(Dmantissap1(srcA),Dmantissap2(srcB),29,dest); \
139 Shiftdouble(Dallp1(srcA),Dallp2(srcB),30,dest); \
143 inexact = Dallp2(srcB) << (2 + exp); \
[all …]
/openbmc/qemu/tests/qtest/
H A Ddbus-vmstate-test.c36 TestServer srcB; member
204 srcserverB = get_server(srcconnB, &test->srcB, &idB); in test_dbus_vmstate()
279 check_migrated(&test.srcB, &test.dstB); in test_dbus_vmstate_without_list()
290 check_migrated(&test.srcB, &test.dstB); in test_dbus_vmstate_with_list()
301 check_not_migrated(&test.srcB, &test.dstB); in test_dbus_vmstate_only_a()
313 check_not_migrated(&test.srcB, &test.dstB); in test_dbus_vmstate_missing_src()
332 assert(test.srcB.save_called); in test_dbus_vmstate_missing_dst()