mike
b4e3f2f94a
Implement fpclassify():
...
o Add a MD header private to libc called _fpmath.h; this header
contains bitfield layouts of MD floating-point types.
o Add a MI header private to libc called fpmath.h; this header
contains bitfield layouts of MI floating-point types.
o Add private libc variables to lib/libc/$arch/gen/infinity.c for
storing NaN values.
o Add __double_t and __float_t to <machine/_types.h>, and provide
double_t and float_t typedefs in <math.h>.
o Add some C99 manifest constants (FP_ILOGB0, FP_ILOGBNAN, HUGE_VALF,
HUGE_VALL, INFINITY, NAN, and return values for fpclassify()) to
<math.h> and others (FLT_EVAL_METHOD, DECIMAL_DIG) to <float.h> via
<machine/float.h>.
o Add C99 macro fpclassify() which calls __fpclassify{d,f,l}() based
on the size of its argument. __fpclassifyl() is never called on
alpha because (sizeof(long double) == sizeof(double)), which is good
since __fpclassifyl() can't deal with such a small `long double'.
This was developed by David Schultz and myself with input from bde and
fenner.
PR: 23103
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
(significant portions)
Reviewed by: bde, fenner (earlier versions)
2003-02-08 20:37:55 +00:00
..
2002-02-01 00:57:29 +00:00
2002-11-13 21:55:22 +00:00
2002-03-22 21:53:29 +00:00
2002-02-01 00:57:29 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 13:33:04 +00:00
2002-02-01 01:08:48 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 13:33:04 +00:00
2002-12-30 01:41:14 +00:00
2002-12-04 15:47:41 +00:00
2002-10-28 00:15:43 +00:00
2001-11-20 13:43:58 +00:00
2002-03-22 21:53:29 +00:00
2002-02-01 00:57:29 +00:00
2001-12-08 19:06:23 +00:00
2002-09-19 03:47:36 +00:00
2002-10-18 16:24:20 +00:00
2002-12-18 13:33:04 +00:00
2002-03-22 21:53:29 +00:00
2002-01-16 15:21:39 +00:00
2002-02-01 00:57:29 +00:00
2002-12-27 12:15:40 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 10:13:54 +00:00
2002-12-27 12:15:40 +00:00
2002-12-30 01:41:14 +00:00
2002-08-16 15:33:20 +00:00
2002-12-18 10:13:54 +00:00
2002-09-17 01:49:00 +00:00
2002-09-11 05:05:48 +00:00
2002-12-19 09:40:28 +00:00
2002-12-19 09:40:28 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-08-05 06:49:58 +00:00
2002-03-29 22:43:43 +00:00
2002-10-09 08:04:24 +00:00
2002-10-09 08:04:24 +00:00
2002-12-19 09:40:28 +00:00
2003-01-03 23:16:55 +00:00
2002-12-19 09:40:28 +00:00
2002-06-27 13:20:54 +00:00
2002-12-04 18:57:46 +00:00
2002-09-01 01:49:27 +00:00
2002-12-18 13:33:04 +00:00
2002-02-01 01:32:19 +00:00
2003-02-08 20:37:55 +00:00
2003-02-08 20:37:55 +00:00
2002-12-18 13:33:04 +00:00
2002-02-01 01:32:19 +00:00
2002-10-19 13:33:12 +00:00
2002-02-01 00:57:29 +00:00
2003-01-03 23:25:25 +00:00
2002-09-21 01:28:41 +00:00
2002-12-19 09:40:28 +00:00
2003-01-03 23:25:25 +00:00
2002-12-18 10:13:54 +00:00
2002-02-01 00:57:29 +00:00
2002-12-30 11:12:16 +00:00
2002-12-30 11:12:16 +00:00
2002-12-30 21:18:15 +00:00
2003-01-02 10:19:43 +00:00
2002-12-04 15:47:41 +00:00
2001-10-01 16:09:29 +00:00
2003-01-10 02:58:25 +00:00
2001-10-01 16:09:29 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 00:57:29 +00:00
2001-10-01 16:09:29 +00:00
2002-12-18 13:33:04 +00:00
2003-01-04 00:24:35 +00:00
2002-01-22 17:32:53 +00:00
2002-09-08 04:43:28 +00:00
2002-12-19 09:40:28 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-29 22:43:43 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 10:13:54 +00:00
2003-01-03 23:55:58 +00:00
2002-12-18 10:13:54 +00:00
2002-09-17 01:49:00 +00:00
2003-01-30 21:37:06 +00:00
2002-05-28 17:03:12 +00:00
2002-12-27 12:15:40 +00:00
2002-02-01 00:57:29 +00:00
2001-11-22 09:48:54 +00:00
2002-12-18 10:13:54 +00:00
2002-12-16 13:42:13 +00:00
2001-10-01 16:09:29 +00:00
2002-03-29 22:43:43 +00:00
2002-12-18 13:33:04 +00:00
2002-05-07 23:26:00 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 01:32:19 +00:00
2001-10-01 16:09:29 +00:00
2002-02-01 01:32:19 +00:00
2002-12-19 09:40:28 +00:00
2002-08-10 20:19:04 +00:00
2002-12-19 09:40:28 +00:00
2003-01-04 00:13:00 +00:00
2003-02-04 16:28:04 +00:00
2002-07-17 04:58:09 +00:00
2002-01-22 17:32:53 +00:00
2002-02-01 00:57:29 +00:00
2002-02-01 00:57:29 +00:00
2002-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2002-12-18 10:13:54 +00:00
2002-02-01 00:57:29 +00:00
2002-03-22 21:53:29 +00:00
2002-12-19 09:40:28 +00:00
2003-02-08 20:37:55 +00:00
2002-12-18 13:33:04 +00:00
2002-03-22 21:53:29 +00:00
2002-12-19 09:40:28 +00:00
2002-12-18 10:13:54 +00:00
2002-12-19 09:40:28 +00:00
2003-01-26 20:09:34 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2003-01-01 18:49:04 +00:00
2002-03-22 21:53:29 +00:00
2002-02-01 00:57:29 +00:00
2003-01-04 00:18:50 +00:00
2001-10-01 16:09:29 +00:00
2002-02-01 00:57:29 +00:00
2002-02-01 00:57:29 +00:00
2003-01-03 05:21:59 +00:00
2003-01-04 00:15:15 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 10:13:54 +00:00
2002-10-12 16:13:41 +00:00
2002-12-30 21:18:15 +00:00
2002-02-01 01:08:48 +00:00
2002-10-11 11:35:30 +00:00
2002-03-22 23:42:05 +00:00
2002-03-22 02:35:47 +00:00
2002-03-22 02:35:47 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 01:32:19 +00:00
2002-02-26 21:39:32 +00:00
2002-12-27 12:15:40 +00:00
2002-03-09 03:16:41 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 10:13:54 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 01:32:19 +00:00
2002-03-22 21:53:29 +00:00
2002-02-01 00:57:29 +00:00
2003-01-14 03:39:09 +00:00
2003-01-14 03:39:09 +00:00
2003-01-14 07:14:06 +00:00
2003-01-15 09:48:15 +00:00
2003-01-14 03:39:09 +00:00
2003-01-14 03:39:09 +00:00
2003-01-14 03:36:45 +00:00
2002-08-11 19:31:02 +00:00
2002-02-01 00:57:29 +00:00
2002-05-28 17:03:12 +00:00
2002-12-18 13:33:04 +00:00
2002-02-01 00:57:29 +00:00
2001-10-01 16:09:29 +00:00
2002-02-01 01:32:19 +00:00
2002-12-18 10:13:54 +00:00
2002-12-21 22:04:50 +00:00
2002-03-29 22:43:43 +00:00
2001-10-01 16:09:29 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 00:57:29 +00:00
2002-09-07 08:14:19 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 13:33:04 +00:00
2002-02-01 00:57:29 +00:00
2001-10-01 16:09:29 +00:00
2002-02-01 00:57:29 +00:00
2002-12-12 17:26:04 +00:00
2002-09-06 11:24:06 +00:00
2003-01-19 01:16:01 +00:00
2003-01-19 01:16:01 +00:00
2001-10-01 16:09:29 +00:00
2002-04-16 11:03:22 +00:00
2002-09-20 08:13:21 +00:00
2001-12-01 12:07:42 +00:00
2002-11-17 08:54:29 +00:00
2002-12-19 09:40:28 +00:00
2002-03-22 21:53:29 +00:00
2002-02-01 00:57:29 +00:00
2003-01-04 00:11:11 +00:00
2002-12-19 09:40:28 +00:00
2002-11-14 12:40:14 +00:00
2001-10-01 16:09:29 +00:00
2002-12-19 09:40:28 +00:00
2002-12-27 12:15:40 +00:00
2001-10-01 16:09:29 +00:00
2002-02-01 00:57:29 +00:00
2002-05-28 17:03:12 +00:00
2001-10-01 16:09:29 +00:00
2002-03-22 21:53:29 +00:00
2001-10-01 16:09:29 +00:00
2002-02-01 01:08:48 +00:00
2002-12-19 09:40:28 +00:00
2002-02-01 01:08:48 +00:00
2002-12-18 13:33:04 +00:00
2002-02-01 01:32:19 +00:00
2002-02-01 01:08:48 +00:00
2001-10-01 16:09:29 +00:00
2002-12-29 00:59:09 +00:00
2002-12-29 00:59:09 +00:00
2002-12-04 15:47:41 +00:00
2003-01-04 01:11:49 +00:00
2003-01-04 01:11:49 +00:00
2002-12-05 08:50:00 +00:00
2002-02-01 00:57:29 +00:00
2002-12-18 13:33:04 +00:00
2003-01-10 02:46:32 +00:00
2002-12-29 00:59:09 +00:00
2002-12-29 00:59:09 +00:00
2002-08-24 00:39:43 +00:00
2002-03-22 21:53:29 +00:00
2002-12-18 13:33:04 +00:00
2002-03-22 21:53:29 +00:00
2002-12-19 09:40:28 +00:00
2002-08-19 17:14:58 +00:00
2002-02-01 00:57:29 +00:00
2002-02-01 00:57:29 +00:00
2002-02-01 00:57:29 +00:00
2003-01-03 12:04:36 +00:00
2003-01-07 06:07:56 +00:00