summaryrefslogtreecommitdiff
path: root/lib/libm/src/s_finite.c
AgeCommit message (Collapse)Author
2013-11-12Typo.joerg
2002-05-26__STDC__ is always defined on NetBSD.wiz
1999-07-02More trailing white space.simonb
1997-10-09rcsid facism, WARNSifylukem
1995-05-10Id -> NetBSDjtc
1994-09-22LIBM_SCCS must be defined for the RCS ID to be defined.jtc
This library will soon be used by DJGPP. And since memory is often tight on DOS machines, there is little benifit to be had from including RCS IDs.
1994-08-18Change int -> int32_t and unsigned int -> u_int32_t to improve portabiltyjtc
to machines where int != 32 bits.
1994-08-10Float versions of math functions. From Ian Taylor (ian@cygnus.com), withjtc
minor changes by me.
1994-03-03Don't determine byte order at run time.jtc
This also "solves" the problem of GCC optimization leading to incorrect results.
1994-02-18Add RCS ID's.jtc
1994-02-11Include <math.h> instead of "fdlibm.h"jtc
Byteorder fix for s_frexp.c.
1994-02-11Fdlibm 5.1jtc
scw 2003-05-21Remove #ifdefs supporting the old pmap, switching fully to the new.thorpej 2003-04-18Add the generic arm32 bits of the new pmap, contributed by Wasabi Systems.scw 2003-02-23Change pcb32_pagedir to a paddr_t (after all, it's used as a paddr_tthorpej 2002-10-19Undo recent cpu_switch register usage changes in order to decrease nathanw_sabjh21 2002-10-18In cpu_switch(), stack more registers at the start of the function,bjh21 2002-10-12Move curpcb into struct cpu_info in MULTIPROCESSOR kernels.bjh21 2001-11-23- Move more contents of various <machine/vmparam.h> files intothorpej 2001-09-09Don't define pcb_* register macros.toshii 2001-09-03Add a merged <pcb.h> for arm26/arm32.matt