Age | Commit message (Expand) | Author |
1999-12-18 | Protect definitions for math.h against double inclusion. | Ulrich Drepper |
1999-10-31 | Return value and add alias. | Ulrich Drepper |
1999-10-31 | Replace __USE_ISOC9X by __USE_ISOC99 and also recognize _ISOC99_SOURCE. | Ulrich Drepper |
1999-06-26 | New file. | Andreas Schwab |
1999-06-26 | * sysdeps/m68k/fpu/bits/mathinline.h: Move all libm internal | Andreas Schwab |
1999-05-22 | * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member | Andreas Schwab |
1999-02-13 | * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead | Andreas Schwab |
1998-11-10 | Define ISO C 9X stuff only if included from math.h and __USE_ISOC9X is | Ulrich Drepper |
1998-11-05 | Define only if __USE_ISOC9X. | Ulrich Drepper |
1998-09-09 | * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with | Andreas Schwab |
1998-07-04 | List only one file per line. | Ulrich Drepper |
1998-06-10 | * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as | Andreas Schwab |
1998-03-13 | * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal, | Andreas Schwab |
1998-02-26 | (FE_TOWARDZERO): Correct typo. | Ulrich Drepper |
1998-02-18 | Stub file | Andreas Schwab |
1997-12-22 | Don't define exp2 inline. | Ulrich Drepper |
1997-12-14 | Protect declarations of inline functions by feature tests to avoid | Ulrich Drepper |
1997-12-14 | (fenv_t): Add member to hold fpiar value, to match spirit of the | Ulrich Drepper |
1997-12-14 | Save/restore fpiar. | Ulrich Drepper |
1997-12-03 | Don't define ___LIBC_INTERNAL_MATH_INLINES here. | Ulrich Drepper |
1997-11-26 | Issue error message if the header is used directly. | Ulrich Drepper |
1997-11-22 | Define optimizations if __LIBC_INTERNAL_MATH_INLINES is defined. | Ulrich Drepper |
1997-11-22 | Define __LIBC_INTERNAL_MATH_INLINES instead of | Ulrich Drepper |
1997-11-13 | Define INFINITY as of type float. | Ulrich Drepper |
1997-11-11 | m68k specific llrint implementation. | Ulrich Drepper |
1997-11-11 | Make compilable and fix overflow condition. | Ulrich Drepper |
1997-10-26 | Add fma and scalbln. Update lrint and scalbn. | Ulrich Drepper |
1997-10-26 | Add scalbln alias. | Ulrich Drepper |
1997-10-26 | New (empty) file. | Ulrich Drepper |
1997-10-26 | Add standard skeleton stuff. | Ulrich Drepper |
1997-09-30 | Rename exp2{,l,f} to __ieee754_exp2{,l,f}. | Ulrich Drepper |
1997-08-10 | Add empty file to prevent the version from libm-ieee754 be compiled | Ulrich Drepper |
1997-07-24 | Don't handle FE_INEXACT specially, the standard doesn't require it. | Ulrich Drepper |
1997-07-14 | Define ISO C9x comparison function always. | Ulrich Drepper |
1997-07-11 | (fesetenv): Shift the exception mask in the right position. | Ulrich Drepper |
1997-07-11 | Shift the exception mask in the right position. | Ulrich Drepper |
1997-07-06 | Correct the FE_INEXACT and FE_UNDERFLOW cases. | Ulrich Drepper |
1997-06-26 | Adapated for change of s_ilogb.c. | Ulrich Drepper |
1997-06-26 | Define it here. Handle zero, NaN and infinity specially. | Ulrich Drepper |
1997-06-26 | (FP_ILOGB0): Correct value. | Ulrich Drepper |
1997-06-26 | Don't undef macros for unordered comparison before definition. | Ulrich Drepper |
1997-06-23 | Fix type of second argument. | Ulrich Drepper |
1997-06-23 | Rewritten. | Ulrich Drepper |
1997-06-23 | (FP_ILOGB0, FP_ILOGBNAN): Define. | Ulrich Drepper |
1997-06-23 | (__scalbn): Fix type of second argument. | Ulrich Drepper |
1997-06-21 | Moved to bits/. | Ulrich Drepper |
1997-06-21 | m68k w/out FPU specific math inline functions. | Ulrich Drepper |
1997-06-21 | m68k specific math inline functions. | Ulrich Drepper |
1997-06-21 | m68k specific math definitions. | Ulrich Drepper |
1997-06-21 | m68k specific FP environment definitions. | Ulrich Drepper |