Home
last modified time | relevance | path

Searched refs:modff (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/src/math/
Dexp10f.c11 float n, y = modff(x, &n); in exp10f()
Dmodff.c3 float modff(float x, float *iptr) in modff() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp10f.c11 float n, y = modff(x, &n); in exp10f()
Dmodff.c3 float modff(float x, float *iptr) in modff() function
/third_party/musl/libc-test/src/math/
Dmodff.c25 y = modff(p->x, &yi); in main()
Dtest_src_math.gni133 "modff",
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInfoSink.h24 return modff(f, &intPart); in fractionalPart()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h25 return modff(f, &intPart); in fractionalPart()
DIntermNode.cpp2839 float fractPart = modff(x, &result); in foldUnaryComponentWise()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h26 return modff(f, &intPart); in fractionalPart()
DIntermNode.cpp3191 float fractPart = modff(x, &result); in foldUnaryComponentWise()
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1671 # undef modff
1672 # define modff rpl_modff macro
1674 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1675 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
1678 # undef modff
1679 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1681 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
1683 _GL_CXXALIASWARN (modff);
1685 # undef modff
1687 _GL_WARN_ON_USE (modff, "modff is unportable - "
[all …]
/third_party/musl/libc-test/src/api/
Dmath.c174 {float(*p)(float,float*) = modff;} in f()
/third_party/musl/ndk_musl_include/
Dmath.h288 float modff(float, float *);
/third_party/musl/include/
Dmath.h288 float modff(float, float *);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h288 float modff(float, float *);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h288 float modff(float, float *);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h288 float modff(float, float *);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h197 T(modff, f_ff)
Dmplibm.c357 t->y = modff(t->x, &y2); in mpmodff()
/third_party/alsa-utils/amidi/
Damidi.c671 itimerspec.it_value.tv_nsec = modff(timeout, &timeout_int) * NSEC_PER_SEC; in main()
/third_party/optimized-routines/math/test/
Dmathtest.c317 TFUNC(at_ssp,rt_s2, modff, 0),
1444 } else if (t.func->func.ptr == &modf || t.func->func.ptr == &modff) { in runtest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1027 /// float modff(float, float *iptr);
1028 TLI_DEFINE_ENUM_INTERNAL(modff)
1029 TLI_DEFINE_STRING_INTERNAL("modff")
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni218 "$MUSLPORTINGDIR/src/math/modff.c",
/third_party/musl/
Dlibc.map.txt1139 modff;

12