Lines Matching defs:hp
35 unsigned char hp;
66 hp = 0x16; /* 10000.00 m */
383 hp = (man << 4) + exp;
439 RETERR(mem_tobuffer(target, &hp, 1));
472 unsigned char size, hp, vp;
490 hp = sr.base[2];
491 INSIST((hp&0x0f) < 10 && (hp>>4) < 10);
492 if ((hp&0x0f)> 1)
493 sprintf(hbuf, "%lum", (hp>>4) * poweroften[(hp&0x0f)-2]);
495 sprintf(hbuf, "0.%02lum", (hp>>4) * poweroften[(hp&0x0f)]);