Home
last modified time | relevance | path

Searched defs:fabs (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/ape/lib/ap/math/
H A Dfabs.c4 fabs(double arg) in fabs() function
/plan9/sys/src/libc/port/
H A Dfabs.c5 fabs(double arg) in fabs() function
/plan9/sys/src/cmd/pic/
H A Dpltroff.c147 double fabs(double x) in fabs() function
/plan9/sys/src/games/mp3enc/
H A Dutil.h27 #define fabs(x) ((double)((x) < 0? -(x): (x))) macro