Home | History | Annotate | Download | only in libyasm

Lines Matching defs:power

112 static N_word BITS;     /* = # of bits in machine word (must be power of 2)  */
123 static N_word EXP10; /* = largest possible power of 10 in signed int */
362 if (sample) return(ErrCode_Powr); /* # of bits is not a power of 2! */
2066 N_word power;
2080 power = 10;
2081 while (sample >= (power-1))
2084 factor = power;
2085 power *= 10;
3828 /* Version 5.8 14.07.00 Added "Power()". Changed "Copy()". */