about summary refs log tree commit diff
path: root/sysdeps/generic/math_private.h
diff options
context:
space:
mode:
authorWilco Dijkstra <wilco.dijkstra@arm.com>2021-03-10 12:41:47 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2021-03-11 14:26:36 +0000
commit47ad14d789ecc3f3e16fdc1d6c7f727637f4d055 (patch)
tree5655731dc28f66aa96cea946f5ae79ac8577f489 /sysdeps/generic/math_private.h
parent4e1a870b9a4c664c9bc79afd07276ab660abd73f (diff)
downloadglibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.tar.gz
glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.tar.xz
glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.zip
math: Remove mpa files [BZ #15267]
Finally remove all mpa related files, headers, declarations, probes, unused
tables and update makefiles.

Reviewed-By: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Diffstat (limited to 'sysdeps/generic/math_private.h')
-rw-r--r--sysdeps/generic/math_private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/generic/math_private.h b/sysdeps/generic/math_private.h
index 10a6fde28d..98b54875f5 100644
--- a/sysdeps/generic/math_private.h
+++ b/sysdeps/generic/math_private.h
@@ -199,11 +199,5 @@ do {								\
 extern double __sin (double __x);
 extern double __cos (double __x);
 extern int __branred (double __x, double *__a, double *__aa);
-extern void __doasin (double __x, double __dx, double __v[]);
-extern void __dubsin (double __x, double __dx, double __v[]);
-extern void __dubcos (double __x, double __dx, double __v[]);
-extern double __mpsin (double __x, double __dx, bool __range_reduce);
-extern double __mpcos (double __x, double __dx, bool __range_reduce);
-extern void __docos (double __x, double __dx, double __v[]);
 
 #endif /* _MATH_PRIVATE_H_ */