Home | History | Annotate | Download | only in perlasm

Lines Matching refs:eig

199 	$self->{value} =~ s/\b(0b[0-1]+)/oct($1)/eig;
882 $var=~s/^(0b[0-1]+)/oct($1)/eig;
896 map(s/(0b[0-1]+)/oct($1)/eig,@str);