aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/k_rem_pio2.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-1/+1
2018-05-22Fix i686-linux-gnu build with GCC mainline.Joseph Myers1-0/+9
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler1-0/+10
2015-09-23Use math_narrow_eval more consistently.Joseph Myers1-14/+5
2013-10-17Format floating routines.Ondřej Bílka1-133/+182
2013-06-06Fix leading whitespaces.Ondrej Bilka1-3/+3
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers1-7/+10
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers1-18/+1
2011-08-04Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek1-6/+12
1999-07-14Update.Ulrich Drepper1-0/+320