Home
last modified time | relevance | path

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

1234567891011

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcommon.inl14 return detail::functor2<T, P, vecType>::call(std::fmod, a, b);
94 // fmod
96 GLM_FUNC_QUALIFIER genType fmod(genType x, genType y) function
98 return fmod(tvec1<genType>(x), y).x;
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
Dcommon.hpp48 GLM_FUNC_DECL vecType<T, P> fmod(vecType<T, P> const & v);
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll15 declare double @fmod(double, double) nounwind
87 ; fmod(inf, nan) is nan
88 %fmod1 = call double @fmod(double 0x7FF0000000000000, double 0x7FF0000000000001)
90 ; fmod(inf, 1) is a domain error
91 ; CHECK-NEXT: %fmod2 = call double @fmod(double 0x7FF0000000000000, double 1.000000e+00)
92 %fmod2 = call double @fmod(double 0x7FF0000000000000, double 1.000000e+00)
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dfp_frem.ll18 ;;; This is the same output as a libm ‘fmod’ function, but without any
51 ; CHECK-NEXT: lea %s2, fmod@lo
53 ; CHECK-NEXT: lea.sl %s12, fmod@hi(, %s2)
93 ; CHECK-NEXT: lea %s0, fmod@lo
95 ; CHECK-NEXT: lea.sl %s12, fmod@hi(, %s0)
143 ; CHECK-NEXT: lea %s0, fmod@lo
145 ; CHECK-NEXT: lea.sl %s12, fmod@hi(, %s0)
/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_mod.cc20 REGISTER2(BinaryOp, CPU, "Mod", functor::fmod, float, double);
22 REGISTER2(BinaryOp, CPU, "TruncateMod", functor::fmod, float, double);
/external/skia/tools/timer/
DTimeUtils.h30 value = ::fmod(value, (double)(period));
42 double value = ::fmod(time + phase, period); in PingPong()
/external/python/cpython2/Lib/test/
Dtest_math.py418 self.assertRaises(TypeError, math.fmod)
419 self.ftest('fmod(10,1)', math.fmod(10,1), 0)
420 self.ftest('fmod(10,0.5)', math.fmod(10,0.5), 0)
421 self.ftest('fmod(10,1.5)', math.fmod(10,1.5), 1)
422 self.ftest('fmod(-10,1)', math.fmod(-10,1), 0)
423 self.ftest('fmod(-10,0.5)', math.fmod(-10,0.5), 0)
424 self.ftest('fmod(-10,1.5)', math.fmod(-10,1.5), -1)
425 self.assertTrue(math.isnan(math.fmod(NAN, 1.)))
426 self.assertTrue(math.isnan(math.fmod(1., NAN)))
427 self.assertTrue(math.isnan(math.fmod(NAN, NAN)))
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
D2012-04-09-TwoAddrPassBug.ll25 %13 = tail call double @fmod(double %8, double 0.000000e+00) nounwind
34 declare double @fmod(double, double)
/external/llvm/test/CodeGen/X86/
D2012-04-09-TwoAddrPassBug.ll25 %13 = tail call double @fmod(double %8, double 0.000000e+00) nounwind
34 declare double @fmod(double, double)
/external/skqp/modules/skottie/gm/
DSkottieGM.cpp79 fAnimation->seek(std::fmod(timer.secs(), duration) / duration); in onAnimate()
130 fAnimation->seek(std::fmod(timer.secs(), duration) / duration); in onAnimate()
201 fAnimation->seek(std::fmod(timer.secs(), duration) / duration); in onAnimate()
/external/skia/modules/skottie/gm/
DSkottieGM.cpp79 fAnimation->seek(std::fmod(1e-9 * nanos, duration) / duration); in onAnimate()
137 fAnimation->seek(std::fmod(1e-9 * nanos, duration) / duration); in onAnimate()
221 fAnimation->seek(std::fmod(1e-9 * nanos, duration) / duration); in onAnimate()
/external/skqp/tools/timer/
DSkAnimTimer.h118 value = ::fmod(value, SkScalarToDouble(period));
134 double value = ::fmod(t + phase, period); in PingPong()
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dround.inl79 return Source + (Multiple - std::fmod(Source, Multiple));
81 return Source + std::fmod(-Source, Multiple);
122 return Source - std::fmod(Source, Multiple);
124 return Source - std::fmod(Source, Multiple) - Multiple;
170 return Source - std::fmod(Source, Multiple);
174 return Tmp - std::fmod(Tmp, Multiple) - Multiple;
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h91 __DEVICE__ double fmod(double, double);
92 __DEVICE__ float fmod(float, float);
211 using ::fmod;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h77 __DEVICE__ double fmod(double, double);
78 __DEVICE__ float fmod(float, float);
221 using ::fmod;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-type-promotion-in-math-fn.cpp28 double fmod(double, double);
137 fmod(a, b); in check_all_fns()
/external/llvm-project/lld/test/ELF/Inputs/
Dundefined-error.s1 callq fmod@PLT
/external/llvm-project/libclc/generic/include/clc/math/
Dfmod.h1 #define __CLC_FUNCTION fmod
/external/ltp/testcases/misc/math/float/
Dfloat_power.c35 {FUNC_FMOD, 50, fmod, "fmod", "fmod_inp.ref", "fmod_out.ref",
/external/llvm-project/libclc/generic/lib/math/
Dfmod.cl4 #define __CLC_FUNC fmod
/external/eigen/Eigen/src/Geometry/
DRotation2D.h85 Scalar tmp = numext::fmod(m_angle,Scalar(2*EIGEN_PI));
91 Scalar tmp = numext::fmod(m_angle,Scalar(2*EIGEN_PI));
/external/rust/crates/libm/src/math/
Dmod.rs119 mod fmod; module
227 pub use self::fmod::fmod;
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.vert29 fmod(inF0, inF1);
99 fmod(inF0, inF1);
169 fmod(inF0, inF1);
239 fmod(inF0, inF1);
302 fmod(inF0, inF1); \
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.intrinsics.vert29 fmod(inF0, inF1);
99 fmod(inF0, inF1);
169 fmod(inF0, inF1);
239 fmod(inF0, inF1);
302 fmod(inF0, inF1); \
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfloor_mod.h28 return std::fmod(lhs, rhs); in FloorMod()

1234567891011