This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

acoshl functions for ldbl-96


Hi,

I am stdying glibc 2.3.2 . In ldbl-96 directory (path:glibc-2.3.2/sysdeps/ieee754/ldbl-96), there is e_acoshl.c file to compute 'acosh' for long double. This file is using these functions __ieee754_logl,__log1pl,__ieee754_sqrtl, which are not implemented in 'ldbl-96' directory. So it will use from generic directory . But in that directory also these functions are not implemented.

I would like to know that , how e_acoshl.c compute 'acosh' correctly for long double? Why __ieee754_logl,__log1pl,__ieee754_sqrtl functions are not implemented in 'ldbl-96' directory?

Thanks in advance,
Dhaval Prajapati

_________________________________________________________________
Dreaming of building your very own house? http://citibank.mediaturf.net/carcash2/landing/key_landing.jsp?referrer=HMtgofline Get Citibank Home Loan.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]