HP-UX Reference (11i v1 05/09) - 3 Library Functions A-M (vol 6)

h
hppac(3X) hppac(3X)
int pacstatus
);
void HPPACLONGDIVD(
unsigned char operand2,
int op2digs,
unsigned char operand1,
int op1digs,
enum HPPAC_CC compcode,
int pacstatus
);
void HPPACMPYD(
unsigned char operand2,
int op2digs,
unsigned char operand1,
int op1digs,
enum HPPAC_CC compcode,
int pacstatus
);
void HPPACNSLD(
unsigned char operand2,
int op2digs,
unsigned char operand1,
int op1digs,
int shift_amt,
enum HPPAC_CC compcode,
int pacstatus,
int carry
);
void HPPACSLD(
unsigned char operand2,
int op2digs,
unsigned char operand1,
int op1digs,
int shift_amt,
enum HPPAC_CC compcode,
int pacstatus,
int carry
);
void HPPACSRD(
unsigned char operand2,
int op2digs,
unsigned char operand1,
int op1digs,
int shift_amt,
enum HPPAC_CC compcode,
int pacstatus
);
void HPPACSUBD(
unsigned char operand2,
int op2digs,
unsigned char operand1,
int op1digs,
enum HPPAC_CC compcode,
int pacstatus
);
DESCRIPTION
This set of calls invokes the library functions for emulating 3000-mode (MPE V/E) packed-decimal operations.
These functions are in library libcl which is searched when the option -lcl is used with cc or ld(1).
Section 3458 Hewlett-Packard Company 2 HP-UX 11i Version 1: September 2005