Searched refs:expl (Results 1 – 9 of 9) sorted by relevance
71 long double expl(long double x) { in expl() function86 long double expl(long double x) { in expl() function116 long double expl(long double x) { in expl() function
293 return expl(-z * z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
166 y = expl(x); in stirf()
31 t = expl(x); in coshl()36 t = expl(0.5 * x); in coshl()
32 t = expl(0.5 * absx); in sinhl()
6 .global expl7 .type expl,@function8 expl: label
185 long double expl(long double);
992 $(LOCAL_DIR)/third_party/math/expl.c \1010 $(LOCAL_DIR)/src/math/x86_64/expl.S \
844 - loss of precision in i386/x86_64 expl
Completed in 10 milliseconds