summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-03-23asm for hypot and hypotfRich Felker-0/+87
2012-03-23make dlerror conform to posixRich Felker-6/+16
2012-03-22add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker-20/+9
2012-03-22acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))nsz-6/+2
2012-03-22sysconf support for dynamic limits (open files and processes)Rich Felker-2/+9
2012-03-21initial, very primitive strfmonRich Felker-0/+77
2012-03-20x86_64 math asm, long double functions onlyRich Felker-0/+239
2012-03-20Merge remote branch 'nsz/master'Rich Felker-198/+127
2012-03-20upgrade to latest upstream TRE regex code (0.8.0)Rich Felker-1168/+1037
2012-03-20nearbyint optimization (only clear inexact when necessary)nsz-19/+29
2012-03-20remove a fixme commentnsz-3/+2
2012-03-20clean up pow.c and powf.cnsz-57/+43
2012-03-20clean up powl.cnsz-92/+47
2012-03-20fix a cbrtl.c regression and remove x87 precision settingnsz-27/+6
2012-03-20optimize scalbn familyRich Felker-7/+46
2012-03-19remquo asm: return quotient mod 8, as intended by the specRich Felker-17/+26
2012-03-19use alternate formula for acos asm to avoid loss of precisionRich Felker-3/+11
2012-03-19Merge remote branch 'nsz/master'Rich Felker-806/+655
2012-03-19fix exp asmRich Felker-23/+22
2012-03-19code cleanup of named constantsnsz-623/+513
2012-03-19fix remainder*.c: remove useless long double castnsz-15/+6
2012-03-19don't try to create non-standard denormalization signalnsz-7/+4
2012-03-19Merge remote branch 'nsz/master'Rich Felker-80/+3
2012-03-19new modff.c code, fix nan handling in modflnsz-44/+26
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz-101/+102
2012-03-19fix long double const workaround in cbrtlnsz-5/+1
2012-03-19don't inline __rem_pio2l so the code size is smallernsz-9/+2
2012-03-19minor fix in __tanl (get sign properly)nsz-2/+1
2012-03-19bug fix: wrong opcode for writing long longRich Felker-2/+2
2012-03-19remove long double const workaroundsnsz-79/+2
2012-03-19fix erfl wrapper for long double==double casensz-1/+1
2012-03-19asm for log1pRich Felker-0/+45
2012-03-19asm for log2Rich Felker-0/+21
2012-03-19asm for remquoRich Felker-0/+43
2012-03-19optimize exponential asm for i386Rich Felker-58/+77
2012-03-19Merge remote branch 'nsz/master'Rich Felker-163/+208
2012-03-19fix broken modf family functionsRich Felker-27/+66
2012-03-19asm for modf functionsRich Felker-0/+45
2012-03-19simplify scalbn*.c implementationsnsz-152/+65
2012-03-19Merge branch 'master' of git://git.etalabs.net/muslnsz-0/+75
2012-03-19asm for floor/ceil/truncRich Felker-0/+75
2012-03-19Merge branch 'master' of git://git.etalabs.net/muslnsz-0/+157
2012-03-19asm for scalbn familyRich Felker-0/+64
2012-03-19asm for inverse trig functionsRich Felker-0/+93
2012-03-19Merge branch 'master' of git://git.etalabs.net/muslnsz-1/+109
2012-03-18asm for log functionsRich Felker-0/+42
2012-03-18fix broken exponential asmRich Felker-1/+21
2012-03-18asm for lrint family on i386Rich Felker-0/+46
2012-03-19Merge branch 'master' of git://git.etalabs.net/muslnsz-0/+89
2012-03-18asm exponential functions for i386Rich Felker-0/+89