Searched defs:scalbnf (Results 1 – 5 of 5) sorted by relevance
11 .global scalbnf symbol13 scalbnf: label
4 float scalbnf(float x, int n) in scalbnf() function
238 __inline float scalbnf (float x, int exp) in scalbnf() function
500 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf() function