Re: Sources of mathematical functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



??????? ??????? writes:

 > I was trying to find where the trigonometric functions BODIES are
 > and couldn't found anything.  In the file builtin.c there are many
 > references to the functions, but not the bodies.

They seem to me to be there.  Look at expand_builtin_pow(), for
example.  

But only the mathematical functions that are gcc builtins are handled
in builtins.c: other functions that are library calls are part of
libc, the GNU version of which is at http://www.gnu.org/software/libc/

Andrew.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux