Searched refs:lnhuge (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libm/noieee_src/
H A Dn_expm1.c93 vc(lnhuge, 9.4961163736712506989E1 ,ec1d,43bd,9010,a73e, 7, .BDEC1DA73E9010)
98 ic(lnhuge, 7.1602103751842355450E2, 9, 1.6602B15B7ECF2)
104 #define lnhuge vccast(lnhuge) macro
131 if( x <= lnhuge ) {
169 /* end of x < lnhuge */
H A Dn_exp.c91 vc(lnhuge, 9.4961163736712506989E1 ,ec1d,43bd,9010,a73e, 7, .BDEC1DA73E9010)
103 #define lnhuge vccast(lnhuge) macro
120 ic(lnhuge, 7.1602103751842355450E2, 9, 1.6602B15B7ECF2)
133 if( x <= lnhuge ) {
160 /* end of x < lnhuge */
184 if ( x <= lnhuge ) {
211 /* end of x < lnhuge */
/netbsd-current/lib/libm/src/
H A Db_exp.c91 static const double lnhuge = 0x1.6602b15b7ecf2p9; variable
105 if ( x <= lnhuge ) {
132 /* end of x < lnhuge */
/netbsd-current/lib/libm/ld128/
H A Db_expl.c57 * lnhuge = (LDBL_MAX_EXP + 9) * log(2.)
69 #define lnhuge (lnhugeu.extu_ld) macro
84 if (x <= lnhuge) {
/netbsd-current/lib/libm/ld80/
H A Db_expl.c58 * lnhuge = (LDBL_MAX_EXP + 9) * log(2.)
70 #define lnhuge (lnhugeu.extu_ld) macro
85 if (x <= lnhuge) {

Completed in 135 milliseconds