Lines Matching refs:c
593 f32 c; in Atan2FIdx() local
610 c = 0.f; in Atan2FIdx()
618 c = 64.f; in Atan2FIdx()
629 c = 0.f; in Atan2FIdx()
637 c = - 64.f; in Atan2FIdx()
651 c = 128.f; in Atan2FIdx()
659 c = 64.f; in Atan2FIdx()
670 c = - 128.f; in Atan2FIdx()
678 c = - 64.f; in Atan2FIdx()
685 c - AtanFIdx_(b/a): in Atan2FIdx()
686 c + AtanFIdx_(b/a); in Atan2FIdx()
750 f32 c; in Atan2Idx() local
767 c = 0.f; in Atan2Idx()
775 c = 64.f; in Atan2Idx()
786 c = 256.f; in Atan2Idx()
794 c = 192.f; in Atan2Idx()
808 c = 128.f; in Atan2Idx()
816 c = 64.f; in Atan2Idx()
827 c = 128.f; in Atan2Idx()
835 c = 192.f; in Atan2Idx()
841 return F32ToU16((minus ? c - AtanFIdx_(b/a) : c + AtanFIdx_(b/a)) * 256.f); in Atan2Idx()