Searched defs:ceilf (Results 1 – 7 of 7) sorted by relevance
34 .global ceilf symbol36 ceilf: label
5 float ceilf(float x) in ceilf() function
3 float ceilf(float x) in ceilf() function
7 pub fn ceilf(x: f32) -> f32 { in ceilf() function
106 mod ceilf; module