Home
last modified time | relevance | path

Searched refs:fma (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dtgmath.h57 /* 3 args case (fma only) */
125 fma(x, y, z) ))
171 #undef fma macro
234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
H A Dmath.h215 double fma(double, double, double);

Completed in 2 milliseconds