Searched refs:remainderf (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2319 void remainderf() {} function
H A Dlibroot_stubs.c2340 void remainderf() {} function
/haiku/headers/posix/
H A Dmath.h180 extern float remainderf(float x, float y);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dremainderf.s1 .global remainderf
2 .type remainderf,@function
3 remainderf: label
/haiku/src/system/libroot/posix/musl/math/
H A Dremainderf.c4 float remainderf(float x, float y) function
10 weak_alias(remainderf, dremf);

Completed in 152 milliseconds