Searched refs:TBL2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c109 * TBL2[2*i] is a double precision number near (i+1)*2^-6, and
110 * TBL2[2*i+1] = exp(TBL2[2*i]) to within a relative error less
114 * TBL2[2*i] is a double precision number near -(i+1)*2^-6, and
115 * TBL2[2*i+1] = exp(TBL2[2*i]) to within a relative error less
118 static const double TBL2[] = { variable
318 z = x - TBL2[j];
322 return (TBL2[j+1] + TBL2[
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh2814 TBL2="get_domain get_basedn get_profile_name"
2822 FUNC_TBL="$TBL1 $TBL2 $TBL3 $TBL4 $TBL5 $TBL6 $TBL7 $TBL8 $TBL9"

Completed in 66 milliseconds