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

/vbox/src/recompiler/Sun/
H A Dtestmath.c132 long double lrdExpect; local
136 lrdExpect = expect; \
138 if (lrdResult != lrdExpect) \
140 bitch(#operation, &lrdResult, &lrdExpect); \
297 lrdExpect = SIN180a;
299 if (lrdResult != lrdExpect)
301 lrdExpect = SIN180b;
302 if (lrdResult != lrdExpect)
304 bitch("sinl(lrd)", &lrdResult, &lrdExpect);
312 lrdExpect
[all...]

Completed in 42 milliseconds