Home
last modified time | relevance | path

Searched defs:copysign (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_copysign.c25 copysign(double x, double y) in copysign() function
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dtgmath.h166 #define copysign(x, y) __tg_simple2(x, y, copysign) macro