Searched defs:modf (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
H A Dt_modf.c36 ATF_TC(modf); variable
/freebsd-10-stable/lib/msun/src/
H A Ds_modf.c33 modf(double x, double *iptr) function
/freebsd-10-stable/lib/libc/gen/
H A Dmodf.c92 modf(double x, double *iptr) function
/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h61 #undef modf macro
98 modf(float __x, float* __iptr) { return modff(__x, __iptr); } function in namespace:std
101 modf(float __x, float* __iptr) function in namespace:std
112 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); } function in namespace:std
115 modf(long double __x, long double* __iptr) function in namespace:std
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h74 #undef modf macro
338 modf(float __x, float* __iptr) function
342 modf(long double __x, long double* __iptr) function
/freebsd-10-stable/gnu/lib/libstdc++/
H A Dconfig.h1011 # define modf _modf macro
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h404 modf, enumerator in enum:llvm::LibFunc::Func

Completed in 81 milliseconds