Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/third_party/math/
A Dexpl.c71 long double expl(long double x) { in expl() function
86 long double expl(long double x) { in expl() function
116 long double expl(long double x) { in expl() function
A Derfl.c293 return expl(-z * z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
A Dtgammal.c166 y = expl(x); in stirf()
/third_party/ulib/musl/src/math/
A Dcoshl.c31 t = expl(x); in coshl()
36 t = expl(0.5 * x); in coshl()
A Dsinhl.c32 t = expl(0.5 * absx); in sinhl()
/third_party/ulib/musl/src/math/x86_64/
A Dexpl.S6 .global expl
7 .type expl,@function
8 expl: label
/third_party/ulib/musl/include/
A Dmath.h185 long double expl(long double);
/third_party/ulib/musl/
A Dmusl-rules.mk992 $(LOCAL_DIR)/third_party/math/expl.c \
1010 $(LOCAL_DIR)/src/math/x86_64/expl.S \
A DWHATSNEW844 - loss of precision in i386/x86_64 expl

Completed in 10 milliseconds