]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are
authorStefan Farfeleder <stefanf@FreeBSD.org>
Sun, 30 May 2004 09:21:56 +0000 (09:21 +0000)
committerStefan Farfeleder <stefanf@FreeBSD.org>
Sun, 30 May 2004 09:21:56 +0000 (09:21 +0000)
commit8b5cd5a662ffc55be7f51b85af6c5d2a3cead19b
treecca73df72b1a572235daee3b303356c8a91abd8e
parent2e3cf2039be7e6e6117349a11c7b24d944f348f4
Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}.  They are
needed for cases where GCC's builtin functions cannot be used and for
compilers that don't know about them.

Approved by: das (mentor)
include/complex.h
lib/msun/Makefile
lib/msun/src/s_cimag.c [new file with mode: 0644]
lib/msun/src/s_cimagf.c [new file with mode: 0644]
lib/msun/src/s_cimagl.c [new file with mode: 0644]
lib/msun/src/s_conj.c [new file with mode: 0644]
lib/msun/src/s_conjf.c [new file with mode: 0644]
lib/msun/src/s_conjl.c [new file with mode: 0644]
lib/msun/src/s_creal.c [new file with mode: 0644]
lib/msun/src/s_crealf.c [new file with mode: 0644]
lib/msun/src/s_creall.c [new file with mode: 0644]