HomeSort by: relevance | last modified time | path
    Searched refs:erfcl (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
s_erfl.c 44 __weak_alias(erfcl,_erfcl)
60 erfcl(long double x)
namespace.h 36 #define erfcl _erfcl macro
  /src/include/
math.h 409 long double erfcl(long double);
  /src/lib/libm/ld128/
s_erfl.c 253 erfcl(long double x) function in typeref:typename:long double
261 if((hx & 0x7fff) == 0x7fff) { /* erfcl(nan)=nan */
262 /* erfcl(+-inf)=0,2 */
  /src/lib/libm/ld80/
s_erfl.c 268 erfcl(long double x) function in typeref:typename:long double
276 if((hx & 0x7fff) == 0x7fff) { /* erfcl(nan)=nan */
277 /* erfcl(+-inf)=0,2 */
  /src/lib/libm/
Makefile 491 erf.3 erfcl.3

Completed in 15 milliseconds