/third_party/musl/src/math/i386/ |
D | fmodf.c | 3 float fmodf(float x, float y) in fmodf() function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_scroll.c | 117 s->h_pos = fmodf(s->h_pos, in->width); in scroll() 118 s->v_pos = fmodf(s->v_pos, in->height); in scroll()
|
D | vsrc_gradients.c | 264 float angle = fmodf(s->pts * s->speed, 2.f * M_PI); in activate()
|
D | af_afreqshift.c | 176 FFILTER(flt, float, sinf, cosf, fmodf, cf)
|
D | vf_colorbalance.c | 120 float k = fmodf(n + h / 30.f, 12.f); in hfun()
|
/third_party/musl/libc-test/src/math/ |
D | fmodf.c | 27 y = fmodf(p->x, p->x2); in main()
|
D | test_src_math.gni | 78 "fmodf",
|
/third_party/musl/src/math/ |
D | fmodf.c | 4 float fmodf(float x, float y) in fmodf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmodf.c | 4 float fmodf(float x, float y) in fmodf() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.def | 40 X(frem_f32, "fmodf") \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 84 INLINE_DEF_FLOAT_SYMBOL(fmodf, 2)
|
/third_party/skia/include/private/ |
D | SkFloatingPoint.h | 62 #define sk_float_mod(x,y) fmodf(x,y)
|
/third_party/flutter/skia/include/private/ |
D | SkFloatingPoint.h | 60 #define sk_float_mod(x,y) fmodf(x,y)
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 228 float fmodf(float, float);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 124 {float(*p)(float,float) = fmodf;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 228 float fmodf(float, float);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 228 float fmodf(float, float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 228 float fmodf(float, float);
|
/third_party/musl/include/ |
D | math.h | 228 float fmodf(float, float);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 80 T(fmodf, ff_f)
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 278 return call4(fmodf, lhs, rhs); in FRem()
|
/third_party/skia/modules/particles/src/ |
D | SkParticleEffect.cpp | 378 fState.fAge = fmodf(fState.fAge, 1.0f); in advanceTime()
|
/third_party/skia/gm/ |
D | wacky_yuv_formats.cpp | 246 startDeg = fmodf(startDeg, 360.0f); in add_arc() 249 endDeg = fmodf(endDeg, 360.0f); in add_arc()
|
/third_party/flutter/skia/modules/particles/src/ |
D | SkParticleEffect.cpp | 433 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/ |
D | TargetLibraryInfo.def | 775 /// float fmodf(float x, float y); 776 TLI_DEFINE_ENUM_INTERNAL(fmodf) 777 TLI_DEFINE_STRING_INTERNAL("fmodf")
|