Home
last modified time | relevance | path

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

/external/musl/src/math/
Dcosf.c23 c3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ variable
59 return __sindf(-x - c3pio2); in cosf()
61 return __sindf(x - c3pio2); in cosf()
/external/trusty/musl/src/math/
Dcosf.c23 c3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */ variable
59 return __sindf(-x - c3pio2); in cosf()
61 return __sindf(x - c3pio2); in cosf()