Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dfmaf.rs50 pub fn fmaf(x: f32, y: f32, mut z: f32) -> f32 { in fmaf() function
Dmod.rs114 mod fmaf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h128 __DEVICE__ float fmaf(float __a, float __b, float __c) { in fmaf() function