Searched defs:frexpf (Results 1 – 4 of 4) sorted by relevance
14 float LLVM_LIBC_ENTRYPOINT(frexpf)(float x, int *exp) { in LLVM_LIBC_ENTRYPOINT() argument
1 pub fn frexpf(x: f32) -> (f32, i32) { in frexpf() function
122 mod frexpf; module
138 __DEVICE__ float frexpf(float __a, int *__b) { return __nv_frexpf(__a, __b); } in frexpf() function