This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Use ALL_RM_TEST for more libm tests


On 03/19/2014 04:55 PM, Joseph S. Myers wrote:
> Continuing the move to using ALL_RM_TEST for tests in libm-test.inc,
> this patch converts the tests of fdim, ldexp and scalb.  fdim and
> scalb are cases where tests could depend on the rounding mode though
> none of the present test inputs do; ldexp is such a case where the
> function is equivalent to scalbn (for binary floating point) and the
> tests used were a subset of those for scalbn, so this patch makes
> ldexp testing use the scalbn tests, as done for other cases of libm
> function aliases.

nice, thanks,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]