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

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/!!!intro.3c
________________________________________________________________
___ ___
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 3430 2 HP-UX Release 11i: December 2000
___
___