/third_party/musl/src/math/ |
D | exp10f.c | 11 float n, y = modff(x, &n); in exp10f()
|
D | modff.c | 3 float modff(float x, float *iptr) in modff() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp10f.c | 11 float n, y = modff(x, &n); in exp10f()
|
D | modff.c | 3 float modff(float x, float *iptr) in modff() function
|
/third_party/musl/libc-test/src/math/ |
D | modff.c | 25 y = modff(p->x, &yi); in main()
|
D | test_src_math.gni | 133 "modff",
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | InfoSink.h | 24 return modff(f, &intPart); in fractionalPart()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | InfoSink.h | 25 return modff(f, &intPart); in fractionalPart()
|
D | IntermNode.cpp | 2839 float fractPart = modff(x, &result); in foldUnaryComponentWise()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | InfoSink.h | 26 return modff(f, &intPart); in fractionalPart()
|
D | IntermNode.cpp | 3191 float fractPart = modff(x, &result); in foldUnaryComponentWise()
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 1671 # 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/ |
D | math.c | 174 {float(*p)(float,float*) = modff;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 288 float modff(float, float *);
|
/third_party/musl/include/ |
D | math.h | 288 float modff(float, float *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 288 float modff(float, float *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 288 float modff(float, float *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 288 float modff(float, float *);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 197 T(modff, f_ff)
|
D | mplibm.c | 357 t->y = modff(t->x, &y2); in mpmodff()
|
/third_party/alsa-utils/amidi/ |
D | amidi.c | 671 itimerspec.it_value.tv_nsec = modff(timeout, &timeout_int) * NSEC_PER_SEC; in main()
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 317 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/ |
D | TargetLibraryInfo.def | 1027 /// float modff(float, float *iptr); 1028 TLI_DEFINE_ENUM_INTERNAL(modff) 1029 TLI_DEFINE_STRING_INTERNAL("modff")
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 218 "$MUSLPORTINGDIR/src/math/modff.c",
|
/third_party/musl/ |
D | libc.map.txt | 1139 modff;
|