commit | 0df3e70b9913f8d882c34752dbc79d277a4575e2 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Tue Oct 15 15:55:12 2013 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Tue Oct 15 15:55:12 2013 +0800 |
tree | 0559a56699585117190dd988b429bd03242bbf45 | |
parent | 777285ceedba8cda5fb0fe0843fae6a887522c03 [diff] |
Add missing math functions 1. Add sincos, sincosf, and sincosl to API >= 9 (for ARM only, because X86 and MIPS have it already) 2. Add nan, nanf, nanl, and tgammaf to API >= 13 (11 actually, but we don't want to add another API which is not released) 3. Add log2, log2f, log2l, logbl, nexttoward, and nexttowardl to API >= 18 See b.android.com/38423 Change-Id: I0a756aeeddafc3862f3c0ae38218cb3301608231