| /src/lib/libc/gen/ |
| Lint_modf.c | 12 modf(double value, double *iptr) function
|
| /src/lib/libc/arch/m68k/hardfloat/ |
| modf.S | 1 /* $NetBSD: modf.S,v 1.3 2014/03/18 18:20:37 riastradh Exp $ */ 40 RCSID("from: @(#)modf.s 5.1 (Berkeley) 5/12/90") 42 RCSID("$NetBSD: modf.S,v 1.3 2014/03/18 18:20:37 riastradh Exp $") 47 * double modf(val, iptr) 50 ENTRY(modf) function 70 END(modf)
|
| /src/lib/libc/arch/vax/gen/ |
| modf.S | 33 /* .asciz "@(#)modf.s 8.1 (Berkeley) 6/4/93" */ 34 RCSID("$NetBSD: modf.S,v 1.5 2011/01/25 02:38:15 matt Exp $") 38 * double modf (value, iptr) 41 * Modf returns the fractional part of "value", 45 ENTRY(modf, 0) function 53 END(modf)
|
| Makefile.inc | 9 makecontext.c modf.S \
|
| /src/lib/libm/src/ |
| s_modf.c | 19 * modf(double x, double *iptr) 34 __strong_alias(_modfl, modf) 35 __weak_alias(modfl, modf) 39 modf(double x, double *iptr)
|
| /src/lib/libc/arch/mips/gen/ |
| modf.S | 1 /* $NetBSD: modf.S,v 1.11 2009/12/14 01:07:42 matt Exp $ */ 39 RCSID("from: @(#)modf.s 8.1 (Berkeley) 6/4/93") 41 RCSID("$NetBSD: modf.S,v 1.11 2009/12/14 01:07:42 matt Exp $") 46 * double modf(val, iptr) 50 LEAF(modf) 75 END(modf)
|
| /src/tests/lib/libm/ |
| t_modf.c | 170 ATF_TC(modf); variable 171 ATF_TC_HEAD(modf, tc) 173 atf_tc_set_md_var(tc, "descr", "modf(3)"); 175 ATF_TC_BODY(modf, tc) 183 f = modf(x, &i); 185 "casesf[%u]: modf %g=%a" 191 "casesf[%u]: modf %g=%a" 197 f = modf(-x, &i); 199 "casesf[%u]: modf %g=%a" 205 "casesf[%u]: modf %g=%a [all...] |
| /src/lib/libc/compat/gen/ |
| compat_modf_ieee754.c | 36 * double modf(double val, double *iptr) 43 modf(double val, double *iptr) function
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/ |
| remainder.d | 69 * $(TR $(TH x) $(TH i (on input)) $(TH modf(x, i)) $(TH i (on return))) 73 real modf(real x, ref real i) @trusted nothrow @nogc 95 frac = modf(3.14159, intpart);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| math_stubs_float.cc | 179 result = modf(x, &temp);
|
| math_stubs_long_double.cc | 179 result = modf((double) x, &temp);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| math_stubs_float.cc | 179 result = modf(x, &temp);
|
| math_stubs_long_double.cc | 179 result = modf((double) x, &temp);
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math_forward_declares.h | 139 __DEVICE__ double modf(double, double *); 140 __DEVICE__ float modf(float, float *); 252 using ::modf;
|
| /src/lib/libc/arch/sparc64/gen/ |
| modf.S | 1 /* $NetBSD: modf.S,v 1.5 2013/09/12 15:36:16 joerg Exp $ */ 35 * from: Header: modf.s,v 1.3 92/06/20 00:00:54 torek Exp 41 .asciz "@(#)modf.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: modf.S,v 1.5 2013/09/12 15:36:16 joerg Exp $") 50 * double modf(double val, double *iptr) 96 ENTRY(modf) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fp-test.cc | 58 extern double modf (double, double *); 242 d1 = modf (d2, &d3);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fp-test.cc | 58 extern double modf (double, double *); 242 d1 = modf (d2, &d3);
|
| /src/lib/libc/arch/sparc/gen/ |
| modf.S | 1 /* $NetBSD: modf.S,v 1.7 2013/09/12 15:36:16 joerg Exp $ */ 35 * from: Header: modf.s,v 1.3 92/06/20 00:00:54 torek Exp 41 .asciz "@(#)modf.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: modf.S,v 1.7 2013/09/12 15:36:16 joerg Exp $") 50 * double modf(double val, double *iptr) 95 ENTRY(modf) function
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| math.h | 2349 # undef modf 2350 # define modf rpl_modf 2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); 2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); 2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); 2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); 2361 # undef modf macro 2363 _GL_WARN_ON_USE (modf, "modf has portability problems - " 2364 "use gnulib module modf for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| math.h | 2349 # undef modf 2350 # define modf rpl_modf 2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); 2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); 2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); 2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); 2361 # undef modf macro 2363 _GL_WARN_ON_USE (modf, "modf has portability problems - " 2364 "use gnulib module modf for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| math.h | 2349 # undef modf 2350 # define modf rpl_modf 2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); 2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); 2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); 2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); 2361 # undef modf macro 2363 _GL_WARN_ON_USE (modf, "modf has portability problems - " 2364 "use gnulib module modf for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| math.h | 2349 # undef modf 2350 # define modf rpl_modf 2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); 2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); 2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); 2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); 2361 # undef modf macro 2363 _GL_WARN_ON_USE (modf, "modf has portability problems - " 2364 "use gnulib module modf for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| math.h | 2349 # undef modf 2350 # define modf rpl_modf 2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); 2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); 2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); 2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); 2361 # undef modf macro 2363 _GL_WARN_ON_USE (modf, "modf has portability problems - " 2364 "use gnulib module modf for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| math.h | 2349 # undef modf 2350 # define modf rpl_modf 2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); 2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); 2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); 2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); 2361 # undef modf macro 2363 _GL_WARN_ON_USE (modf, "modf has portability problems - " 2364 "use gnulib module modf for portability") [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| math.h | 2349 # undef modf 2350 # define modf rpl_modf 2352 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); 2353 _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); 2355 _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); 2358 _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); 2361 # undef modf macro 2363 _GL_WARN_ON_USE (modf, "modf has portability problems - " 2364 "use gnulib module modf for portability") [all...] |