Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
Dfmod.s1 .global fmod symbol
3 fmod: label
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcommon.inl96 GLM_FUNC_QUALIFIER genType fmod(genType x, genType y) function
102 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, T y) function
108 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, vecType<T, P> const & y) function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/jerryscript/jerry-libm/
Dfmod.c39 fmod (double x, double y) in fmod() function
/third_party/boost/boost/numeric/interval/
Darith2.hpp32 interval<T, Policies> fmod(const interval<T, Policies>& x, in fmod() function
45 interval<T, Policies> fmod(const interval<T, Policies>& x, const T& y) in fmod() function
56 interval<T, Policies> fmod(const T& x, const interval<T, Policies>& y) in fmod() function
/third_party/boost/boost/math/concepts/
Dstd_real_concept.hpp179 inline boost::math::concepts::std_real_concept fmod(boost::math::concepts::std_real_concept a, boos… in fmod() function
182 inline boost::math::concepts::std_real_concept fmod(boost::math::concepts::std_real_concept a, boos… in fmod() function
Dreal_concept.hpp201 inline real_concept fmod(real_concept a, real_concept b) in fmod() function
204 inline real_concept fmod(real_concept a, real_concept b) in fmod() function
/third_party/boost/boost/math/bindings/
Dmpfr.hpp91 inline mpfr_class fmod(const mpfr_class& v1, const mpfr_class& v2) in fmod() function
101 inline mpfr_class fmod(const __gmp_expr<T,U>& v1, const __gmp_expr<V,W>& v2) in fmod() function
Dmpreal.hpp112 mpfr::mpreal fmod(const mpfr::mpreal& v1, const mpfr::mpreal& v2) in fmod() function
De_float.hpp371 e_float fmod(const e_float& v1, const e_float& v2) in fmod() function
Drr.hpp792 inline RR fmod(RR x, RR y) in fmod() function
/third_party/mesa3d/src/asahi/compiler/
Dagx_pack.c309 unsigned fmod = agx_pack_float_mod(I->src[s]); in agx_pack_alu() local
/third_party/ffmpeg/libavfilter/
Daf_afreqshift.c129 #define FFILTER(name, type, sin, cos, fmod, cc) \ in PFILTER() argument
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1000 # define fmod rpl_fmod macro
/third_party/musl/include/
Dtgmath.h237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/boost/boost/units/
Dcmath.hpp454 fmod(const quantity<Unit,Y>& q1, const quantity<Unit,Y>& q2) in fmod() function
/third_party/musl/ndk_musl_include/
Dtgmath.h237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp674 …inline boost::math::cstdfloat::detail::float_internal128_t fmod(boost::math::cstdfloat::detail::… in fmod() function
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py1709 def fmod(x1, x2, dtype=None): function
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1677 promote<fvar<RealType1, Order1>, fvar<RealType2, Order2>> fmod(fvar<RealType1, Order1> const& cr1, in fmod() function