Home
last modified time | relevance | path

Searched refs:fma (Results 1 – 6 of 6) sorted by relevance

/bionic/libm/ia64/
Ds_fma.S30 ENTRY(fma, 3)
32 fma.d f8 = f8, f9, f10
Ds_fmal.S32 fma f8 = f8, f9, f10
Ds_fmaf.S32 fma.s f8 = f8, f9, f10
/bionic/libm/src/
Ds_fma.c53 fma(double x, double y, double z) in fma() function
194 fma(double x, double y, double z) in fma() function
201 __weak_reference(fma, fmal);
/bionic/libm/
DMakefile-orig95 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
127 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
/bionic/libm/include/
Dmath.h242 double fma(double, double, double);