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

  /src/external/gpl3/gcc/dist/libquadmath/math/
asinhq.c 21 /* asinhq(x)
24 * asinhq(x) = signl(x) * logq [ |x| + sqrtq(x*x+1) ]
26 * asinhq(x) := x if 1+x*x=1,
40 asinhq (__float128 x) function
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
asinhq.c 21 /* asinhq(x)
24 * asinhq(x) = signl(x) * logq [ |x| + sqrtq(x*x+1) ]
26 * asinhq(x) := x if 1+x*x=1,
40 asinhq (__float128 x) function

Completed in 39 milliseconds