Home
last modified time | relevance | path

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

/sysdeps/ieee754/dbl-64/
A Ddla.h60 # define DLA_FMS(x, y, z) __builtin_fma (x, y, -(z)) macro
68 #ifdef DLA_FMS
70 z = x * y; zz = DLA_FMS (x, y, z);
86 #ifdef DLA_FMS

Completed in 2 milliseconds