Ulrich Drepper
|
788c7990eb
|
Moved to bits/.
|
1997-06-21 02:40:36 +00:00 |
|
Ulrich Drepper
|
8595663591
|
m68k specific math values.
|
1997-06-21 02:39:53 +00:00 |
|
Ulrich Drepper
|
15c1225093
|
m68k w/out FPU specific math inline functions.
|
1997-06-21 02:34:13 +00:00 |
|
Ulrich Drepper
|
ef8a52eeee
|
m68k specific math inline functions.
|
1997-06-21 02:34:00 +00:00 |
|
Ulrich Drepper
|
19b9549252
|
m68k specific math definitions.
|
1997-06-21 02:33:02 +00:00 |
|
Ulrich Drepper
|
21bc60d240
|
m68k specific FP environment definitions.
|
1997-06-21 02:31:18 +00:00 |
|
Ulrich Drepper
|
0d70c1a887
|
m68k specific setjmp buffer.
|
1997-06-21 02:29:18 +00:00 |
|
Ulrich Drepper
|
1f7005dfa1
|
m68k specific endianess specification.
|
1997-06-21 02:26:23 +00:00 |
|
Ulrich Drepper
|
c96df8ef30
|
(elf_machine_rela): Check that the symbol was found.
|
1997-06-21 02:08:10 +00:00 |
|
Ulrich Drepper
|
0dab1d3494
|
Remove FIXME and special case for quotient.
|
1997-06-19 19:05:14 +00:00 |
|
Ulrich Drepper
|
a3baa80ed7
|
Renamed to s_llrint.
|
1997-06-19 19:04:58 +00:00 |
|
Ulrich Drepper
|
b09d8d6fc8
|
Renamed to lrint.
|
1997-06-19 19:04:54 +00:00 |
|
Ulrich Drepper
|
fd945ccbb4
|
Implementation of m68k specific lrint function.
|
1997-06-19 19:04:45 +00:00 |
|
Ulrich Drepper
|
3f6db74934
|
Implementation of m68k specific llrint function.
|
1997-06-19 19:04:35 +00:00 |
|
Ulrich Drepper
|
44d86bcbfb
|
Rename __rinttol to __lrint and rinttol to lrint.
|
1997-06-19 19:03:16 +00:00 |
|
Ulrich Drepper
|
d981488053
|
Do it right so that gcc doesn't optimize out the operations.
|
1997-06-04 19:05:17 +00:00 |
|
Ulrich Drepper
|
c81b73ad0e
|
(isgreater, isgreaterequal, isless, islessequal, islessgreater,
isunordered): Fix assembler syntax.
|
1997-06-04 19:05:10 +00:00 |
|
Ulrich Drepper
|
05a8f8e8c7
|
m68k specific NaN value definitions.
|
1997-06-04 19:05:00 +00:00 |
|
Ulrich Drepper
|
d901ee0d08
|
Change GCC's HUGE_VAL{,F,L} to use DI and SI mode integers instead of
bytes. Fix value of HUGE_VALL.
|
1997-06-04 19:04:28 +00:00 |
|
Ulrich Drepper
|
08eeb8c0d3
|
Fix missing negate. Use __m81_test instead of explicit comparisons.
|
1997-05-29 12:05:37 +00:00 |
|
Ulrich Drepper
|
1bf0f668e6
|
De-ansidecl-fy.
|
1997-05-26 22:28:25 +00:00 |
|
Ulrich Drepper
|
b5fba1adf7
|
(elf_machine_rel): Print warning about changed size in copy relocation
only if symbol in shared object is larger or _dl_verbose is nonzero.
|
1997-05-25 01:07:16 +00:00 |
|
Ulrich Drepper
|
e295f61993
|
(elf_machine_runtime_setup): Return lazy.
|
1997-05-24 02:15:43 +00:00 |
|
Ulrich Drepper
|
e7af313d34
|
Rewritten.
|
1997-05-07 15:29:27 +00:00 |
|
Ulrich Drepper
|
761edbdece
|
Don't define huge_val.
|
1997-05-07 15:29:22 +00:00 |
|
Ulrich Drepper
|
d607f9b1a4
|
m68k specific complex sine implementation for long double.
|
1997-05-07 15:28:03 +00:00 |
|
Ulrich Drepper
|
290960f758
|
m68k specific complex sine implementation for float.
|
1997-05-07 15:27:51 +00:00 |
|
Ulrich Drepper
|
29b12174ee
|
m68k specific complex sine implementation for double.
|
1997-05-07 15:27:44 +00:00 |
|
Ulrich Drepper
|
46a66e25c6
|
m68k specific complex cosine implementation for long double.
|
1997-05-07 15:27:27 +00:00 |
|
Ulrich Drepper
|
fc2cf9ae39
|
m68k specific complex cosine implementation for float.
|
1997-05-07 15:27:16 +00:00 |
|
Ulrich Drepper
|
bc99330920
|
m68k specific complex cosine implementation.
|
1997-05-07 15:27:03 +00:00 |
|
Ulrich Drepper
|
4291e75751
|
Raise invalid exception for NaN result.
Use __m81_test.
|
1997-05-07 15:26:29 +00:00 |
|
Ulrich Drepper
|
08c2dbb9a2
|
(__frexp): Don't raise invalid exception on infinite value.
(__m81_test, __M81_COND_NAN, __M81_COND_INF, __M81_COND_NEG,
__M81_COND_ZERO): New definitions.
|
1997-05-07 15:26:19 +00:00 |
|
Ulrich Drepper
|
e9b08b8835
|
(elf_machine_rela): Check for mismatch in size for copy relocation.
|
1997-05-07 14:32:55 +00:00 |
|
Ulrich Drepper
|
947a127d2b
|
m68k specific optimized version of sincos for long double.
|
1997-04-21 11:38:01 +00:00 |
|
Ulrich Drepper
|
ffe33322db
|
m68k specific optimized version of sincos for float.
|
1997-04-21 11:37:48 +00:00 |
|
Ulrich Drepper
|
f119590d6c
|
m68k specific optimized version of sincos for double.
|
1997-04-21 11:37:37 +00:00 |
|
Ulrich Drepper
|
334ca6573b
|
Rewrite handling of integral exponent.
|
1997-04-21 11:36:58 +00:00 |
|
Ulrich Drepper
|
ecc1637a09
|
Define optimized versions of isgreater, isgreaterequal, isless,
islessequal, islessgreater, and isunordered.
Add inlined sincos{,l,f}.
|
1997-04-21 11:36:45 +00:00 |
|
Ulrich Drepper
|
c72aa4a26a
|
m68k specific math exception handling code.
|
1997-04-17 15:09:43 +00:00 |
|
Ulrich Drepper
|
b1fc9ae289
|
m68k specific math type and constant definitions.
|
1997-04-17 15:07:44 +00:00 |
|
Ulrich Drepper
|
27028e9818
|
remquo implementation for long double according to IEEE.
|
1997-04-17 15:04:34 +00:00 |
|
Ulrich Drepper
|
6f8f9b3586
|
remquo implementation for float according to IEEE.
|
1997-04-17 15:04:17 +00:00 |
|
Ulrich Drepper
|
843682819d
|
remquo implementation for double according to IEEE.
|
1997-04-17 15:04:04 +00:00 |
|
Ulrich Drepper
|
cddfc83cf8
|
m68k specific round long double to long long function.
|
1997-04-12 23:37:52 +00:00 |
|
Ulrich Drepper
|
bc3bea7963
|
m68k specific round long double to long function.
|
1997-04-12 23:37:40 +00:00 |
|
Ulrich Drepper
|
90ad32dd72
|
(__rinttol, rinttol): New inline.
|
1997-04-12 23:37:12 +00:00 |
|
Ulrich Drepper
|
d0a13f94e4
|
Don't define INFINITY.
|
1997-04-12 23:36:57 +00:00 |
|
Ulrich Drepper
|
5838780e11
|
Complex sinh function for m68k.
|
1997-04-11 10:28:26 +00:00 |
|
Ulrich Drepper
|
45b0751eae
|
Use internal exp function instead of wrapper.
|
1997-04-11 10:27:30 +00:00 |
|