Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_exp.c163 __weak_reference(exp, expl);
/bionic/libc/kernel/common/sound/
Dasound.h906 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
/bionic/libm/include/
Dmath.h407 long double expl(long double);
/bionic/tests/
Dmath_test.cpp458 TEST(math, expl) { in TEST() argument
459 ASSERT_FLOAT_EQ(1.0, expl(0.0)); in TEST()
460 ASSERT_FLOAT_EQ(M_E, expl(1.0)); in TEST()