Home
last modified time | relevance | path

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

/netbsd/src/lib/libm/noieee_src/
Dn_exp.c92 vc(lntiny,-9.5654310917272452386E1 ,4f01,c3bf,33af,d72e, 7,-.BF4F01D72E33AF)
104 #define lntiny vccast(lntiny) macro
121 ic(lntiny,-7.5137154372698068983E2, 9, -1.77AF8EBEAE354)
134 if( x >= lntiny ) { in exp()
185 if ( x >= lntiny ) { in __exp__D()
/netbsd/src/lib/libm/src/
Db_exp.c92 static const double lntiny = -0x1.77af8ebeae354p9; variable
106 if ( x >= lntiny ) { in __exp__D()