Home
last modified time | relevance | path

Searched refs:fmodf (Results 1 – 25 of 45) sorted by relevance

12

/third_party/musl/src/math/i386/
Dfmodf.c3 float fmodf(float x, float y) in fmodf() function
/third_party/ffmpeg/libavfilter/
Dvf_scroll.c117 s->h_pos = fmodf(s->h_pos, in->width); in scroll()
118 s->v_pos = fmodf(s->v_pos, in->height); in scroll()
Dvsrc_gradients.c264 float angle = fmodf(s->pts * s->speed, 2.f * M_PI); in activate()
Daf_afreqshift.c176 FFILTER(flt, float, sinf, cosf, fmodf, cf)
Dvf_colorbalance.c120 float k = fmodf(n + h / 30.f, 12.f); in hfun()
/third_party/musl/libc-test/src/math/
Dfmodf.c27 y = fmodf(p->x, p->x2); in main()
Dtest_src_math.gni78 "fmodf",
/third_party/musl/src/math/
Dfmodf.c4 float fmodf(float x, float y) in fmodf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmodf.c4 float fmodf(float x, float y) in fmodf() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.def40 X(frem_f32, "fmodf") \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc84 INLINE_DEF_FLOAT_SYMBOL(fmodf, 2)
/third_party/skia/include/private/
DSkFloatingPoint.h62 #define sk_float_mod(x,y) fmodf(x,y)
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h60 #define sk_float_mod(x,y) fmodf(x,y)
/third_party/musl/ndk_musl_include/
Dmath.h228 float fmodf(float, float);
/third_party/musl/libc-test/src/api/
Dmath.c124 {float(*p)(float,float) = fmodf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h228 float fmodf(float, float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h228 float fmodf(float, float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h228 float fmodf(float, float);
/third_party/musl/include/
Dmath.h228 float fmodf(float, float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h80 T(fmodf, ff_f)
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp278 return call4(fmodf, lhs, rhs); in FRem()
/third_party/skia/modules/particles/src/
DSkParticleEffect.cpp378 fState.fAge = fmodf(fState.fAge, 1.0f); in advanceTime()
/third_party/skia/gm/
Dwacky_yuv_formats.cpp246 startDeg = fmodf(startDeg, 360.0f); in add_arc()
249 endDeg = fmodf(endDeg, 360.0f); in add_arc()
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp433 effectAge = fLooping ? fmodf(effectAge, 1.0f) : SkTPin(effectAge, 0.0f, 1.0f); in update()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def775 /// float fmodf(float x, float y);
776 TLI_DEFINE_ENUM_INTERNAL(fmodf)
777 TLI_DEFINE_STRING_INTERNAL("fmodf")

12