Home
last modified time | relevance | path

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

/external/valgrind/VEX/switchback/
Dtest_emfloat.c1600 u16 myword; /* Used to hold converted stuff */ in Int32ToInternalFPF() local
1638 myword=(u16)((mylong >> 16) & 0xFFFFL); in Int32ToInternalFPF()
1639 dest->mantissa[0]=myword; in Int32ToInternalFPF()
1640 myword=(u16)(mylong & 0xFFFFL); in Int32ToInternalFPF()
1641 dest->mantissa[1]=myword; in Int32ToInternalFPF()