Searched refs:erfcl (Results 1 – 12 of 12) sorted by relevance
308 __weak_reference(erfc, erfcl);
266 long double erfcl(long double) __INTRODUCED_IN(21);
96 erfcl; # introduced=21
95 erfcl; # introduced=21
256 erfcl(long double x) in erfcl() function
202 erfcl
773 TEST(math, erfcl) { in TEST() argument774 ASSERT_DOUBLE_EQ(0.15729920705028513l, erfcl(1.0L)); in TEST()