id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bminor/glibc:math/libm-test-fminimum_num.inc:1 | /* Test fminimum_num.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminimum_num.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-fminimum_num.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminimum_num.inc:1 | /* Test fminimum_num.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminimum_num.inc | LGPL-2.1 | 90f0ac10a74b2d43b5a65aab4be40565e359be43 | github | libc | https://github.com/bminor/glibc/blob/90f0ac10a74b2d43b5a65aab4be40565e359be43/math/libm-test-fminimum_num.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:2 | TEST_ff_f (fminmag, -max_value, min_value, min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, -max_value, -min_value, -min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, min_value, max_value, min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, min_valu... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fminmag.inc | 41 | 100 |
bminor/glibc:math/libm-test-fminmag.inc:3 | TEST_ff_f (fminmag, qnan_value, 9, 9, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, -qnan_value, 9, 9, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, qnan_value, -9, -9, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, -qnan_value, -9, -9, NO_INEXACT_EXCEPTION|ERRNO_UNCHAN... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fminmag.inc | 81 | 140 |
bminor/glibc:math/libm-test-fminmag.inc:4 | TEST_ff_f (fminmag, snan_value, snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fminmag, snan_value, -snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fminmag, -snan_value, snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fmin... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fminmag.inc | 121 | 143 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 92061bb033f093cca76e31745cac14c43a1fb29b | github | libc | https://github.com/bminor/glibc/blob/92061bb033f093cca76e31745cac14c43a1fb29b/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:1 | /* Test fminmag.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
ve... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fminmag.inc | 1 | 60 |
bminor/glibc:math/libm-test-fminmag.inc:2 | TEST_ff_f (fminmag, min_value, max_value, min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, min_value, -max_value, min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, -min_value, max_value, -min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, -min_valu... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fminmag.inc | 41 | 100 |
bminor/glibc:math/libm-test-fminmag.inc:3 | TEST_ff_f (fminmag, qnan_value, -9, -9, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, -qnan_value, -9, -9, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fminmag, snan_value, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fminmag, -snan_value, 0, qnan_value, NO_INEXACT_EX... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fminmag.inc | 81 | 135 |
bminor/glibc:math/libm-test-fminmag.inc:4 | TEST_ff_f (fminmag, -snan_value, snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fminmag, -snan_value, -snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
};
static void
fminmag_test (void)
{
ALL_RM_TEST (fminmag, 1, fminmag_test_data, RUN_TEST_LOOP_ff_f, END);
}
/*
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fminmag.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fminmag.inc | 121 | 135 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:2 | /* fmod (+inf, y) == qNaN plus invalid exception. */
TEST_ff_f (fmod, plus_infty, 3, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
TEST_ff_f (fmod, plus_infty, -1.1L, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
TEST_ff_f (fmod, plus_infty, 0, qnan_value, NO_INEXACT_EXC... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 41 | 100 |
bminor/glibc:math/libm-test-fmod.inc:3 | TEST_ff_f (fmod, min_subnorm_value, plus_infty, min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, min_value, plus_infty, min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, max_value, plus_infty, max_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, 3.0, ... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 81 | 140 |
bminor/glibc:math/libm-test-fmod.inc:4 | TEST_ff_f (fmod, qnan_value, minus_infty, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -qnan_value, minus_infty, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, snan_value, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fmod, -snan_value, 0, qna... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 121 | 180 |
bminor/glibc:math/libm-test-fmod.inc:5 | TEST_ff_f (fmod, 0x1.4p+2, -0x1p+0, 0x0p+0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1.4p+2, 0x1p+0, -0x0p+0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1.4p+2, -0x1p+0, -0x0p+0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, max_value, max_value, 0, NO_INEXACT_EX... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 161 | 220 |
bminor/glibc:math/libm-test-fmod.inc:6 | TEST_ff_f (fmod, -min_subnorm_value, min_subnorm_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -min_subnorm_value, -min_subnorm_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, 0x1p127L, 0x3p-149L, 0x1p-149L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 201 | 260 |
bminor/glibc:math/libm-test-fmod.inc:7 | TEST_ff_f (fmod, 0x1p16383L, 0x3p-16444L, 0x1p-16443L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, 0x1p16383L, -0x3p-16444L, 0x1p-16443L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, 0x1p16383L, 0x3p-16382L, 0x1p-16381L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, 0x1p1638... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 241 | 295 |
bminor/glibc:math/libm-test-fmod.inc:8 | {
ALL_RM_TEST (fmod, 1, fmod_test_data, RUN_TEST_LOOP_ff_f, END);
}
static void
do_test (void)
{
fmod_test ();
}
/*
* Local Variables:
* mode:c
* End:
*/ | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fmod.inc | 281 | 295 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | cf9cf33199fdd6550920ad43f19ad8b2435fc0c6 | github | libc | https://github.com/bminor/glibc/blob/cf9cf33199fdd6550920ad43f19ad8b2435fc0c6/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:5 | TEST_ff_f (fmod, 0x1.4p+2, -0x1p+0, 0x0p+0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1.4p+2, 0x1p+0, -0x0p+0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1.4p+2, -0x1p+0, -0x0p+0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, max_value, max_value, 0, NO_INEXACT_EX... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 34b9f8bc170810c44184ad57ecf1800587e752a6 | github | libc | https://github.com/bminor/glibc/blob/34b9f8bc170810c44184ad57ecf1800587e752a6/math/libm-test-fmod.inc | 161 | 220 |
bminor/glibc:math/libm-test-fmod.inc:6 | TEST_ff_f (fmod, -min_subnorm_value, min_subnorm_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -min_subnorm_value, -min_subnorm_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, 0x1p127L, 0x3p-149L, 0x1p-149L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 34b9f8bc170810c44184ad57ecf1800587e752a6 | github | libc | https://github.com/bminor/glibc/blob/34b9f8bc170810c44184ad57ecf1800587e752a6/math/libm-test-fmod.inc | 201 | 260 |
bminor/glibc:math/libm-test-fmod.inc:7 | TEST_ff_f (fmod, -0x1p16383L, 0x3p-16445L, -0x1p-16445L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1p16383L, -0x3p-16445L, -0x1p-16445L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1p16383L, 0x3p-16444L, -0x1p-16443L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 34b9f8bc170810c44184ad57ecf1800587e752a6 | github | libc | https://github.com/bminor/glibc/blob/34b9f8bc170810c44184ad57ecf1800587e752a6/math/libm-test-fmod.inc | 241 | 291 |
bminor/glibc:math/libm-test-fmod.inc:8 | static void
do_test (void)
{
fmod_test ();
}
/*
* Local Variables:
* mode:c
* End:
*/ | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 34b9f8bc170810c44184ad57ecf1800587e752a6 | github | libc | https://github.com/bminor/glibc/blob/34b9f8bc170810c44184ad57ecf1800587e752a6/math/libm-test-fmod.inc | 281 | 291 |
bminor/glibc:math/libm-test-fmod.inc:4 | TEST_ff_f (fmod, qnan_value, minus_infty, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -qnan_value, minus_infty, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, snan_value, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fmod, -snan_value, 0, qna... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-fmod.inc | 121 | 180 |
bminor/glibc:math/libm-test-fmod.inc:5 | TEST_ff_f (fmod, -max_value, max_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -max_value, -max_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -max_value, min_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -max_value, -min_... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-fmod.inc | 161 | 220 |
bminor/glibc:math/libm-test-fmod.inc:6 | TEST_ff_f (fmod, -0x1p127L, -0x3p-149L, -0x1p-149L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1p127L, 0x3p-148L, -0x1p-147L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1p127L, -0x3p-148L, -0x1p-147L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1p127L, 0x3p-126... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-fmod.inc | 201 | 260 |
bminor/glibc:math/libm-test-fmod.inc:7 | TEST_ff_f (fmod, -0x1p16383L, -0x3p-16493L, -0x1p-16493L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
# endif
#endif
TEST_ff_f (fmod, 0x0.fffffep-126L, 0x1p-149L, plus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
#if !TEST_COND_binary32
TEST_ff_f (fmod, 0x0.fffffffffffffp-1022L, 0x1p-1074L, plus_zero, NO_INEXACT_EX... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-fmod.inc | 241 | 277 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 92061bb033f093cca76e31745cac14c43a1fb29b | github | libc | https://github.com/bminor/glibc/blob/92061bb033f093cca76e31745cac14c43a1fb29b/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:1 | /* Test fmod.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
versi... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fmod.inc | 1 | 60 |
bminor/glibc:math/libm-test-fmod.inc:2 | TEST_ff_f (fmod, plus_infty, -1.1L, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
TEST_ff_f (fmod, plus_infty, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
TEST_ff_f (fmod, plus_infty, minus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
TEST_ff... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fmod.inc | 41 | 100 |
bminor/glibc:math/libm-test-fmod.inc:3 | TEST_ff_f (fmod, max_value, plus_infty, max_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, 3.0, plus_infty, 3.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
/* fmod (x, -inf) == x for x not infinite. */
TEST_ff_f (fmod, 0, minus_infty, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmo... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fmod.inc | 81 | 140 |
bminor/glibc:math/libm-test-fmod.inc:4 | TEST_ff_f (fmod, snan_value, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fmod, -snan_value, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fmod, snan_value, minus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
TEST_ff_f (fmod, -snan_value, minus_zero, q... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fmod.inc | 121 | 180 |
bminor/glibc:math/libm-test-fmod.inc:5 | TEST_ff_f (fmod, -max_value, min_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -max_value, -min_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -max_value, min_subnorm_value, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -max_valu... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fmod.inc | 161 | 220 |
bminor/glibc:math/libm-test-fmod.inc:6 | TEST_ff_f (fmod, -0x1p127L, -0x3p-148L, -0x1p-147L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1p127L, 0x3p-126L, -0x1p-125L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_ff_f (fmod, -0x1p127L, -0x3p-126L, -0x1p-125L, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
#if !TEST_COND_binary32
TEST_ff_f (f... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fmod.inc | 201 | 260 |
bminor/glibc:math/libm-test-fmod.inc:7 | #endif
TEST_ff_f (fmod, 0x0.fffffep-126L, 0x1p-149L, plus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
#if !TEST_COND_binary32
TEST_ff_f (fmod, 0x0.fffffffffffffp-1022L, 0x1p-1074L, plus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
#endif
#if MIN_EXP <= -16381
TEST_ff_f (fmod, 0x0.fffffffffffffffep-16382L,... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-fmod.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fmod.inc | 241 | 269 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:2 | #if TEST_COND_intel96
static const struct test_j_i_data_u fpclassify_test_data_u[] =
{
TEST_j_i (fpclassify, pseudo_zero, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_j_i (fpclassify, pseudo_inf, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_j_i (fpclassify, pseudo_qnan, FP_NAN, NO_INEXACT_EX... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-fpclassify.inc | 41 | 72 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 5c5a8b99cf96b71940e36a9db66d3a61bc315016 | github | libc | https://github.com/bminor/glibc/blob/5c5a8b99cf96b71940e36a9db66d3a61bc315016/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:2 | static const struct test_j_i_data_u fpclassify_test_data_u[] =
{
TEST_j_i (fpclassify, pseudo_zero, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_j_i (fpclassify, pseudo_inf, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_j_i (fpclassify, pseudo_qnan, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGE... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-fpclassify.inc | 41 | 70 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | cf1290064598def8dfeddec3d86d98495aee1fba | github | libc | https://github.com/bminor/glibc/blob/cf1290064598def8dfeddec3d86d98495aee1fba/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 8cc1e39a3691a8cba7c6033138531f11d3032385 | github | libc | https://github.com/bminor/glibc/blob/8cc1e39a3691a8cba7c6033138531f11d3032385/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:2 | static const struct test_f_i_data_u fpclassify_test_data_u[] =
{
TEST_f_i (fpclassify, pseudo_zero, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_f_i (fpclassify, pseudo_inf, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_f_i (fpclassify, pseudo_qnan, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGE... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 8cc1e39a3691a8cba7c6033138531f11d3032385 | github | libc | https://github.com/bminor/glibc/blob/8cc1e39a3691a8cba7c6033138531f11d3032385/math/libm-test-fpclassify.inc | 41 | 70 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:2 | static const struct test_f_i_data_u fpclassify_test_data_u[] =
{
TEST_f_i (fpclassify, pseudo_zero, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_f_i (fpclassify, pseudo_inf, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_f_i (fpclassify, pseudo_qnan, FP_NAN, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGE... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-fpclassify.inc | 41 | 70 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 38a033ac85d62c64a2fc81b06c0acffcd4a113f5 | github | libc | https://github.com/bminor/glibc/blob/38a033ac85d62c64a2fc81b06c0acffcd4a113f5/math/libm-test-fpclassify.inc | 1 | 60 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-fpclassify.inc | 1 | 56 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-fpclassify.inc | 1 | 56 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-fpclassify.inc | 1 | 56 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-fpclassify.inc | 1 | 56 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 92061bb033f093cca76e31745cac14c43a1fb29b | github | libc | https://github.com/bminor/glibc/blob/92061bb033f093cca76e31745cac14c43a1fb29b/math/libm-test-fpclassify.inc | 1 | 56 |
bminor/glibc:math/libm-test-fpclassify.inc:1 | /* Test fpclassify.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm | gas-like | handwritten | bminor/glibc | math/libm-test-fpclassify.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-fpclassify.inc | 1 | 48 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:2 | TEST_fI_f1 (frexp, 0x1p127L, 0.5L, 128, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_fI_f1 (frexp, -0x1p127L, -0.5L, 128, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_fI_f1 (frexp, 0x1p-126L, 0.5L, -125, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_fI_f1 (frexp, 0x1p-127L, 0.5L, -126, NO_INEXACT_EXCEPTION|ERRN... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-frexp.inc | 41 | 96 |
bminor/glibc:math/libm-test-frexp.inc:3 | int x;
ALL_RM_TEST (frexp, 1, frexp_test_data, RUN_TEST_LOOP_fI_f1, END, x);
}
static void
do_test (void)
{
frexp_test ();
}
/*
* Local Variables:
* mode:c
* End:
*/ | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-frexp.inc | 81 | 96 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 92061bb033f093cca76e31745cac14c43a1fb29b | github | libc | https://github.com/bminor/glibc/blob/92061bb033f093cca76e31745cac14c43a1fb29b/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:1 | /* Test frexp.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
vers... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-frexp.inc | 1 | 60 |
bminor/glibc:math/libm-test-frexp.inc:2 | TEST_fI_f1 (frexp, 0x1p-126L, 0.5L, -125, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_fI_f1 (frexp, 0x1p-127L, 0.5L, -126, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_fI_f1 (frexp, 0x1p-149L, 0.5L, -148, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
TEST_fI_f1 (frexp, -0x1p-149L, -0.5L, -148, NO_INEXACT_EXCEPTION|... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-frexp.inc | LGPL-2.1 | 5cbb58493df391ac6712ac6f078569ccb96f3568 | github | libc | https://github.com/bminor/glibc/blob/5cbb58493df391ac6712ac6f078569ccb96f3568/math/libm-test-frexp.inc | 41 | 88 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2026 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:2 | TEST_fp_f (getpayload, qnan_value_pl ("0x1"), 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|XFAIL_FLOAT128_PAYLOAD),
TEST_fp_f (getpayload, -qnan_value_pl ("0x1"), 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|XFAIL_FLOAT128_PAYLOAD),
TEST_fp_f (getpayload, snan_value_pl ("0x1"), 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|XFA... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/math/libm-test-getpayload.inc | 41 | 89 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 6c010c5dde1735f93cc3a6597cdcc2b482af85f8 | github | libc | https://github.com/bminor/glibc/blob/6c010c5dde1735f93cc3a6597cdcc2b482af85f8/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/math/libm-test-getpayload.inc | 1 | 60 |
bminor/glibc:math/libm-test-getpayload.inc:1 | /* Test getpayload.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | arm64 | gas-like | handwritten | bminor/glibc | math/libm-test-getpayload.inc | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/math/libm-test-getpayload.inc | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.