Searched refs:erfcl (Results 1 – 12 of 12) sorted by relevance
96 erfcl;
95 erfcl;
371 long double erfcl(long double);
308 __weak_reference(erfc, erfcl);
256 erfcl(long double x) in erfcl() function
202 erfcl
752 TEST(math, erfcl) { in TEST() argument753 ASSERT_DOUBLE_EQ(0.15729920705028513l, erfcl(1.0L)); in TEST()