blob: 0c37b2bed1cfd7f3f5e4cf09a728f5d646fdecef [file] [log] [blame]
Elliott Hughesaa8db1b2021-02-16 15:05:44 -08001====================================================
2Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
3
4Developed at SunPro, a Sun Microsystems, Inc. business.
5Permission to use, copy, modify, and distribute this
6software is freely granted, provided that this notice
7is preserved.
8
9-------------------------------------------------------------------
10
11====================================================
12Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
13
14Developed at SunPro, a Sun Microsystems, Inc. business.
15Permission to use, copy, modify, and distribute this
16software is freely granted, provided that this notice
17is preserved.
18====================================================
19
20Optimized by Bruce D. Evans.
21
22-------------------------------------------------------------------
23
24====================================================
25Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
26
27Developed at SunPro, a Sun Microsystems, Inc. business.
28Permission to use, copy, modify, and distribute this
29software is freely granted, provided that this notice
30is preserved.
31====================================================
32
33k_sinf.c and k_cosf.c merged by Steven G. Kargl.
34
35-------------------------------------------------------------------
36
37====================================================
38Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
39
40Developed at SunPro, a Sun Microsystems, Inc. business.
41Permission to use, copy, modify, and distribute this
42software is freely granted, provided that this notice
43is preserved.
44====================================================
45
46s_sin.c and s_cos.c merged by Steven G. Kargl. Descriptions of the
47algorithms are contained in the original files.
48
49-------------------------------------------------------------------
50
51====================================================
52Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
53
54Developed at SunSoft, a Sun Microsystems, Inc. business.
55Permission to use, copy, modify, and distribute this
56software is freely granted, provided that this notice
57is preserved.
58
59-------------------------------------------------------------------
60
61====================================================
62Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
63
64Developed at SunSoft, a Sun Microsystems, Inc. business.
65Permission to use, copy, modify, and distribute this
66software is freely granted, provided that this notice
67is preserved.
68====================================================
69
70Optimized by Bruce D. Evans.
71
72-------------------------------------------------------------------
73
74====================================================
75Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
76
77Developed at SunSoft, a Sun Microsystems, Inc. business.
78Permission to use, copy, modify, and distribute this
79software is freely granted, provided that this notice
80is preserved.
81====================================================
82
83k_sin.c and k_cos.c merged by Steven G. Kargl.
84
85-------------------------------------------------------------------
86
87====================================================
88Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
89Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
90
91Developed at SunSoft, a Sun Microsystems, Inc. business.
92Permission to use, copy, modify, and distribute this
93software is freely granted, provided that this notice
94is preserved.
95
96-------------------------------------------------------------------
97
98====================================================
99Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
100Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
101
102Developed at SunSoft, a Sun Microsystems, Inc. business.
103Permission to use, copy, modify, and distribute this
104software is freely granted, provided that this notice
105is preserved.
106====================================================
107
108Optimized by Bruce D. Evans.
109
110-------------------------------------------------------------------
111
112====================================================
113Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
114Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
115
116Developed at SunSoft, a Sun Microsystems, Inc. business.
117Permission to use, copy, modify, and distribute this
118software is freely granted, provided that this notice
119is preserved.
120====================================================
121
122k_sinl.c and k_cosl.c merged by Steven G. Kargl
123
124-------------------------------------------------------------------
125
126====================================================
127Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
128Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz.
129
130Developed at SunPro, a Sun Microsystems, Inc. business.
131Permission to use, copy, modify, and distribute this
132software is freely granted, provided that this notice
133is preserved.
134====================================================
135
136The argument reduction and testing for exceptional cases was
137written by Steven G. Kargl with input from Bruce D. Evans
138and David A. Schultz.
139
140-------------------------------------------------------------------
141
142====================================================
143Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
144
145Permission to use, copy, modify, and distribute this
146software is freely granted, provided that this notice
147is preserved.
148
149-------------------------------------------------------------------
150
151====================================================
152Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
153
154Permission to use, copy, modify, and distribute this
155software is freely granted, provided that this notice
156is preserved.
157
158-------------------------------------------------------------------
159
160====================================================
161Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
162Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
163
164Permission to use, copy, modify, and distribute this
165software is freely granted, provided that this notice
166is preserved.
167
168-------------------------------------------------------------------
169
170Copyright (C) 2013 The Android Open Source Project
171
172Licensed under the Apache License, Version 2.0 (the "License");
173you may not use this file except in compliance with the License.
174You may obtain a copy of the License at
175
176 http://www.apache.org/licenses/LICENSE-2.0
177
178Unless required by applicable law or agreed to in writing, software
179distributed under the License is distributed on an "AS IS" BASIS,
180WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
181See the License for the specific language governing permissions and
182limitations under the License.
183
184-------------------------------------------------------------------
185
186Copyright (C) 2014 The Android Open Source Project
187All rights reserved.
188
189Redistribution and use in source and binary forms, with or without
190modification, are permitted provided that the following conditions
191are met:
1921. Redistributions of source code must retain the above copyright
193 notice, this list of conditions and the following disclaimer.
1942. Redistributions in binary form must reproduce the above copyright
195 notice, this list of conditions and the following disclaimer in the
196 documentation and/or other materials provided with the distribution.
197
198THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
199ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
200IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
201ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
202FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
203DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
204OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
205HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
206LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
207OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
208SUCH DAMAGE.
209
210-------------------------------------------------------------------
211
212Copyright (C) 2015 The Android Open Source Project
213
214Licensed under the Apache License, Version 2.0 (the "License");
215you may not use this file except in compliance with the License.
216You may obtain a copy of the License at
217
218 http://www.apache.org/licenses/LICENSE-2.0
219
220Unless required by applicable law or agreed to in writing, software
221distributed under the License is distributed on an "AS IS" BASIS,
222WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
223See the License for the specific language governing permissions and
224limitations under the License.
225
226-------------------------------------------------------------------
227
228Copyright (C) 2017 The Android Open Source Project
229All rights reserved.
230
231Redistribution and use in source and binary forms, with or without
232modification, are permitted provided that the following conditions
233are met:
234 * Redistributions of source code must retain the above copyright
235 notice, this list of conditions and the following disclaimer.
236 * Redistributions in binary form must reproduce the above copyright
237 notice, this list of conditions and the following disclaimer in
238 the documentation and/or other materials provided with the
239 distribution.
240
241THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
242"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
243LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
244FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
245COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
246INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
247BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
248OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
249AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
250OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
251OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
252SUCH DAMAGE.
253
254-------------------------------------------------------------------
255
256Copyright (C) 2018 The Android Open Source Project
257All rights reserved.
258
259Redistribution and use in source and binary forms, with or without
260modification, are permitted provided that the following conditions
261are met:
262 * Redistributions of source code must retain the above copyright
263 notice, this list of conditions and the following disclaimer.
264 * Redistributions in binary form must reproduce the above copyright
265 notice, this list of conditions and the following disclaimer in
266 the documentation and/or other materials provided with the
267 distribution.
268
269THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
270"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
271LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
272FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
273COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
274INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
275BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
276OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
277AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
278OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
279OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
280SUCH DAMAGE.
281
282-------------------------------------------------------------------
283
Pirama Arumuga Nainar0c3bb2c2021-08-19 20:15:12 -0700284Copyright (C) 2021 The Android Open Source Project
285All rights reserved.
286
287Redistribution and use in source and binary forms, with or without
288modification, are permitted provided that the following conditions
289are met:
290 * Redistributions of source code must retain the above copyright
291 notice, this list of conditions and the following disclaimer.
292 * Redistributions in binary form must reproduce the above copyright
293 notice, this list of conditions and the following disclaimer in
294 the documentation and/or other materials provided with the
295 distribution.
296
297THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
298"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
299LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
300FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
301COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
302INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
303BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
304OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
305AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
306OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
307OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
308SUCH DAMAGE.
309
310-------------------------------------------------------------------
311
Elliott Hughesaa8db1b2021-02-16 15:05:44 -0800312Copyright (c) 1985, 1993
313 The Regents of the University of California. All rights reserved.
314
315Redistribution and use in source and binary forms, with or without
316modification, are permitted provided that the following conditions
317are met:
3181. Redistributions of source code must retain the above copyright
319 notice, this list of conditions and the following disclaimer.
3202. Redistributions in binary form must reproduce the above copyright
321 notice, this list of conditions and the following disclaimer in the
322 documentation and/or other materials provided with the distribution.
3233. Neither the name of the University nor the names of its contributors
324 may be used to endorse or promote products derived from this software
325 without specific prior written permission.
326
327THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
328ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
329IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
330ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
331FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
332DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
333OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
334HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
335LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
336OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
337SUCH DAMAGE.
338
339-------------------------------------------------------------------
340
341Copyright (c) 1988, 1993
342 The Regents of the University of California. All rights reserved.
343
344Redistribution and use in source and binary forms, with or without
345modification, are permitted provided that the following conditions
346are met:
3471. Redistributions of source code must retain the above copyright
348 notice, this list of conditions and the following disclaimer.
3492. Redistributions in binary form must reproduce the above copyright
350 notice, this list of conditions and the following disclaimer in the
351 documentation and/or other materials provided with the distribution.
3523. All advertising materials mentioning features or use of this software
353 must display the following acknowledgement:
354 This product includes software developed by the University of
355 California, Berkeley and its contributors.
3564. Neither the name of the University nor the names of its contributors
357 may be used to endorse or promote products derived from this software
358 without specific prior written permission.
359
360THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
361ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
362IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
363ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
364FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
365DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
366OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
367HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
368LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
369OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
370SUCH DAMAGE.
371
372-------------------------------------------------------------------
373
374Copyright (c) 1992, 1993
375 The Regents of the University of California. All rights reserved.
376
377Redistribution and use in source and binary forms, with or without
378modification, are permitted provided that the following conditions
379are met:
3801. Redistributions of source code must retain the above copyright
381 notice, this list of conditions and the following disclaimer.
3822. Redistributions in binary form must reproduce the above copyright
383 notice, this list of conditions and the following disclaimer in the
384 documentation and/or other materials provided with the distribution.
3853. Neither the name of the University nor the names of its contributors
386 may be used to endorse or promote products derived from this software
387 without specific prior written permission.
388
389THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
390ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
391IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
392ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
393FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
394DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
395OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
396HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
397LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
398OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
399SUCH DAMAGE.
400
401-------------------------------------------------------------------
402
403Copyright (c) 2003 Dag-Erling Smørgrav
404All rights reserved.
405
406Redistribution and use in source and binary forms, with or without
407modification, are permitted provided that the following conditions
408are met:
4091. Redistributions of source code must retain the above copyright
410 notice, this list of conditions and the following disclaimer
411 in this position and unchanged.
4122. Redistributions in binary form must reproduce the above copyright
413 notice, this list of conditions and the following disclaimer in the
414 documentation and/or other materials provided with the distribution.
4153. The name of the author may not be used to endorse or promote products
416 derived from this software without specific prior written permission.
417
418THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
419IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
420OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
421IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
422INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
423NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
424DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
425THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
426(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
427THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
428
429-------------------------------------------------------------------
430
431Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
432Copyright (c) 2002 David Schultz <das@FreeBSD.ORG>
433All rights reserved.
434
435Redistribution and use in source and binary forms, with or without
436modification, are permitted provided that the following conditions
437are met:
4381. Redistributions of source code must retain the above copyright
439 notice, this list of conditions and the following disclaimer.
4402. Redistributions in binary form must reproduce the above copyright
441 notice, this list of conditions and the following disclaimer in the
442 documentation and/or other materials provided with the distribution.
443
444THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
445ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
446IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
447ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
448FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
449DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
450OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
451HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
452LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
453OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
454SUCH DAMAGE.
455
456-------------------------------------------------------------------
457
458Copyright (c) 2003, Steven G. Kargl
459All rights reserved.
460
461Redistribution and use in source and binary forms, with or without
462modification, are permitted provided that the following conditions
463are met:
4641. Redistributions of source code must retain the above copyright
465 notice unmodified, this list of conditions, and the following
466 disclaimer.
4672. Redistributions in binary form must reproduce the above copyright
468 notice, this list of conditions and the following disclaimer in the
469 documentation and/or other materials provided with the distribution.
470
471THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
472IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
473OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
474IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
475INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
476NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
477DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
478THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
479(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
480THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
481
482-------------------------------------------------------------------
483
484Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
485All rights reserved.
486
487Redistribution and use in source and binary forms, with or without
488modification, are permitted provided that the following conditions
489are met:
4901. Redistributions of source code must retain the above copyright
491 notice, this list of conditions and the following disclaimer.
4922. Redistributions in binary form must reproduce the above copyright
493 notice, this list of conditions and the following disclaimer in the
494 documentation and/or other materials provided with the distribution.
495
496THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
497ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
498IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
499ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
500FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
501DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
502OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
503HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
504LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
505OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
506SUCH DAMAGE.
507
508-------------------------------------------------------------------
509
510Copyright (c) 2004 Stefan Farfeleder
511All rights reserved.
512
513Redistribution and use in source and binary forms, with or without
514modification, are permitted provided that the following conditions
515are met:
5161. Redistributions of source code must retain the above copyright
517 notice, this list of conditions and the following disclaimer.
5182. Redistributions in binary form must reproduce the above copyright
519 notice, this list of conditions and the following disclaimer in the
520 documentation and/or other materials provided with the distribution.
521
522THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
523ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
524IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
525ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
526FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
527DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
528OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
529HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
530LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
531OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
532SUCH DAMAGE.
533
534-------------------------------------------------------------------
535
536Copyright (c) 2004-2005 David Schultz <das (at) FreeBSD.ORG>
537All rights reserved.
538
539Redistribution and use in source and binary forms, with or without
540modification, are permitted provided that the following conditions
541are met:
5421. Redistributions of source code must retain the above copyright
543 notice, this list of conditions and the following disclaimer.
5442. Redistributions in binary form must reproduce the above copyright
545 notice, this list of conditions and the following disclaimer in the
546 documentation and/or other materials provided with the distribution.
547
548THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
549ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
550IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
551ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
552FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
553DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
554OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
555HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
556LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
557OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
558SUCH DAMAGE.
559
560-------------------------------------------------------------------
561
562Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG>
563All rights reserved.
564
565Redistribution and use in source and binary forms, with or without
566modification, are permitted provided that the following conditions
567are met:
5681. Redistributions of source code must retain the above copyright
569 notice, this list of conditions and the following disclaimer.
5702. Redistributions in binary form must reproduce the above copyright
571 notice, this list of conditions and the following disclaimer in the
572 documentation and/or other materials provided with the distribution.
573
574THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
575ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
576IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
577ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
578FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
579DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
580OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
581HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
582LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
583OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
584SUCH DAMAGE.
585
586-------------------------------------------------------------------
587
588Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
589All rights reserved.
590
591Redistribution and use in source and binary forms, with or without
592modification, are permitted provided that the following conditions
593are met:
5941. Redistributions of source code must retain the above copyright
595 notice unmodified, this list of conditions, and the following
596 disclaimer.
5972. Redistributions in binary form must reproduce the above copyright
598 notice, this list of conditions and the following disclaimer in the
599 documentation and/or other materials provided with the distribution.
600
601THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
602IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
603OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
604IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
605INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
606NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
607DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
608THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
609(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
610THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
611
612-------------------------------------------------------------------
613
614Copyright (c) 2005 David Schultz <das@FreeBSD.ORG>
615All rights reserved.
616
617Redistribution and use in source and binary forms, with or without
618modification, are permitted provided that the following conditions
619are met:
6201. Redistributions of source code must retain the above copyright
621 notice, this list of conditions and the following disclaimer.
6222. Redistributions in binary form must reproduce the above copyright
623 notice, this list of conditions and the following disclaimer in the
624 documentation and/or other materials provided with the distribution.
625
626THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
627ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
628IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
629ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
630FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
631DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
632OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
633HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
634LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
635OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
636SUCH DAMAGE.
637
638-------------------------------------------------------------------
639
640Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG>
641All rights reserved.
642
643Redistribution and use in source and binary forms, with or without
644modification, are permitted provided that the following conditions
645are met:
6461. Redistributions of source code must retain the above copyright
647 notice, this list of conditions and the following disclaimer.
6482. Redistributions in binary form must reproduce the above copyright
649 notice, this list of conditions and the following disclaimer in the
650 documentation and/or other materials provided with the distribution.
651
652THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
653ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
654IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
655ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
656FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
657DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
658OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
659HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
660LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
661OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
662SUCH DAMAGE.
663
664-------------------------------------------------------------------
665
666Copyright (c) 2005-2011 David Schultz <das@FreeBSD.ORG>
667All rights reserved.
668
669Redistribution and use in source and binary forms, with or without
670modification, are permitted provided that the following conditions
671are met:
6721. Redistributions of source code must retain the above copyright
673 notice, this list of conditions and the following disclaimer.
6742. Redistributions in binary form must reproduce the above copyright
675 notice, this list of conditions and the following disclaimer in the
676 documentation and/or other materials provided with the distribution.
677
678THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
679ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
680IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
681ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
682FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
683DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
684OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
685HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
686LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
687OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
688SUCH DAMAGE.
689
690-------------------------------------------------------------------
691
692Copyright (c) 2007 David Schultz
693All rights reserved.
694
695Redistribution and use in source and binary forms, with or without
696modification, are permitted provided that the following conditions
697are met:
6981. Redistributions of source code must retain the above copyright
699 notice, this list of conditions and the following disclaimer.
7002. Redistributions in binary form must reproduce the above copyright
701 notice, this list of conditions and the following disclaimer in the
702 documentation and/or other materials provided with the distribution.
703
704THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
705ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
706IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
707ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
708FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
709DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
710OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
711HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
712LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
713OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
714SUCH DAMAGE.
715
716-------------------------------------------------------------------
717
718Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
719All rights reserved.
720
721Redistribution and use in source and binary forms, with or without
722modification, are permitted provided that the following conditions
723are met:
7241. Redistributions of source code must retain the above copyright
725 notice, this list of conditions and the following disclaimer.
7262. Redistributions in binary form must reproduce the above copyright
727 notice, this list of conditions and the following disclaimer in the
728 documentation and/or other materials provided with the distribution.
729
730THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
731ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
732IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
733ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
734FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
735DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
736OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
737HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
738LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
739OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
740SUCH DAMAGE.
741
742-------------------------------------------------------------------
743
744Copyright (c) 2007 David Schultz <das@FreeBSD.ORG>
745All rights reserved.
746
747Redistribution and use in source and binary forms, with or without
748modification, are permitted provided that the following conditions
749are met:
7501. Redistributions of source code must retain the above copyright
751 notice, this list of conditions and the following disclaimer.
7522. Redistributions in binary form must reproduce the above copyright
753 notice, this list of conditions and the following disclaimer in the
754 documentation and/or other materials provided with the distribution.
755
756THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
757ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
758IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
759ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
760FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
761DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
762OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
763HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
764LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
765OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
766SUCH DAMAGE.
767
768Derived from s_modf.c, which has the following Copyright:
769====================================================
770Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
771
772Developed at SunPro, a Sun Microsystems, Inc. business.
773Permission to use, copy, modify, and distribute this
774software is freely granted, provided that this notice
775is preserved.
776
777-------------------------------------------------------------------
778
779Copyright (c) 2007 Steven G. Kargl
780All rights reserved.
781
782Redistribution and use in source and binary forms, with or without
783modification, are permitted provided that the following conditions
784are met:
7851. Redistributions of source code must retain the above copyright
786 notice unmodified, this list of conditions, and the following
787 disclaimer.
7882. Redistributions in binary form must reproduce the above copyright
789 notice, this list of conditions and the following disclaimer in the
790 documentation and/or other materials provided with the distribution.
791
792THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
793IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
794OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
795IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
796INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
797NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
798DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
799THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
800(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
801THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
802
803-------------------------------------------------------------------
804
805Copyright (c) 2007 The NetBSD Foundation, Inc.
806All rights reserved.
807
808This code is derived from software written by Stephen L. Moshier.
809It is redistributed by the NetBSD Foundation by permission of the author.
810
811Redistribution and use in source and binary forms, with or without
812modification, are permitted provided that the following conditions
813are met:
8141. Redistributions of source code must retain the above copyright
815 notice, this list of conditions and the following disclaimer.
8162. Redistributions in binary form must reproduce the above copyright
817 notice, this list of conditions and the following disclaimer in the
818 documentation and/or other materials provided with the distribution.
819
820THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
821``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
822TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
823PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
824BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
825CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
826SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
827INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
828CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
829ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
830POSSIBILITY OF SUCH DAMAGE.
831
832-------------------------------------------------------------------
833
834Copyright (c) 2007, 2010-2013 Steven G. Kargl
835All rights reserved.
836
837Redistribution and use in source and binary forms, with or without
838modification, are permitted provided that the following conditions
839are met:
8401. Redistributions of source code must retain the above copyright
841 notice unmodified, this list of conditions, and the following
842 disclaimer.
8432. Redistributions in binary form must reproduce the above copyright
844 notice, this list of conditions and the following disclaimer in the
845 documentation and/or other materials provided with the distribution.
846
847THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
848IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
849OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
850IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
851INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
852NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
853DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
854THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
855(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
856THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
857
858s_sinl.c and s_cosl.c merged by Steven G. Kargl.
859
860-------------------------------------------------------------------
861
862Copyright (c) 2007-2008 David Schultz <das@FreeBSD.ORG>
863All rights reserved.
864
865Redistribution and use in source and binary forms, with or without
866modification, are permitted provided that the following conditions
867are met:
8681. Redistributions of source code must retain the above copyright
869 notice, this list of conditions and the following disclaimer.
8702. Redistributions in binary form must reproduce the above copyright
871 notice, this list of conditions and the following disclaimer in the
872 documentation and/or other materials provided with the distribution.
873
874THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
875ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
876IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
877ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
878FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
879DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
880OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
881HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
882LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
883OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
884SUCH DAMAGE.
885
886-------------------------------------------------------------------
887
888Copyright (c) 2007-2013 Bruce D. Evans
889All rights reserved.
890
891Redistribution and use in source and binary forms, with or without
892modification, are permitted provided that the following conditions
893are met:
8941. Redistributions of source code must retain the above copyright
895 notice unmodified, this list of conditions, and the following
896 disclaimer.
8972. Redistributions in binary form must reproduce the above copyright
898 notice, this list of conditions and the following disclaimer in the
899 documentation and/or other materials provided with the distribution.
900
901THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
902IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
903OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
904IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
905INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
906NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
907DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
908THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
909(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
910THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
911
912-------------------------------------------------------------------
913
914Copyright (c) 2008 David Schultz <das@FreeBSD.ORG>
915All rights reserved.
916
917Redistribution and use in source and binary forms, with or without
918modification, are permitted provided that the following conditions
919are met:
9201. Redistributions of source code must retain the above copyright
921 notice, this list of conditions and the following disclaimer.
9222. Redistributions in binary form must reproduce the above copyright
923 notice, this list of conditions and the following disclaimer in the
924 documentation and/or other materials provided with the distribution.
925
926THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
927ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
928IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
929ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
930FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
931DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
932OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
933HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
934LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
935OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
936SUCH DAMAGE.
937
938-------------------------------------------------------------------
939
940Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
941
942Permission to use, copy, modify, and distribute this software for any
943purpose with or without fee is hereby granted, provided that the above
944copyright notice and this permission notice appear in all copies.
945
946THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
947WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
948MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
949ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
950WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
951ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
952OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
953
954-------------------------------------------------------------------
955
956Copyright (c) 2009-2013 Steven G. Kargl
957All rights reserved.
958
959Redistribution and use in source and binary forms, with or without
960modification, are permitted provided that the following conditions
961are met:
9621. Redistributions of source code must retain the above copyright
963 notice unmodified, this list of conditions, and the following
964 disclaimer.
9652. Redistributions in binary form must reproduce the above copyright
966 notice, this list of conditions and the following disclaimer in the
967 documentation and/or other materials provided with the distribution.
968
969THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
970IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
971OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
972IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
973INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
974NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
975DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
976THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
977(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
978THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
979
980Optimized by Bruce D. Evans.
981
982-------------------------------------------------------------------
983
984Copyright (c) 2011 David Schultz
985All rights reserved.
986
987Redistribution and use in source and binary forms, with or without
988modification, are permitted provided that the following conditions
989are met:
9901. Redistributions of source code must retain the above copyright
991 notice unmodified, this list of conditions, and the following
992 disclaimer.
9932. Redistributions in binary form must reproduce the above copyright
994 notice, this list of conditions and the following disclaimer in the
995 documentation and/or other materials provided with the distribution.
996
997THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
998IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
999OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1000IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1001INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1002NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1003DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1004THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1005(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1006THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1007
1008-------------------------------------------------------------------
1009
1010Copyright (c) 2011 David Schultz <das@FreeBSD.ORG>
1011All rights reserved.
1012
1013Redistribution and use in source and binary forms, with or without
1014modification, are permitted provided that the following conditions
1015are met:
10161. Redistributions of source code must retain the above copyright
1017 notice, this list of conditions and the following disclaimer.
10182. Redistributions in binary form must reproduce the above copyright
1019 notice, this list of conditions and the following disclaimer in the
1020 documentation and/or other materials provided with the distribution.
1021
1022THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1023ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1024IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1025ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1026FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1027DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1028OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1029HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1030LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1031OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1032SUCH DAMAGE.
1033
1034-------------------------------------------------------------------
1035
1036Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
1037All rights reserved.
1038
1039Redistribution and use in source and binary forms, with or without
1040modification, are permitted provided that the following conditions
1041are met:
10421. Redistributions of source code must retain the above copyright
1043 notice, this list of conditions and the following disclaimer.
10442. Redistributions in binary form must reproduce the above copyright
1045 notice, this list of conditions and the following disclaimer in the
1046 documentation and/or other materials provided with the distribution.
1047
1048THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1049ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1050IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1051ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1052FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1053DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1054OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1055HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1056LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1057OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1058SUCH DAMAGE.
1059
1060-------------------------------------------------------------------
1061
1062Copyright (c) 2012 Stephen Montgomery-Smith <stephen@FreeBSD.ORG>
1063Copyright (c) 2017 Mahdi Mokhtari <mmokhi@FreeBSD.org>
1064All rights reserved.
1065
1066Redistribution and use in source and binary forms, with or without
1067modification, are permitted provided that the following conditions
1068are met:
10691. Redistributions of source code must retain the above copyright
1070 notice, this list of conditions and the following disclaimer.
10712. Redistributions in binary form must reproduce the above copyright
1072 notice, this list of conditions and the following disclaimer in the
1073 documentation and/or other materials provided with the distribution.
1074
1075THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1076ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1077IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1078ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1079FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1080DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1081OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1082HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1083LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1084OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1085SUCH DAMAGE.
1086
1087-------------------------------------------------------------------
1088
1089Copyright (c) 2013 Bruce D. Evans
1090All rights reserved.
1091
1092Redistribution and use in source and binary forms, with or without
1093modification, are permitted provided that the following conditions
1094are met:
10951. Redistributions of source code must retain the above copyright
1096 notice unmodified, this list of conditions, and the following
1097 disclaimer.
10982. Redistributions in binary form must reproduce the above copyright
1099 notice, this list of conditions and the following disclaimer in the
1100 documentation and/or other materials provided with the distribution.
1101
1102THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1103IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1104OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1105IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1106INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1107NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1108DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1109THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1110(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1111THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1112
1113-------------------------------------------------------------------
1114
1115Copyright (c) 2013-2014, NVIDIA Corporation. All rights reserved.
1116Johnny Qiu <joqiu@nvidia.com>
1117Shu Zhang <chazhang@nvidia.com>
1118
1119Redistribution and use in source and binary forms, with or without
1120modification, are permitted provided that the following conditions are
1121met:
1122 * Redistributions of source code must retain the above copyright
1123 notice, this list of conditions and the following disclaimer.
1124 * Redistributions in binary form must reproduce the above
1125 copyright notice, this list of conditions and the following
1126 disclaimer in the documentation and/or other materials provided
1127 with the distribution.
1128 * Neither the name of The Linux Foundation nor the names of its
1129 contributors may be used to endorse or promote products derived
1130 from this software without specific prior written permission.
1131
1132THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
1133WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1134MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
1135ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
1136BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1137CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1138SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1139BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1140WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
1141OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
1142IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1143
1144-------------------------------------------------------------------
1145
1146Copyright (c) 2014, Intel Corporation
1147All rights reserved.
1148
1149Redistribution and use in source and binary forms, with or without
1150modification, are permitted provided that the following conditions are met:
1151
1152 * Redistributions of source code must retain the above copyright notice,
1153 * this list of conditions and the following disclaimer.
1154
1155 * Redistributions in binary form must reproduce the above copyright notice,
1156 * this list of conditions and the following disclaimer in the documentation
1157 * and/or other materials provided with the distribution.
1158
1159 * Neither the name of Intel Corporation nor the names of its contributors
1160 * may be used to endorse or promote products derived from this software
1161 * without specific prior written permission.
1162
1163THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1164ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1165WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1166DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1167ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1168(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1169LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1170ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1171(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1172SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1173
1174-------------------------------------------------------------------
1175
1176From: @(#)s_ilogb.c 5.1 93/09/24
1177====================================================
1178Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
1179
1180Developed at SunPro, a Sun Microsystems, Inc. business.
1181Permission to use, copy, modify, and distribute this
1182software is freely granted, provided that this notice
1183is preserved.
1184
1185-------------------------------------------------------------------
1186