Home
last modified time | relevance | path

Searched refs:fmodl (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/musl/src/math/x86_64/
A Dfmodl.S1 .global fmodl
2 .type fmodl,@function
3 fmodl: label
/third_party/ulib/musl/src/math/
A Dfmodl.c4 long double fmodl(long double x, long double y) { in fmodl() function
8 long double fmodl(long double x, long double y) { in fmodl() function
/third_party/ulib/musl/src/internal/
A Dfloatscan.c291 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG - bits)); in decfloat()
309 if (LDBL_MANT_DIG - bits >= 2 && !fmodl(frac, 1)) in decfloat()
/third_party/ulib/musl/include/
A Dmath.h221 long double fmodl(long double, long double);
/third_party/ulib/musl/
A Dmusl-rules.mk974 $(LOCAL_DIR)/src/math/fmodl.c \
1016 $(LOCAL_DIR)/src/math/x86_64/fmodl.S \

Completed in 11 milliseconds