Searched refs:erfcl (Results 1 – 7 of 7) sorted by relevance
308 __weak_reference(erfc, erfcl);
169 FUNCTION(erfcl, long double (*f)(long double)); in math_h()
95 erfcl; # introduced=21
211 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
256 erfcl(long double x) in erfcl() function
202 erfcl
1048 TEST(MATH_TEST, erfcl) { in TEST() argument1049 ASSERT_DOUBLE_EQ(0.15729920705028513L, erfcl(1.0L)); in TEST()