Home
last modified time | relevance | path

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

/src/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c668 static double my_modf(double x0, double *iptr) in my_modf() function
695 ret = my_modf(x0-l*f, &i2); in my_modf()
765 my_modf(temp, &intpart); in fmtfp()
777 my_modf(temp, &intpart); in fmtfp()
791 my_modf(temp, &fracpart); in fmtfp()