Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_cosf.c31 c2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ variable
51 return -__kernel_cosdf(x + (hx > 0 ? -c2pio2 : c2pio2)); in cosf()