Home | History | Annotate | Download | only in arm64

Lines Matching refs:FPRoundToFloat

2490 // Callers should use FPRoundToFloat or FPRoundToDouble directly, rather than
2657 static inline float FPRoundToFloat(int64_t sign, int64_t exponent,
2716 return FPRoundToFloat(0, exponent, src, round);
2857 return FPRoundToFloat(sign, exponent, mantissa, round_mode);