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

/barrelfish-master/lib/msun/src/
H A Ds_cosf.c34 c2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ variable
54 return -__kernel_cosdf(x + (hx > 0 ? -c2pio2 : c2pio2));

Completed in 78 milliseconds