Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ia64/fpu/
Dlibm_support.h184 #define BIAS_80 0x3FFF macro
328 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
351 ((y)->ex+(y)->fphi.exponent-BIAS_80 - 134 >= \
352 (x)->ex+(x)->fphi.exponent-BIAS_80) ) \
375 FP80(t1)->exponent = BIAS_80 + (x)->ex-(y)->ex; \
397 ((y)->ex+(y)->fphi.exponent-BIAS_80 - 134 >= \
398 (x)->ex+(x)->fphi.exponent-BIAS_80) ) \
414 if ( ((x)->fphi.exponent-BIAS_80<-8000) || \
415 ((x)->fphi.exponent-BIAS_80>+8000) || \
416 ((y)->fphi.exponent-BIAS_80<-8000) || \
[all …]