Lines Matching refs:bottom58bits

137 static const limb bottom58bits = 0x3ffffffffffffff;  variable
145 out[0] = (*((limb *) & in[0])) & bottom58bits; in bin66_to_felem()
146 out[1] = (*((limb_aX *) & in[7]) >> 2) & bottom58bits; in bin66_to_felem()
147 out[2] = (*((limb_aX *) & in[14]) >> 4) & bottom58bits; in bin66_to_felem()
148 out[3] = (*((limb_aX *) & in[21]) >> 6) & bottom58bits; in bin66_to_felem()
149 out[4] = (*((limb_aX *) & in[29])) & bottom58bits; in bin66_to_felem()
150 out[5] = (*((limb_aX *) & in[36]) >> 2) & bottom58bits; in bin66_to_felem()
151 out[6] = (*((limb_aX *) & in[43]) >> 4) & bottom58bits; in bin66_to_felem()
152 out[7] = (*((limb_aX *) & in[50]) >> 6) & bottom58bits; in bin66_to_felem()
607 out[0] = ((limb) in[0]) & bottom58bits; in felem_reduce()
608 out[1] = ((limb) in[1]) & bottom58bits; in felem_reduce()
609 out[2] = ((limb) in[2]) & bottom58bits; in felem_reduce()
610 out[3] = ((limb) in[3]) & bottom58bits; in felem_reduce()
611 out[4] = ((limb) in[4]) & bottom58bits; in felem_reduce()
612 out[5] = ((limb) in[5]) & bottom58bits; in felem_reduce()
613 out[6] = ((limb) in[6]) & bottom58bits; in felem_reduce()
614 out[7] = ((limb) in[7]) & bottom58bits; in felem_reduce()
615 out[8] = ((limb) in[8]) & bottom58bits; in felem_reduce()
670 out[0] &= bottom58bits; in felem_reduce()
873 ftmp[0] &= bottom58bits; in felem_is_zero()
875 ftmp[1] &= bottom58bits; in felem_is_zero()
877 ftmp[2] &= bottom58bits; in felem_is_zero()
879 ftmp[3] &= bottom58bits; in felem_is_zero()
881 ftmp[4] &= bottom58bits; in felem_is_zero()
883 ftmp[5] &= bottom58bits; in felem_is_zero()
885 ftmp[6] &= bottom58bits; in felem_is_zero()
887 ftmp[7] &= bottom58bits; in felem_is_zero()
952 out[0] &= bottom58bits; in felem_contract()
954 out[1] &= bottom58bits; in felem_contract()
956 out[2] &= bottom58bits; in felem_contract()
958 out[3] &= bottom58bits; in felem_contract()
960 out[4] &= bottom58bits; in felem_contract()
962 out[5] &= bottom58bits; in felem_contract()
964 out[6] &= bottom58bits; in felem_contract()
966 out[7] &= bottom58bits; in felem_contract()