diff options
Diffstat (limited to 'lib/libm/arch/mc68881')
-rw-r--r-- | lib/libm/arch/mc68881/e_acos.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_asin.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_atanh.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_cosh.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_exp.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_log.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_log10.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_sinh.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/e_sqrt.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_atan.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_ceil.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_copysign.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_cos.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_expm1.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_finite.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_floor.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_log1p.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_logb.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_rint.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_scalbn.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_sin.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_tan.S | 6 | ||||
-rw-r--r-- | lib/libm/arch/mc68881/s_tanh.S | 6 |
23 files changed, 23 insertions, 115 deletions
diff --git a/lib/libm/arch/mc68881/e_acos.S b/lib/libm/arch/mc68881/e_acos.S index e1a1f9d2469..8e39424171b 100644 --- a/lib/libm/arch/mc68881/e_acos.S +++ b/lib/libm/arch/mc68881/e_acos.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_asin.S b/lib/libm/arch/mc68881/e_asin.S index abd608b9f2b..00dd151d2fc 100644 --- a/lib/libm/arch/mc68881/e_asin.S +++ b/lib/libm/arch/mc68881/e_asin.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_atanh.S b/lib/libm/arch/mc68881/e_atanh.S index 23ef840fa51..63bbdae3114 100644 --- a/lib/libm/arch/mc68881/e_atanh.S +++ b/lib/libm/arch/mc68881/e_atanh.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_cosh.S b/lib/libm/arch/mc68881/e_cosh.S index c1282260b53..75e63ed5d74 100644 --- a/lib/libm/arch/mc68881/e_cosh.S +++ b/lib/libm/arch/mc68881/e_cosh.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_exp.S b/lib/libm/arch/mc68881/e_exp.S index f337306b70a..f8a2e7b0d72 100644 --- a/lib/libm/arch/mc68881/e_exp.S +++ b/lib/libm/arch/mc68881/e_exp.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_log.S b/lib/libm/arch/mc68881/e_log.S index 19f83b22768..d89b96039c8 100644 --- a/lib/libm/arch/mc68881/e_log.S +++ b/lib/libm/arch/mc68881/e_log.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_log10.S b/lib/libm/arch/mc68881/e_log10.S index 3e37d21e79b..00511d71edd 100644 --- a/lib/libm/arch/mc68881/e_log10.S +++ b/lib/libm/arch/mc68881/e_log10.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_sinh.S b/lib/libm/arch/mc68881/e_sinh.S index dbe0f5b3ace..c2717142349 100644 --- a/lib/libm/arch/mc68881/e_sinh.S +++ b/lib/libm/arch/mc68881/e_sinh.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/e_sqrt.S b/lib/libm/arch/mc68881/e_sqrt.S index d71dbf693fe..e6ae06d962e 100644 --- a/lib/libm/arch/mc68881/e_sqrt.S +++ b/lib/libm/arch/mc68881/e_sqrt.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_atan.S b/lib/libm/arch/mc68881/s_atan.S index 735d9f506b5..20b5d44635b 100644 --- a/lib/libm/arch/mc68881/s_atan.S +++ b/lib/libm/arch/mc68881/s_atan.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_ceil.S b/lib/libm/arch/mc68881/s_ceil.S index c0c1f607769..18514b52e9e 100644 --- a/lib/libm/arch/mc68881/s_ceil.S +++ b/lib/libm/arch/mc68881/s_ceil.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_copysign.S b/lib/libm/arch/mc68881/s_copysign.S index 151be5e7ce2..ce74cb23750 100644 --- a/lib/libm/arch/mc68881/s_copysign.S +++ b/lib/libm/arch/mc68881/s_copysign.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_cos.S b/lib/libm/arch/mc68881/s_cos.S index 285d277a4cd..4342832d9dd 100644 --- a/lib/libm/arch/mc68881/s_cos.S +++ b/lib/libm/arch/mc68881/s_cos.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_expm1.S b/lib/libm/arch/mc68881/s_expm1.S index 8dfef277fb7..f809fecf768 100644 --- a/lib/libm/arch/mc68881/s_expm1.S +++ b/lib/libm/arch/mc68881/s_expm1.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_finite.S b/lib/libm/arch/mc68881/s_finite.S index 5cb8d4e68e5..ab817d7c201 100644 --- a/lib/libm/arch/mc68881/s_finite.S +++ b/lib/libm/arch/mc68881/s_finite.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_floor.S b/lib/libm/arch/mc68881/s_floor.S index 09691b252a8..b116a73ddd6 100644 --- a/lib/libm/arch/mc68881/s_floor.S +++ b/lib/libm/arch/mc68881/s_floor.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_log1p.S b/lib/libm/arch/mc68881/s_log1p.S index 3b8c39c3b43..9df84efb7fa 100644 --- a/lib/libm/arch/mc68881/s_log1p.S +++ b/lib/libm/arch/mc68881/s_log1p.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_logb.S b/lib/libm/arch/mc68881/s_logb.S index b912e1f39a5..9fd5f19ada6 100644 --- a/lib/libm/arch/mc68881/s_logb.S +++ b/lib/libm/arch/mc68881/s_logb.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_rint.S b/lib/libm/arch/mc68881/s_rint.S index 6ab3ac0edb9..cc1fe93f534 100644 --- a/lib/libm/arch/mc68881/s_rint.S +++ b/lib/libm/arch/mc68881/s_rint.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_scalbn.S b/lib/libm/arch/mc68881/s_scalbn.S index 685617d5340..fd0925580ff 100644 --- a/lib/libm/arch/mc68881/s_scalbn.S +++ b/lib/libm/arch/mc68881/s_scalbn.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_sin.S b/lib/libm/arch/mc68881/s_sin.S index 3bb264a6028..0374fd87e98 100644 --- a/lib/libm/arch/mc68881/s_sin.S +++ b/lib/libm/arch/mc68881/s_sin.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_tan.S b/lib/libm/arch/mc68881/s_tan.S index d55fadb84d7..b63b8f8fac8 100644 --- a/lib/libm/arch/mc68881/s_tan.S +++ b/lib/libm/arch/mc68881/s_tan.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/lib/libm/arch/mc68881/s_tanh.S b/lib/libm/arch/mc68881/s_tanh.S index 2d4a153d203..f69ad037f4f 100644 --- a/lib/libm/arch/mc68881/s_tanh.S +++ b/lib/libm/arch/mc68881/s_tanh.S @@ -14,11 +14,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |