Searched refs:expl (Results 1 – 4 of 4) sorted by relevance
163 __weak_reference(exp, expl);
906 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_… argument
407 long double expl(long double);
458 TEST(math, expl) { in TEST() argument459 ASSERT_FLOAT_EQ(1.0, expl(0.0)); in TEST()460 ASSERT_FLOAT_EQ(M_E, expl(1.0)); in TEST()