/third_party/musl/src/math/i386/ |
D | fmod.s | 1 .global fmod symbol 3 fmod: label
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | common.inl | 96 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/ |
D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
/third_party/musl/src/math/ |
D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
/third_party/jerryscript/jerry-libm/ |
D | fmod.c | 39 fmod (double x, double y) in fmod() function
|
/third_party/boost/boost/numeric/interval/ |
D | arith2.hpp | 32 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/ |
D | std_real_concept.hpp | 179 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
|
D | real_concept.hpp | 201 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/ |
D | mpfr.hpp | 91 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
|
D | mpreal.hpp | 112 mpfr::mpreal fmod(const mpfr::mpreal& v1, const mpfr::mpreal& v2) in fmod() function
|
D | e_float.hpp | 371 e_float fmod(const e_float& v1, const e_float& v2) in fmod() function
|
D | rr.hpp | 792 inline RR fmod(RR x, RR y) in fmod() function
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_pack.c | 309 unsigned fmod = agx_pack_float_mod(I->src[s]); in agx_pack_alu() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_afreqshift.c | 129 #define FFILTER(name, type, sin, cos, fmod, cc) \ in PFILTER() argument
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 1000 # define fmod rpl_fmod macro
|
/third_party/musl/include/ |
D | tgmath.h | 237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
|
/third_party/boost/boost/units/ |
D | cmath.hpp | 454 fmod(const quantity<Unit,Y>& q1, const quantity<Unit,Y>& q2) in fmod() function
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 674 …inline boost::math::cstdfloat::detail::float_internal128_t fmod(boost::math::cstdfloat::detail::… in fmod() function
|
/third_party/mindspore/mindspore/numpy/ |
D | math_ops.py | 1709 def fmod(x1, x2, dtype=None): function
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1677 promote<fvar<RealType1, Order1>, fvar<RealType2, Order2>> fmod(fvar<RealType1, Order1> const& cr1, in fmod() function
|