Searched refs:cos_half (Results 1 – 1 of 1) sorted by relevance
933 CR cos_half = shiftRight(1).cos(); in cos() local934 return cos_half.multiply(cos_half).shiftLeft(1).subtract(ONE); in cos()