Home
last modified time | relevance | path

Searched defs: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

Completed in 6 milliseconds