Searched defs:floorf (Results 1 – 14 of 14) sorted by relevance
1 .global floorf symbol3 floorf: label
3 float floorf(float x) in floorf() function
5 float floorf(float x) in floorf() function
7 pub fn floorf(x: f32) -> f32 { in floorf() function
128 mod floorf; module
24 #define floorf __builtin_floorf macro
311 #define floorf wrap_floorf macro