Lines Matching refs:sign
156 # only non-digit characters remain (sign, spaces)
268 # '<' and '>' are markers if the sign must be inserted between symbol and value
282 sign = conv[val<0 and 'negative_sign' or 'positive_sign']
287 s = sign + s
289 s = s + sign
291 s = s.replace('<', sign)
293 s = s.replace('>', sign)
296 # this should be the most fitting sign position
297 s = sign + s