/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c/ |
H A D | cmath | 56 #undef modf 93 modf(float __x, float* __iptr) { return modff(__x, __iptr); } 96 modf(float __x, float* __iptr) 99 double __res = modf(static_cast<double>(__x), &__tmp); 107 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); } 110 modf(long double __x, long double* __iptr) 113 double __res = modf(static_cast<double>(__x), &__tmp);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c/ |
H A D | cmath | 56 #undef modf 93 modf(float __x, float* __iptr) { return modff(__x, __iptr); } 96 modf(float __x, float* __iptr) 99 double __res = modf(static_cast<double>(__x), &__tmp); 107 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); } 110 modf(long double __x, long double* __iptr) 113 double __res = modf(static_cast<double>(__x), &__tmp);
|
/netbsd-src/tests/lib/libm/ |
H A D | t_modf.c | 170 ATF_TC(modf); 171 ATF_TC_HEAD(modf, tc) in ATF_TC_HEAD() argument 175 ATF_TC_BODY(modf, tc) in ATF_TC_BODY() argument 183 f = modf(x, &i); in ATF_TC_BODY() 197 f = modf(-x, &i); in ATF_TC_BODY() 216 f = modf(x, &i); in ATF_TC_BODY() 230 f = modf(-x, &i); in ATF_TC_BODY() 249 f = modf(x, &i); in ATF_TC_BODY() 258 f = modf(x, &i); in ATF_TC_BODY() 272 f = modf(x, &i); in ATF_TC_BODY() [all …]
|
/netbsd-src/lib/libm/src/ |
H A D | s_modf.c | 34 __strong_alias(_modfl, modf) in __strong_alias() argument 35 __weak_alias(modfl, modf) in __strong_alias() 39 modf(double x, double *iptr) in __strong_alias()
|
/netbsd-src/lib/libc/arch/m68k/hardfloat/ |
H A D | modf.S | 50 ENTRY(modf) 70 END(modf)
|
H A D | Makefile.inc | 3 SRCS+= modf.S
|
/netbsd-src/lib/libc/arch/vax/gen/ |
H A D | modf.S | 45 ENTRY(modf, 0) 53 END(modf)
|
H A D | Makefile.inc | 9 makecontext.c modf.S \
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/config/ |
H A D | mh-aix | 5 # in libc.a for use by some libc public functions including modf. The public 7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/config/ |
H A D | mh-aix | 5 # in libc.a for use by some libc public functions including modf. The public 7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
|
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/config/ |
H A D | mh-aix | 5 # in libc.a for use by some libc public functions including modf. The public 7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/config/ |
H A D | mh-aix | 5 # in libc.a for use by some libc public functions including modf. The public 7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/config/ |
H A D | mh-aix | 5 # in libc.a for use by some libc public functions including modf. The public 7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/config/ |
H A D | mh-aix | 5 # in libc.a for use by some libc public functions including modf. The public 7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
|
/netbsd-src/lib/libc/arch/mips/gen/ |
H A D | modf.S | 50 LEAF(modf) 75 END(modf)
|
H A D | Makefile.inc | 4 SRCS+= fabs.S ldexp.S modf.S
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | remainder.d | 73 real modf(real x, ref real i) @trusted nothrow @nogc in modf() function 95 frac = modf(3.14159, intpart);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 139 __DEVICE__ double modf(double, double *); 140 __DEVICE__ float modf(float, float *); 252 using ::modf;
|
H A D | __clang_hip_cmath.h | 99 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function 531 modf(__T __x, double *__exp) { 532 return ::modf((double)__x, __exp); 638 using ::modf;
|
/netbsd-src/lib/libc/gen/ |
H A D | Lint_modf.c | 12 modf(double value, double *iptr) in modf() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fp-test.cc | 58 extern double modf (double, double *); 242 d1 = modf (d2, &d3); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fp-test.c | 58 extern double modf (double, double *); 242 d1 = modf (d2, &d3); in main()
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_modf_ieee754.c | 43 modf(double val, double *iptr) in modf() function
|
/netbsd-src/lib/libc/arch/sparc64/gen/ |
H A D | Makefile.inc | 3 SRCS+= fabs.S modf.S
|
/netbsd-src/lib/libc/arch/sparc/gen/ |
H A D | Makefile.inc | 3 SRCS+= fabs.S modf.S
|