Searched defs:q_nan (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c760 union float64u q_nan = { .l = 0xFFF8000000000000LL }; variable in typeref:union:float64u
1021 test_fcmp(2, q_nan.d);
1022 test_fcmp(q_nan.d, -1);
1033 test_fcvt(q_nan.d);
2565 test_sse_comi(2, q_nan.d);
2566 test_sse_comi(q_nan.d, -1);
2578 a.s[0] = q_nan.d;
2579 b.s[3] = q_nan.d;
2604 a.d[0] = q_nan.d;
2605 b.d[1] = q_nan
[all...]

Completed in 50 milliseconds