Home
last modified time | relevance | path

Searched defs:modf (Results 1 – 25 of 137) sorted by relevance

123456

/netbsd-src/lib/libc/gen/
H A DLint_modf.c12 modf(double value, double *iptr) in modf() function
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_modf_ieee754.c43 modf(double val, double *iptr) in modf() function
/netbsd-src/lib/libm/src/
H A Ds_modf.c34 __strong_alias(_modfl, modf) in __strong_alias() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dremainder.d73 real modf(real x, ref real i) @trusted nothrow @nogc in modf() function
/netbsd-src/tests/lib/libm/
H A Dt_modf.c171 ATF_TC_HEAD(modf, tc) in ATF_TC_HEAD() argument
175 ATF_TC_BODY(modf, tc) in ATF_TC_BODY() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h99 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
H A D__clang_cuda_cmath.h160 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d267 alias core.stdc.math.modf modf; in version() local
269 alias core.stdc.math.modff modf; in version() local
1257 alias core.stdc.math.modf modf; variable
1259 alias core.stdc.math.modff modf; variable
1261 alias core.stdc.math.modfl modf; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h518 modf (double x, double *ip) in modf() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h518 modf (double x, double *ip) in modf() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfig.h.in1238 # define modf _modf macro
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfig.h.in1300 # define modf _modf macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h994 inline _LIBCPP_INLINE_VISIBILITY float modf(float __lcpp_x, float* __lcpp_y) _NOEXCEPT … in modf() function
995 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __lcpp_x, long double* __lcpp_y) _NOE… in modf() function
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/
H A Dsymver-config.h1243 # define modf _modf macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv32/
H A Dsymver-config.h1305 # define modf _modf macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/
H A Dsymver-config.h1243 # define modf _modf macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/
H A Dsymver-config.h1305 # define modf _modf macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/
H A Dsymver-config.h1243 # define modf _modf macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/
H A Dsymver-config.h1243 # define modf _modf macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/
H A Dsymver-config.h1305 # define modf _modf macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
H A Dsymver-config.h1243 # define modf _modf macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/
H A Dsymver-config.h1243 # define modf _modf macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
H A Dsymver-config.h1243 # define modf _modf macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/
H A Dsymver-config.h1305 # define modf _modf macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/
H A Dsymver-config.h1305 # define modf _modf macro

123456