| /freebsd-9-stable/lib/msun/i387/ |
| D | e_fmod.S | 39 ENTRY(fmod) 48 END(fmod)
|
| /freebsd-9-stable/contrib/groff/src/libs/libgroff/ |
| D | fmod.c | 22 double fmod(x, y) in fmod() function
|
| D | Makefile.sub | 94 $(srcdir)/fmod.c \
|
| /freebsd-9-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 211 return (float) fmod(x, y); in fmodf() 219 return fmod((double) x, (double) y); in fmodl()
|
| /freebsd-9-stable/contrib/libstdc++/include/c_std/ |
| D | std_cmath.h | 69 #undef fmod 261 using ::fmod; 264 fmod(float __x, float __y) in fmod() function 268 fmod(long double __x, long double __y) in fmod() function
|
| /freebsd-9-stable/contrib/gcc/ |
| D | fp-test.c | 65 extern double fmod (double, double); 249 d1 = fmod (d2, d3); in main()
|
| /freebsd-9-stable/contrib/groff/src/preproc/pic/ |
| D | pic.h | 48 double fmod(double, double);
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | math.h | 57 using std::fmod;
|
| /freebsd-9-stable/lib/msun/ |
| D | Makefile | 133 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \ 172 MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
|
| D | Symbol.map | 23 fmod;
|
| /freebsd-9-stable/contrib/libstdc++/include/c/ |
| D | std_cmath.h | 56 #undef fmod
|
| /freebsd-9-stable/include/ |
| D | tgmath.h | 175 #define fmod(x, y) __tg_simple2(x, y, fmod) macro
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | math.h | 64 using std::tr1::fmod;
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | refclock_ripencc.c | 1626 second = (unsigned int) fmod(tow, 60.); in parse0x8F0B() 1627 minute = (unsigned int) fmod(tow/60., 60.); in parse0x8F0B() 1628 hour = (unsigned int )fmod(tow / 3600., 24.); in parse0x8F0B() 3245 seconds = (float)fmod(tow, 60.); in show_time() 3246 minutes = (short) fmod(tow/60., 60.); in show_time() 3247 hours = (short)fmod(tow / 3600., 24.); in show_time() 4709 (short)fmod(time_of_fix/3600., 24.), in rpt_8F20() 4710 (short)fmod(time_of_fix/60., 60.), in rpt_8F20() 4711 fmod(time_of_fix, 60.), in rpt_8F20() 4735 (short)latdeg, fmod (latdeg, 1.)*60.0, in rpt_8F20() [all …]
|
| /freebsd-9-stable/contrib/groff/ |
| D | configure.ac | 93 AC_REPLACE_FUNCS([fmod getcwd putenv snprintf strcasecmp \
|
| /freebsd-9-stable/lib/msun/src/ |
| D | math_private.h | 325 #define __ieee754_fmod fmod
|
| D | math.h | 216 double fmod(double, double);
|
| /freebsd-9-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 120 TGMACRO_REAL_REAL(fmod) in TGMACRO_REAL_REAL() 518 PASS_REAL_REAL_ARG_REAL_RET(fmod)); in main()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() 804 #undef fmod 805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cmath | 90 floating_point fmod (arithmetic x, arithmetic y); 838 // fmod 841 using ::fmod; 846 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT … 847 inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEX… 858 fmod(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT 863 return fmod((__result_type)__lcpp_x, (__result_type)__lcpp_y);
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | cfns.gperf | 57 fmod
|
| /freebsd-9-stable/contrib/libstdc++/src/ |
| D | compatibility.cc | 444 _GLIBCXX_MATHL_WRAPPER2 (fmod, GLIBCXX_3.4.3);
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 255 fmod, enumerator
|
| /freebsd-9-stable/contrib/groff/src/include/ |
| D | config.hin | 25 /* Define to 1 if you have the `fmod' function. */
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 101 Dest.FloatVal = fmod(Src1.FloatVal, Src2.FloatVal); in executeFRemInst() 104 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal); in executeFRemInst() 749 fmod(Src1.AggregateVal[i].FloatVal, Src2.AggregateVal[i].FloatVal); in visitBinaryOperator() 754 fmod(Src1.AggregateVal[i].DoubleVal, Src2.AggregateVal[i].DoubleVal); in visitBinaryOperator()
|