Home
last modified time | relevance | path

Searched refs:SIGN_EXPAND (Results 1 – 1 of 1) sorted by relevance

/sysdeps/ia64/fpu/
A Dlibm_support.h754 # define SIGN_EXPAND(val,num) ((int)(val) << (32-(num))) >> (32-(num)) /* sign expand of 'num' LSB… macro
756 # define SIGN_EXPAND(val,num) ((int)(val) << (64-(num))) >> (64-(num)) /* sign expand of 'num' LSB… macro
770 # define LO_DWORD_80(ld) SIGN_EXPAND(FP80(ld)->lo_significand, 32)
774 # define LO_DWORD_80(ld) SIGN_EXPAND(FP80(ld)->significand, 32)

Completed in 7 milliseconds