platform_bionic/benchmarks
Elliott Hughes 02c78a3867 Reimplement isinf/isnan/fpclassify.
Also move isinf and isnan into libc like everyone else.

Also move fpclassify to libc like the BSDs (but unlike glibc). We need
this to be able to upgrade our float/double/long double parsing to gdtoa.

Also add some missing aliases. We now have all of:

  isnan, __isnan, isnanf, __isnanf, isnanl, __isnanl,
  isinf, __isinf, isinff, __isinff, isinfl, __isinfl,
  __fpclassify, __fpclassifyd, __fpclassifyf, __fpclassifyl.

Bug: 13469877
Change-Id: I407ffbac06c765a6c5fffda8106c37d7db04f27d
2014-04-14 14:35:47 -07:00
..
Android.mk Add various benchmarks. 2014-03-11 11:20:52 -07:00
benchmark.h bionic: move benchmarks out of tests directory 2013-12-10 18:24:30 -08:00
benchmark_main.cpp AArch64: Add fixes to bionic/tests 2013-12-16 17:40:30 -08:00
math_benchmark.cpp Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
property_benchmark.cpp bionic: move benchmarks out of tests directory 2013-12-10 18:24:30 -08:00
pthread_benchmark.cpp Add various benchmarks. 2014-03-11 11:20:52 -07:00
semaphore_benchmark.cpp Add various benchmarks. 2014-03-11 11:20:52 -07:00
stdio_benchmark.cpp Add various benchmarks. 2014-03-11 11:20:52 -07:00
string_benchmark.cpp bionic: move benchmarks out of tests directory 2013-12-10 18:24:30 -08:00
time_benchmark.cpp bionic: move benchmarks out of tests directory 2013-12-10 18:24:30 -08:00
unistd_benchmark.cpp Add various benchmarks. 2014-03-11 11:20:52 -07:00