Searched defs:log2f (Results 1 – 7 of 7) sorted by relevance
26 log2f (float x) in log2f() function
27 log2f (float x) in log2f() function
27 pub fn log2f(mut x: f32) -> f32 { in log2f() function
145 mod log2f; module
175 __DEVICE__ float log2f(float __a) { in log2f() function
1739 #define log2f(x) (log(x) / (float)M_LOG2_E) macro
2097 #define log2f(x) (log(x) / (float)M_LOG2_E) macro