/* $NetBSD: cabsl.c,v 1.1 2014/10/10 00:48:18 christos Exp $ */ /* * Public domain. */ #include "../src/namespace.h" #include #include long double cabsl(long double complex z) { return hypotl(__real__ z, __imag__ z); } .3' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-10Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.christos
2009-03-15ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster
2004-03-05- remove the RF_*_INC's, as necessary. They are not needed any more.oster
2004-02-29Adjust _rf_ShutdownCreate() so that it is willing to wait for moreoster
2003-12-30Some days you wonder if some of the function declaration consistencyoster
2003-12-29- first kick at a major reworking of RAIDframe's memory allocation code:oster
2003-12-21Since the 5th arg of pool_init() wasn't actually the numberoster
2003-12-21Fix usage of fifth argument to pool_init().simonb
2002-10-25Poolify callback descriptor allocation. While some of the underlyingoster
2002-09-14Everyone and their dog was using RF_ERRORMSG3 to print out the sameoster
2001-11-13add RCSIDslukem
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
2001-09-26- rf_types.h doesn't really need to pull in rf_archs.hoster
1999-02-05Phase 2 of the RAIDframe cleanup. The source is now closer to KNFoster
1999-01-26RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,oster
1998-11-13RAIDframe, version 1.1, from the Parallel Data Laboratory atoster