Lines Matching refs:op

76 T fplibAbs(T op);
97 T2 fplibConvert(T1 op, FPRounding rounding, FPSCR &fpscr);
103 T fplibExpA(T op);
127 T fplibNeg(T op);
130 T fplibRSqrtEstimate(T op, FPSCR &fpscr);
136 T fplibRecipEstimate(T op, FPSCR &fpscr);
142 T fplibRecpX(T op, FPSCR &fpscr);
145 T fplibRoundInt(T op, FPRounding rounding, bool exact, FPSCR &fpscr);
151 T fplibSqrt(T op, FPSCR &fpscr);
166 T2 fplibFPToFixed(T1 op, int fbits, bool u, FPRounding rounding, FPSCR &fpscr);
169 T fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding,
180 uint16_t fplibAbs(uint16_t op);
182 uint32_t fplibAbs(uint32_t op);
184 uint64_t fplibAbs(uint64_t op);
222 uint16_t fplibConvert(uint32_t op, FPRounding rounding, FPSCR &fpscr);
224 uint16_t fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr);
226 uint32_t fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr);
228 uint32_t fplibConvert(uint64_t op, FPRounding rounding, FPSCR &fpscr);
230 uint64_t fplibConvert(uint16_t op, FPRounding rounding, FPSCR &fpscr);
232 uint64_t fplibConvert(uint32_t op, FPRounding rounding, FPSCR &fpscr);
240 uint16_t fplibExpA(uint16_t op);
242 uint32_t fplibExpA(uint32_t op);
244 uint64_t fplibExpA(uint64_t op);
291 uint16_t fplibNeg(uint16_t op);
293 uint32_t fplibNeg(uint32_t op);
295 uint64_t fplibNeg(uint64_t op);
297 uint16_t fplibRSqrtEstimate(uint16_t op, FPSCR &fpscr);
299 uint32_t fplibRSqrtEstimate(uint32_t op, FPSCR &fpscr);
301 uint64_t fplibRSqrtEstimate(uint64_t op, FPSCR &fpscr);
309 uint16_t fplibRecipEstimate(uint16_t op, FPSCR &fpscr);
311 uint32_t fplibRecipEstimate(uint32_t op, FPSCR &fpscr);
313 uint64_t fplibRecipEstimate(uint64_t op, FPSCR &fpscr);
321 uint16_t fplibRecpX(uint16_t op, FPSCR &fpscr);
323 uint32_t fplibRecpX(uint32_t op, FPSCR &fpscr);
325 uint64_t fplibRecpX(uint64_t op, FPSCR &fpscr);
327 uint16_t fplibRoundInt(uint16_t op, FPRounding rounding, bool exact,
330 uint32_t fplibRoundInt(uint32_t op, FPRounding rounding, bool exact,
333 uint64_t fplibRoundInt(uint64_t op, FPRounding rounding, bool exact,
342 uint16_t fplibSqrt(uint16_t op, FPSCR &fpscr);
344 uint32_t fplibSqrt(uint32_t op, FPSCR &fpscr);
346 uint64_t fplibSqrt(uint64_t op, FPSCR &fpscr);
375 uint16_t fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding,
378 uint32_t fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding,
381 uint32_t fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding,
384 uint32_t fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding,
387 uint64_t fplibFPToFixed(uint16_t op, int fbits, bool u, FPRounding rounding,
390 uint64_t fplibFPToFixed(uint32_t op, int fbits, bool u, FPRounding rounding,
393 uint64_t fplibFPToFixed(uint64_t op, int fbits, bool u, FPRounding rounding,
396 uint16_t fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding,
399 uint32_t fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding,
402 uint64_t fplibFixedToFP(uint64_t op, int fbits, bool u, FPRounding rounding,