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

  /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/src/
namespace.h 36 #define erfcl _erfcl macro
  /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 */

Completed in 14 milliseconds