Home
last modified time | relevance | path

Searched refs:pio2 (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/math/
Dasinf.c18 pio2 = 1.570796326794896558e+00; variable
45 return x*pio2 + 0x1p-120f; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
57 x = pio2 - 2*(s+s*R(z)); in asinf()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dasinf.c18 pio2 = 1.570796326794896558e+00; variable
45 return x*pio2 + 0x1p-120f; /* asin(+-1) = +-pi/2 with inexact */ in asinf()
57 x = pio2 - 2*(s+s*R(z)); in asinf()