HomeSort by: relevance | last modified time | path
    Searched defs:add_adjusted (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libm/src/
s_fma.c 88 add_adjusted(double a, double b) function in typeref:typename:double
290 adj = add_adjusted(r.lo, xy.lo);
s_fmal.c 85 add_adjusted(long double a, long double b) function in typeref:typename:long double
275 adj = add_adjusted(r.lo, xy.lo);
s_fma.c 88 add_adjusted(double a, double b) function in typeref:typename:double
290 adj = add_adjusted(r.lo, xy.lo);
s_fmal.c 85 add_adjusted(long double a, long double b) function in typeref:typename:long double
275 adj = add_adjusted(r.lo, xy.lo);

Completed in 23 milliseconds