Home
last modified time | relevance | path

Searched refs:fmod (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fmod.c38 ATF_TC(fmod);
39 ATF_TC_HEAD(fmod, tc) in ATF_TC_HEAD() argument
44 ATF_TC_BODY(fmod, tc) in ATF_TC_BODY() argument
52 ATF_CHECK(fmod(2.0, 1.0) == 0); in ATF_TC_BODY()
56 ATF_CHECK(fmod(2.0, 0.5) == 0); in ATF_TC_BODY()
60 ATF_CHECK(fabs(fmod(1.0, 0.1) - 0.1) <= 55 * DBL_EPSILON); in ATF_TC_BODY()
67 ATF_TP_ADD_TC(tp, fmod); in ATF_TP_ADD_TCS()
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dmodulo.h28 inline _LIBCPP_HIDE_FROM_ABI float fmod(float __x, float __y) _NOEXCEPT { return __builtin_fmodf(__… in fmod() function
31 _LIBCPP_HIDE_FROM_ABI double fmod(double __x, double __y) _NOEXCEPT { in fmod() function
35 inline _LIBCPP_HIDE_FROM_ABI long double fmod(long double __x, long double __y) _NOEXCEPT { in fmod() function
40 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fmod(_A1 __x, _A2 __y) _NOEXCEPT { in fmod() function
43 return __math::fmod((__result_type)__x, (__result_type)__y); in fmod()
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_pwr8.c40 static const uint32_t fmod[] = { 0x11B, 0x11B, 0x11B, 0x11B }; in key_schedule_128() local
75 lxvw4x(39, 0, %[fmod]) in key_schedule_128()
137 : [key] "b" (key), [fmod] "b" (fmod) in key_schedule_128()
/freebsd/lib/msun/i387/
H A De_fmod.S37 ENTRY(fmod)
46 END(fmod)
/freebsd/lib/msun/amd64/
H A De_fmod.S37 ENTRY(fmod)
50 END(fmod)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h77 __DEVICE__ double fmod(double, double);
78 __DEVICE__ float fmod(float, float);
224 using ::fmod;
H A D__clang_cuda_cmath.h55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
263 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fmod);
391 using ::fmod;
H A D__clang_hip_cmath.h227 __DEF_FUN2(float, fmod)
503 __HIP_OVERLOAD2(double, fmod)
674 using ::fmod;
H A Dtgmath.h791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod()
797 #undef fmod
798 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd/lib/msun/src/
H A De_fmod.c27 fmod(double x, double y) in fmod() function
133 __weak_reference(fmod, fmodl);
H A De_remainder.c51 if (hp<=0x7fdfffff) x = fmod(x,p+p); /* now x < 2p */ in remainder()
H A Dmath.h266 double fmod(double, double);
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp129 double X = C * (1 - std::abs(std::fmod(HPrime, 2.0) - 1)); in convertToRGB()
165 return std::fmod(H0 + T * (H1 - H0) + 720, 360); in interpolateHue()
/freebsd/include/
H A Dtgmath.h176 #define fmod(x, y) __tg_simple2(x, y, fmod) macro
/freebsd/lib/msun/
H A DMakefile179 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
232 MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3
H A DSymbol.map22 fmod;
/freebsd/contrib/ntp/ntpd/
H A Drefclock_ripencc.c1626 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/contrib/lua/src/
H A Dllimits.h334 { (void)L; (m) = l_mathop(fmod)(a,b); \
H A Dlmathlib.c128 lua_pushnumber(L, l_mathop(fmod)(luaL_checknumber(L, 1), in math_fmod()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h467 using std::__math::fmod;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc203 using ::fmod;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c118 TGMACRO_REAL_REAL(fmod) in TGMACRO_REAL_REAL()
516 PASS_REAL_REAL_ARG_REAL_RET(fmod)); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVecFuncs.def521 TLI_DEFINE_VECFUNC("fmod", "_ZGVnN2vv_fmod", FIXED(2), "_ZGV_LLVM_N2vv")
741 TLI_DEFINE_VECFUNC("fmod", "_ZGVsMxvv_fmod", SCALABLE(2), MASKED, "_ZGVsMxvv")
946 TLI_DEFINE_VECFUNC("fmod", "armpl_vfmodq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2vv")
948 TLI_DEFINE_VECFUNC("fmod", "armpl_svfmod_f64_x", SCALABLE(2), MASKED, "_ZGVsMxvv")
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc204 using std::fmod;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp156 Dest.FloatVal = fmod(Src1.FloatVal, Src2.FloatVal); in executeFRemInst()
159 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal); in executeFRemInst()
806 fmod(Src1.AggregateVal[i].FloatVal, Src2.AggregateVal[i].FloatVal); in visitBinaryOperator()
811 fmod(Src1.AggregateVal[i].DoubleVal, Src2.AggregateVal[i].DoubleVal); in visitBinaryOperator()

12