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

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_modf.c36 ATF_TC(modf); variable
/freebsd-11-stable/lib/msun/src/
H A Ds_modf.c33 modf(double x, double *iptr) function
/freebsd-11-stable/lib/libc/gen/
H A Dmodf.c92 modf(double x, double *iptr) function
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h142 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } function
H A D__clang_cuda_device_functions.h1640 __DEVICE__ double modf(double __a, double *__b) { return __nv_modf(__a, __b); } function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h1011 # define modf _modf macro

Completed in 251 milliseconds