Lines Matching refs:c
603 f32 c; in Atan2FIdx() local
620 c = 0.f; in Atan2FIdx()
628 c = 64.f; in Atan2FIdx()
639 c = 0.f; in Atan2FIdx()
647 c = - 64.f; in Atan2FIdx()
661 c = 128.f; in Atan2FIdx()
669 c = 64.f; in Atan2FIdx()
680 c = - 128.f; in Atan2FIdx()
688 c = - 64.f; in Atan2FIdx()
695 c - AtanFIdx_(b/a): in Atan2FIdx()
696 c + AtanFIdx_(b/a); in Atan2FIdx()
760 f32 c; in Atan2Idx() local
777 c = 0.f; in Atan2Idx()
785 c = 64.f; in Atan2Idx()
796 c = 256.f; in Atan2Idx()
804 c = 192.f; in Atan2Idx()
818 c = 128.f; in Atan2Idx()
826 c = 64.f; in Atan2Idx()
837 c = 128.f; in Atan2Idx()
845 c = 192.f; in Atan2Idx()
851 return F32ToU16((minus ? c - AtanFIdx_(b/a) : c + AtanFIdx_(b/a)) * 256.f); in Atan2Idx()