Home
last modified time | relevance | path

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

/sysdeps/ia64/fpu/
A Dlibm_support.h299 if ( VALUE_GT_80(FP80(xhi),FP80(yhi)) ) { \
327 FP80(t1)->sign = 0; \
328 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
340 FP80(t1)->hi_significand = 0x80000000; \
341 FP80(t1)->lo_significand = 0x00000000; \
374 FP80(t1)->sign = 0; \
375 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
444 if ( VALUE_GT_80(FP80(xhi),FP80(yhi)) ) { \
763 #define FP80(ld) ((struct fp80 *)&ld) macro
768 # define HI_DWORD_80(ld) ((((FP80(ld)->sign << 15) | FP80(ld)->exponent) << 16) | \
[all …]

Completed in 7 milliseconds