Home
last modified time | relevance | path

Searched defs:fmodf (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libm/src/math/
Dfmodf.rs5 pub fn fmodf(x: f32, y: f32) -> f32 { in fmodf() function
Dmod.rs120 mod fmodf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h136 __DEVICE__ float fmodf(float __a, float __b) { return __nv_fmodf(__a, __b); } in fmodf() function