dbl_value         101 arch/parisc/math-emu/dbl_float.h #define Dbl_isone_hidden(dbl_value) (Is_dhidden(dbl_value)!=0)
dbl_value         113 arch/parisc/math-emu/dbl_float.h #define Dbl_isone_sign(dbl_value) (Is_dsign(dbl_value)!=0)
dbl_value         114 arch/parisc/math-emu/dbl_float.h #define Dbl_isone_hiddenoverflow(dbl_value) (Is_dhiddenoverflow(dbl_value)!=0)
dbl_value         117 arch/parisc/math-emu/dbl_float.h #define Dbl_isone_signaling(dbl_value) (Is_dsignaling(dbl_value)!=0)
dbl_value         118 arch/parisc/math-emu/dbl_float.h #define Dbl_is_signalingnan(dbl_value) (Dsignalingnan(dbl_value)==0xfff)
dbl_value         121 arch/parisc/math-emu/dbl_float.h #define Dbl_isnotzero_hiddenhigh7mantissa(dbl_value) \
dbl_value         122 arch/parisc/math-emu/dbl_float.h     (Dhiddenhigh7mantissa(dbl_value)!=0)
dbl_value         123 arch/parisc/math-emu/dbl_float.h #define Dbl_isnotzero_exponent(dbl_value) (Dexponent(dbl_value)!=0)
dbl_value         130 arch/parisc/math-emu/dbl_float.h #define Dbl_isnotzero_low4p2(dbl_value) (Dlow4p2(dbl_value)!=0)
dbl_value         133 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_allp1(dbl_value) (Dallp1(dbl_value)==0)
dbl_value         134 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_allp2(dbl_value) (Dallp2(dbl_value)==0)
dbl_value         135 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_hidden(dbl_value) (Is_dhidden(dbl_value)==0)
dbl_value         136 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_hiddenoverflow(dbl_value) (Is_dhiddenoverflow(dbl_value)==0)
dbl_value         137 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_hiddenhigh3mantissa(dbl_value) \
dbl_value         138 arch/parisc/math-emu/dbl_float.h     (Dhiddenhigh3mantissa(dbl_value)==0)
dbl_value         139 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_hiddenhigh7mantissa(dbl_value) \
dbl_value         140 arch/parisc/math-emu/dbl_float.h     (Dhiddenhigh7mantissa(dbl_value)==0)
dbl_value         141 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_sign(dbl_value) (Is_dsign(dbl_value)==0)
dbl_value         142 arch/parisc/math-emu/dbl_float.h #define Dbl_iszero_exponent(dbl_value) (Dexponent(dbl_value)==0)
dbl_value         147 arch/parisc/math-emu/dbl_float.h #define Dbl_isinfinity_exponent(dbl_value)		\
dbl_value         148 arch/parisc/math-emu/dbl_float.h     (Dexponent(dbl_value)==DBL_INFINITY_EXPONENT)
dbl_value         149 arch/parisc/math-emu/dbl_float.h #define Dbl_isnotinfinity_exponent(dbl_value)		\
dbl_value         150 arch/parisc/math-emu/dbl_float.h     (Dexponent(dbl_value)!=DBL_INFINITY_EXPONENT)
dbl_value         232 arch/parisc/math-emu/dbl_float.h #define Dbl_set_quiet(dbl_value) Deposit_dhigh2mantissa(dbl_value,1)
dbl_value         233 arch/parisc/math-emu/dbl_float.h #define Dbl_set_exponent(dbl_value, exp) Deposit_dexponent(dbl_value,exp)
dbl_value         257 arch/parisc/math-emu/dbl_float.h #define Dbl_setinfinity_exponent(dbl_value) \
dbl_value         258 arch/parisc/math-emu/dbl_float.h     Deposit_dexponent(dbl_value,DBL_INFINITY_EXPONENT)
dbl_value         276 arch/parisc/math-emu/dbl_float.h #define Dbl_sethigh4bits(dbl_value, extsign) Deposit_dhigh4p1(dbl_value,extsign)
dbl_value         277 arch/parisc/math-emu/dbl_float.h #define Dbl_set_sign(dbl_value,sign) Deposit_dsign(dbl_value,sign)
dbl_value         278 arch/parisc/math-emu/dbl_float.h #define Dbl_invert_sign(dbl_value) Deposit_dsign(dbl_value,~Dsign(dbl_value))
dbl_value         279 arch/parisc/math-emu/dbl_float.h #define Dbl_setone_sign(dbl_value) Deposit_dsign(dbl_value,1)
dbl_value         280 arch/parisc/math-emu/dbl_float.h #define Dbl_setone_lowmantissap2(dbl_value) Deposit_dlowp2(dbl_value,1)
dbl_value         281 arch/parisc/math-emu/dbl_float.h #define Dbl_setzero_sign(dbl_value) Dallp1(dbl_value) &= 0x7fffffff
dbl_value         282 arch/parisc/math-emu/dbl_float.h #define Dbl_setzero_exponent(dbl_value) 		\
dbl_value         283 arch/parisc/math-emu/dbl_float.h     Dallp1(dbl_value) &= 0x800fffff
dbl_value         287 arch/parisc/math-emu/dbl_float.h #define Dbl_setzero_mantissap1(dbl_value) Dallp1(dbl_value) &= 0xfff00000
dbl_value         288 arch/parisc/math-emu/dbl_float.h #define Dbl_setzero_mantissap2(dbl_value) Dallp2(dbl_value) = 0
dbl_value         296 arch/parisc/math-emu/dbl_float.h #define Dbl_setzerop1(dbl_value) Dallp1(dbl_value) = 0
dbl_value         297 arch/parisc/math-emu/dbl_float.h #define Dbl_setzerop2(dbl_value) Dallp2(dbl_value) = 0
dbl_value         298 arch/parisc/math-emu/dbl_float.h #define Dbl_setnegativezero(dbl_value) \
dbl_value         299 arch/parisc/math-emu/dbl_float.h     Dallp1(dbl_value) = (unsigned int)1 << 31; Dallp2(dbl_value) = 0
dbl_value         300 arch/parisc/math-emu/dbl_float.h #define Dbl_setnegativezerop1(dbl_value) Dallp1(dbl_value) = (unsigned int)1<<31
dbl_value         305 arch/parisc/math-emu/dbl_float.h #define Dbl_setwrapped_exponent(dbl_value,exponent,op) \
dbl_value         306 arch/parisc/math-emu/dbl_float.h     Deposit_dexponent(dbl_value,(exponent op DBL_WRAP))
dbl_value         382 arch/parisc/math-emu/dbl_float.h #define Dbl_hiddenhigh3mantissa(dbl_value) Dhiddenhigh3mantissa(dbl_value)
dbl_value         383 arch/parisc/math-emu/dbl_float.h #define Dbl_hidden(dbl_value) Dhidden(dbl_value)
dbl_value         384 arch/parisc/math-emu/dbl_float.h #define Dbl_lowmantissap2(dbl_value) Dlowp2(dbl_value)
dbl_value         556 arch/parisc/math-emu/dbl_float.h #define Dblext_setone_lowmantissap4(dbl_value) Deposit_dextlowp4(dbl_value,1)
dbl_value         722 arch/parisc/math-emu/dbl_float.h #define Dblext_set_sign(dbl_value,sign)  Dbl_set_sign(dbl_value,sign)  
dbl_value         727 arch/parisc/math-emu/dbl_float.h #define Dblext_isone_hidden(dbl_value) Dbl_isone_hidden(dbl_value) 
dbl_value         414 arch/parisc/math-emu/sgl_float.h #define Sglext_set_sign(dbl_value,sign)  Sgl_set_sign(dbl_value,sign)  
dbl_value         419 arch/parisc/math-emu/sgl_float.h #define Sglext_isone_hidden(dbl_value) Sgl_isone_hidden(dbl_value)