diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-13 16:14:14 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-13 16:35:41 +0200 |
commit | d61066fcfe7f00843c4660182ea38ba3a5e41803 (patch) | |
tree | 1150d6abdf8943d3da6b3b8afcd8f7affb5a109d /test/API/math.SUSv4.syms | |
parent | e90c33f951efc032ca23f48326343a83c0b54b10 (diff) |
test: add API test
part1; Needs improvement:
Think about a sensible way to map feature sets to the mandated syms.
Our LEGACY stuff maps to OB, OBXSI for example.
A "normal" config should satisfy the BASE (i.e. $foo.SUSv4.syms)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/API/math.SUSv4.syms')
-rw-r--r-- | test/API/math.SUSv4.syms | 171 |
1 files changed, 171 insertions, 0 deletions
diff --git a/test/API/math.SUSv4.syms b/test/API/math.SUSv4.syms new file mode 100644 index 000000000..5343ac068 --- /dev/null +++ b/test/API/math.SUSv4.syms @@ -0,0 +1,171 @@ +acos +acosf +acosh +acoshf +acoshl +acosl +asin +asinf +asinh +asinhf +asinhl +asinl +atan +atan2 +atan2f +atan2l +atanf +atanh +atanhf +atanhl +atanl +cbrt +cbrtf +cbrtl +ceil +ceilf +ceill +copysign +copysignf +copysignl +cos +cosf +cosh +coshf +coshl +cosl +erf +erfc +erfcf +erfcl +erff +erfl +exp +exp2 +exp2f +exp2l +expf +expl +expm1 +expm1f +expm1l +fabs +fabsf +fabsl +fdim +fdimf +fdiml +floor +floorf +floorl +fma +fmaf +fmal +fmax +fmaxf +fmaxl +fmin +fminf +fminl +fmod +fmodf +fmodl +frexp +frexpf +frexpl +hypot +hypotf +hypotl +ilogb +ilogbf +ilogbl +ldexp +ldexpf +ldexpl +lgamma +lgammaf +lgammal +llrint +llrintf +llrintl +llround +llroundf +llroundl +log +log10 +log10f +log10l +log1p +log1pf +log1pl +log2 +log2f +log2l +logb +logbf +logbl +logf +logl +lrint +lrintf +lrintl +lround +lroundf +lroundl +modf +modff +modfl +nan +nanf +nanl +nearbyint +nearbyintf +nearbyintl +nextafter +nextafterf +nextafterl +nexttoward +nexttowardf +nexttowardl +pow +powf +powl +remainder +remainderf +remainderl +remquo +remquof +remquol +rint +rintf +rintl +round +roundf +roundl +scalbln +scalblnf +scalblnl +scalbn +scalbnf +scalbnl +sin +sinf +sinh +sinhf +sinhl +sinl +sqrt +sqrtf +sqrtl +tan +tanf +tanh +tanhf +tanhl +tanl +tgamma +tgammaf +tgammal +trunc +truncf +truncl |