Wilco Dijkstra
fe8c2b33ae
Since we now inline isinf, isnan and isfinite in math.h, replace uses of __isinf_ns(l/f)
with isinf, and remove the unused inlines __isinf_ns(l/f), __isnan(f) and __finite(f).
2015-09-18 Wilco Dijkstra <wdijkstr@arm.com>
* include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
* math/Makefile: Remove isinf_ns.c.
* math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
* math/multc3.c (__multc3): Likewise.
* math/s_casin.c (__casin): Likewise.
* math/s_casinf.c (__casinf): Likewise.
* math/s_casinl.c (__casinl): Likewise.
* math/s_cproj.c (__cproj): Likewise.
* math/s_cprojf.c (__cprojf): Likewise.
* math/s_cprojl.c (__cprofl): Likewise.
* math/s_ctan.c (__ctan): Likewise.
* math/s_ctanf.c (__ctanf): Likewise.
* math/s_ctanh.c (__ctanh): Likewise.
* math/s_ctanhf.c (__ctanhf): Likewise.
* math/s_ctanhl.c (__ctanhl): Likewise.
* math/s_ctanl.c (__ctanl): Likewise.
* math/w_fmod.c (__fmod): Likewise.
* math/w_fmodf.c (__fmodf): Likewise.
* math/w_fmodl.c (_fmodl): Likewise.
* math/w_remainder.c (__remainder): Likewise.
* math/w_remainderf.c (__remainderf): Likewise.
* math/w_remainderl.c (__remainderl): Likewise.
* math/w_scalb.c (__scalb): Likewise.
* math/w_scalbf.c (__scalbf): Likewise.
* math/w_scalbl.c (__scalbl): Likewise.
* sysdeps/ieee754/dbl-64/s_isinf_ns.c: Deleted file.
* sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Replace __isinf_ns
with isinf.
* sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Deleted file.
* sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Deleted file.
* sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Replace
__isinf_nsf with isinf.
* sysdeps/ieee754/flt-32/math_private.h: Deleted file.
* sysdeps/ieee754/flt-32/s_isinf_nsf.c: Deleted file.
* sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Deleted file.
* sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Replace __isinf_nsl
with isinf.
* sysdeps/ieee754/ldbl-128ibm/s_cprojl.c(__cprojll): Replace
__isinf_nsl with isinf.
* sysdeps/ieee754/ldbl-128ibm/s_ctanl.c(__ctanl): Replace __isinf_nsl
with isinf.
* sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Deleted file.
* sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Replace
__isinf_nsl with isinf.
* sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Deleted file.
* sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Replace __isinf_nsl
with isinf.
2015-09-18 20:51:52 +01:00
..
2014-12-17 18:09:11 +00:00
2015-06-18 23:08:15 +00:00
2015-01-02 16:29:47 +00:00
2014-12-16 18:18:49 +00:00
2015-06-17 20:08:22 +00:00
2015-01-02 16:29:47 +00:00
2015-09-03 20:33:46 +00:00
2007-04-19 14:28:01 +00:00
2015-06-17 20:22:39 +00:00
2012-02-25 23:18:39 -05:00
2012-01-07 23:57:22 -05:00
2015-02-24 13:29:40 -05:00
2012-05-24 23:08:18 +02:00
2014-11-24 15:03:45 +05:30
2015-09-11 20:00:19 +00:00
2015-01-02 16:29:47 +00:00
2013-09-04 20:47:21 +00:00
2014-12-11 21:41:30 +00:00
2015-09-03 20:33:46 +00:00
2015-05-13 12:34:11 -07:00
2015-07-07 11:06:56 -07:00
2012-11-21 06:33:19 -08:00
2014-11-24 15:03:45 +05:30
2012-01-07 23:57:22 -05:00
2014-10-30 19:44:31 +00:00
2015-08-05 02:42:21 -04:00
2015-09-15 20:36:50 +00:00
2014-12-11 21:41:30 +00:00
2012-02-25 23:18:39 -05:00
2004-03-09 10:36:53 +00:00
2004-03-09 10:36:53 +00:00
2012-02-25 23:18:39 -05:00
2003-03-14 05:48:18 +00:00
2015-01-02 16:29:47 +00:00
2012-02-25 23:18:39 -05:00
2009-04-23 18:29:30 +00:00
2014-11-24 11:41:44 +05:30
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2012-02-26 21:32:56 -05:00
2015-04-02 19:55:21 +02:00
2015-05-25 21:20:20 +03:00
2012-05-24 23:08:18 +02:00
2015-09-04 16:21:14 +00:00
2015-01-02 16:29:47 +00:00
2015-09-08 21:11:03 +00:00
2015-01-02 16:29:47 +00:00
2012-02-25 23:18:39 -05:00
2009-02-07 22:01:49 +00:00
2015-09-18 20:51:52 +01:00
2012-05-31 13:10:02 +02:00
2012-02-26 21:32:56 -05:00
2015-06-17 20:19:04 +00:00
2015-06-12 10:10:18 +00:00
2015-06-17 20:16:56 +00:00
2004-10-24 21:29:41 +00:00
2012-02-25 23:18:39 -05:00
2012-02-25 23:18:39 -05:00
2014-11-24 15:03:45 +05:30
2015-01-02 16:29:47 +00:00
2012-02-25 23:18:39 -05:00
2015-04-07 11:03:43 +02:00
2015-06-17 20:11:58 +00:00
2015-01-02 16:29:47 +00:00
2012-02-25 23:18:39 -05:00
2012-01-07 23:57:22 -05:00
2015-01-02 16:29:47 +00:00
2015-01-13 11:28:17 -08:00
2015-01-02 16:29:47 +00:00
2015-01-02 16:29:47 +00:00
2015-02-23 11:35:24 -03:00
2012-05-24 23:06:20 +02:00
2015-07-09 15:32:32 -07:00
2014-11-24 15:03:45 +05:30
2015-06-02 20:24:25 +00:00
2012-02-25 23:18:39 -05:00
2002-10-11 10:52:20 +00:00
2012-02-25 23:18:39 -05:00
2013-06-11 11:11:11 +05:30
2015-06-17 20:21:19 +00:00
2012-02-25 23:18:39 -05:00
2012-02-25 23:18:39 -05:00
2015-07-09 15:25:47 -07:00
2012-02-25 23:18:39 -05:00
2012-01-07 23:57:22 -05:00
2015-01-02 16:29:47 +00:00
2015-06-17 20:15:22 +00:00
2015-06-05 20:04:47 +00:00
2012-02-25 23:18:39 -05:00