Lines Matching refs:ieee
52 int size, const uint32 *ieee);
54 /* Complex operand. Real part starts at ieee[0], the imag part at ieee[2]. */
56 int size, const uint32 *ieee);
58 /* Real result. ieee contains size+1 words, as discussed above. */
60 int size, uint32 *ieee);
62 /* Complex result. ieee contains size+1 words of real part starting at
63 * ieee[0], and another size+1 of imag part starting at ieee[4]. */
65 int size, uint32 *ieee);