PATH:
usr
/
include
/* Copyright (C) 1997-2000, 2006, 2011, 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ /* * ISO C99: 7.3 Complex arithmetic <complex.h> */ #ifndef _COMPLEX_H #define _COMPLEX_H 1 #include <features.h> /* Get general and ISO C99 specific information. */ #include <bits/mathdef.h> __BEGIN_DECLS /* We might need to add support for more compilers here. But since ISO C99 is out hopefully all maintained compilers will soon provide the data types `float complex' and `double complex'. */ #if __GNUC_PREREQ (2, 7) && !__GNUC_PREREQ (2, 97) # define _Complex __complex__ #endif #define complex _Complex /* Narrowest imaginary unit. This depends on the floating-point evaluation method. XXX This probably has to go into a gcc related file. */ #define _Complex_I (__extension__ 1.0iF) /* Another more descriptive name is `I'. XXX Once we have the imaginary support switch this to _Imaginary_I. */ #undef I #define I _Complex_I #if defined __USE_ISOC11 && __GNUC_PREREQ (4, 7) /* Macros to expand into expression of specified complex type. */ # define CMPLX(x, y) __builtin_complex ((double) (x), (double) (y)) # define CMPLXF(x, y) __builtin_complex ((float) (x), (float) (y)) # ifndef __NO_LONG_DOUBLE_MATH # define CMPLXL(x, y) __builtin_complex ((long double) (x), (long double) (y)) # endif #endif /* The file <bits/cmathcalls.h> contains the prototypes for all the actual math functions. These macros are used for those prototypes, so we can easily declare each function as both `name' and `__name', and can declare the float versions `namef' and `__namef'. */ #define __MATHCALL(function, args) \ __MATHDECL (_Mdouble_complex_,function, args) #define __MATHDECL(type, function, args) \ __MATHDECL_1(type, function, args); \ __MATHDECL_1(type, __CONCAT(__,function), args) #define __MATHDECL_1(type, function, args) \ extern type __MATH_PRECNAME(function) args __THROW #define _Mdouble_ double #define __MATH_PRECNAME(name) name #include <bits/cmathcalls.h> #undef _Mdouble_ #undef __MATH_PRECNAME /* Now the float versions. */ #ifndef _Mfloat_ # define _Mfloat_ float #endif #define _Mdouble_ _Mfloat_ #define __MATH_PRECNAME(name) name##f #include <bits/cmathcalls.h> #undef _Mdouble_ #undef __MATH_PRECNAME /* And the long double versions. It is non-critical to define them here unconditionally since `long double' is required in ISO C99. */ #if !(defined __NO_LONG_DOUBLE_MATH && defined _LIBC) \ || defined __LDBL_COMPAT # ifdef __LDBL_COMPAT # undef __MATHDECL_1 # define __MATHDECL_1(type, function, args) \ extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function) # endif # ifndef _Mlong_double_ # define _Mlong_double_ long double # endif # define _Mdouble_ _Mlong_double_ # define __MATH_PRECNAME(name) name##l # include <bits/cmathcalls.h> #endif #undef _Mdouble_ #undef __MATH_PRECNAME #undef __MATHDECL_1 #undef __MATHDECL #undef __MATHCALL __END_DECLS #endif /* complex.h */
[+]
..
[+]
python2.7
[+]
db4.7.25
[+]
asm
[+]
asm-generic
[-] mntent.h
[edit]
[-] cpufreq.h
[edit]
[+]
drm
[+]
linux
[+]
misc
[+]
mtd
[+]
rdma
[+]
scsi
[+]
sound
[+]
uapi
[+]
video
[+]
xen
[-] monetary.h
[edit]
[-] _G_config.h
[edit]
[-] mqueue.h
[edit]
[-] a.out.h
[edit]
[-] printf.h
[edit]
[-] aio.h
[edit]
[-] pty.h
[edit]
[-] aliases.h
[edit]
[-] pthread.h
[edit]
[-] alloca.h
[edit]
[-] pwd.h
[edit]
[-] ar.h
[edit]
[-] re_comp.h
[edit]
[-] argp.h
[edit]
[-] regex.h
[edit]
[-] argz.h
[edit]
[+]
arpa
[-] regexp.h
[edit]
[-] assert.h
[edit]
[+]
bits
[-] resolv.h
[edit]
[-] byteswap.h
[edit]
[+]
rpcsvc
[-] complex.h
[edit]
[+]
rpc
[+]
gdbm
[-] cpio.h
[edit]
[-] search.h
[edit]
[-] crypt.h
[edit]
[-] sched.h
[edit]
[-] ctype.h
[edit]
[-] semaphore.h
[edit]
[-] dirent.h
[edit]
[-] setjmp.h
[edit]
[-] dlfcn.h
[edit]
[-] sgtty.h
[edit]
[-] elf.h
[edit]
[-] shadow.h
[edit]
[-] endian.h
[edit]
[-] signal.h
[edit]
[-] envz.h
[edit]
[-] spawn.h
[edit]
[-] err.h
[edit]
[-] stab.h
[edit]
[-] errno.h
[edit]
[-] stdio.h
[edit]
[-] error.h
[edit]
[-] stdc-predef.h
[edit]
[-] execinfo.h
[edit]
[-] stdint.h
[edit]
[-] fcntl.h
[edit]
[-] stdio_ext.h
[edit]
[-] features.h
[edit]
[-] stdlib.h
[edit]
[-] fenv.h
[edit]
[-] string.h
[edit]
[-] fmtmsg.h
[edit]
[-] strings.h
[edit]
[-] fnmatch.h
[edit]
[+]
net
[-] db_185.h
[edit]
[-] fpu_control.h
[edit]
[-] sysexits.h
[edit]
[-] fstab.h
[edit]
[+]
sys
[+]
et
[-] fts.h
[edit]
[-] syscall.h
[edit]
[-] ftw.h
[edit]
[-] syslog.h
[edit]
[-] gconv.h
[edit]
[-] tar.h
[edit]
[-] getopt.h
[edit]
[-] termio.h
[edit]
[-] glob.h
[edit]
[+]
gnu
[-] memory.h
[edit]
[+]
GL
[-] gnu-versions.h
[edit]
[-] termios.h
[edit]
[-] grp.h
[edit]
[-] tgmath.h
[edit]
[-] gshadow.h
[edit]
[-] thread_db.h
[edit]
[-] iconv.h
[edit]
[-] time.h
[edit]
[-] ieee754.h
[edit]
[-] ttyent.h
[edit]
[-] ifaddrs.h
[edit]
[-] uchar.h
[edit]
[-] inttypes.h
[edit]
[-] ucontext.h
[edit]
[-] langinfo.h
[edit]
[-] ulimit.h
[edit]
[-] lastlog.h
[edit]
[-] unistd.h
[edit]
[-] libgen.h
[edit]
[-] ustat.h
[edit]
[-] libintl.h
[edit]
[-] utime.h
[edit]
[-] libio.h
[edit]
[-] utmp.h
[edit]
[-] limits.h
[edit]
[-] utmpx.h
[edit]
[-] link.h
[edit]
[-] values.h
[edit]
[-] locale.h
[edit]
[-] wait.h
[edit]
[-] malloc.h
[edit]
[-] wchar.h
[edit]
[-] math.h
[edit]
[-] wctype.h
[edit]
[-] mcheck.h
[edit]
[+]
netash
[+]
netatalk
[+]
netax25
[-] wordexp.h
[edit]
[-] netdb.h
[edit]
[+]
neteconet
[+]
netinet
[+]
netipx
[+]
netiucv
[+]
netpacket
[+]
netrom
[+]
netrose
[+]
nfs
[-] xlocale.h
[edit]
[-] nl_types.h
[edit]
[+]
mysql
[-] nss.h
[edit]
[+]
security
[-] obstack.h
[edit]
[+]
libdb
[-] paths.h
[edit]
[-] db.h
[edit]
[+]
X11
[-] poll.h
[edit]
[+]
protocols
[+]
xcb
[+]
ncursesw
[-] dbm.h
[edit]
[-] nc_tparm.h
[edit]
[-] gdbm.h
[edit]
[+]
ncurses
[-] ndbm.h
[edit]
[-] ncurses.h
[edit]
[-] zconf.h
[edit]
[-] ncurses_dll.h
[edit]
[-] zlib.h
[edit]
[+]
libpng15
[-] term.h
[edit]
[-] png.h
[edit]
[-] panel.h
[edit]
[-] pngconf.h
[edit]
[-] tld.h
[edit]
[-] pnglibconf.h
[edit]
[+]
freetype2
[-] tic.h
[edit]
[-] com_err.h
[edit]
[+]
c++
[-] term_entry.h
[edit]
[-] expat.h
[edit]
[-] curses.h
[edit]
[-] expat_external.h
[edit]
[-] termcap.h
[edit]
[-] jconfig.h
[edit]
[-] unctrl.h
[edit]
[-] jerror.h
[edit]
[-] tcpd.h
[edit]
[-] jmorecfg.h
[edit]
[+]
ghostscript
[-] jpeglib.h
[edit]
[+]
lzma
[+]
jasper
[-] lzma.h
[edit]
[+]
libxml2
[+]
sepol
[+]
ijs
[-] pcre.h
[edit]
[-] cursesapp.h
[edit]
[-] pcre_scanner.h
[edit]
[-] cursesf.h
[edit]
[-] pcre_stringpiece.h
[edit]
[-] pcrecpp.h
[edit]
[-] cursesm.h
[edit]
[-] pcrecpparg.h
[edit]
[-] bzlib.h
[edit]
[-] pcreposix.h
[edit]
[+]
selinux
[+]
uuid
[+]
fontconfig
[+]
bind9
[+]
ImageMagick-6
[-] keyutils.h
[edit]
[-] gpg-error.h
[edit]
[-] cursesp.h
[edit]
[-] gcrypt-module.h
[edit]
[-] gcrypt.h
[edit]
[-] cursesw.h
[edit]
[-] verto-module.h
[edit]
[-] verto.h
[edit]
[+]
gssapi
[-] gssapi.h
[edit]
[+]
gssrpc
[+]
kadm5
[-] kdb.h
[edit]
[-] krad.h
[edit]
[+]
krb5
[-] krb5.h
[edit]
[-] profile.h
[edit]
[+]
openssl
[-] cursslk.h
[edit]
[-] autosprintf.h
[edit]
[-] eti.h
[edit]
[-] gettext-po.h
[edit]
[+]
libexslt
[+]
libxslt
[-] entities.h
[edit]
[-] gd.h
[edit]
[-] gd_io.h
[edit]
[-] gdcache.h
[edit]
[-] gdfontg.h
[edit]
[-] gdfontl.h
[edit]
[-] gdfontmb.h
[edit]
[-] gdfonts.h
[edit]
[-] gdfontt.h
[edit]
[-] gdfx.h
[edit]
[+]
libltdl
[-] ltdl.h
[edit]
[+]
e2p
[+]
ext2fs
[+]
quota
[-] tiff.h
[edit]
[-] etip.h
[edit]
[-] tiffconf-64.h
[edit]
[-] tiffconf.h
[edit]
[-] tiffio.h
[edit]
[-] tiffio.hxx
[edit]
[-] tiffvers.h
[edit]
[-] libaio.h
[edit]
[-] FlexLexer.h
[edit]
[-] idn-free.h
[edit]
[-] idn-int.h
[edit]
[-] idna.h
[edit]
[-] pr29.h
[edit]
[-] punycode.h
[edit]
[-] form.h
[edit]
[-] stringprep.h
[edit]
[-] menu.h
[edit]