Home | History | Annotate | Download | only in runtime

Lines Matching full:f32to64

330 func f32to64(f uint32) uint64 {
488 return f64to32(fadd64(f32to64(x), f32to64(y)))
492 return f64to32(fmul64(f32to64(x), f32to64(y)))
496 return f64to32(fdiv64(f32to64(x), f32to64(y)))
500 cmp, nan := fcmp64(f32to64(x), f32to64(y))
505 cmp, nan := fcmp64(f32to64(x), f32to64(y))
510 cmp, nan := fcmp64(f32to64(x), f32to64(y))
546 val, _ := f64toint(f32to64(x))
551 val, _ := f64toint(f32to64(x))