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:sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S:10 | movl $EDOM, (%eax)
.p2align 4
L(skip_errno_setting):
/* Here if |x| is Inf or NAN. Continued. */
movss ARG_X, %xmm3 /* load x */
subss %xmm3, %xmm3 /* Result is NaN */
jmp L(epilogue)
END(__sinf_sse2)
.section .rodata, "a"
.p2align 3
L(PIO4J): /* Table of j*Pi/4, for j=0,1,..,10 */
.long 0x00000000,0x00000... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 361 | 420 |
bminor/glibc:sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S:11 | .long 0xe8000000,0x2e5d2126
.long 0x48000000,0x2c970032
.long 0xe8000000,0x2ad77504
.long 0xe0000000,0x290921cf
.long 0xb0000000,0x274deb1c
.long 0xe0000000,0x25829a73
.long 0xbe000000,0x23fd1046
.long 0x10000000,0x2224baed
.long 0x8e000000,0x20709d33
.long 0x80000000,0x1e535a2f
.long 0x64000000,0x1cef904e
.... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 401 | 460 |
bminor/glibc:sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S:12 | .long 0x00000000,0x3ff00000 /* +1.0 */
.long 0x00000000,0xbff00000 /* -1.0 */
.type L(DP_ONES), @object
ASM_SIZE_DIRECTIVE(L(DP_ONES))
/* Coefficients of polynomial
for sin(t)~=t+t^3*(S0+t^2*(S1+t^2*(S2+t^2*(S3+t^2*S4)))), |t|<Pi/4. */
.p2align 3
L(DP_S3):
.long 0x64e6b5b4,0x3ec71d72
.type L(DP_S3), @object
... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 441 | 500 |
bminor/glibc:sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S:13 | .type L(DP_SMALL), @object
ASM_SIZE_DIRECTIVE(L(DP_SMALL))
/* Coefficients of polynomial
for cos(t)~=1.0+t^2*(C0+t^2*(C1+t^2*(C2+t^2*(C3+t^2*C4)))), |t|<Pi/4. */
.p2align 3
L(DP_C3):
.long 0x9ac43cc0,0x3efa00eb
.type L(DP_C3), @object
ASM_SIZE_DIRECTIVE(L(DP_C3))
.p2align 3
L(DP_C1):
.long 0x545c50c7,0x3fa... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 481 | 540 |
bminor/glibc:sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S:1 | /* Optimized with sse2 version of sinf
Copyright (C) 2012-2016 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S:1 | /* Optimized with sse2 version of sinf
Copyright (C) 2012-2015 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 Fo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 1 | 60 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fdim.S:1 | /* Compute positive difference.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fdim.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fdim.S | 1 | 43 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fdim.S:1 | /* Compute positive difference.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fdim.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fdim.S | 1 | 43 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fdimf.S:1 | /* Compute positive difference.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fdimf.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fdimf.S | 1 | 43 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fdimf.S:1 | /* Compute positive difference.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fdimf.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fdimf.S | 1 | 43 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fdiml.S:1 | /* Compute positive difference.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fdiml.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fdiml.S | 1 | 43 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fdiml.S:1 | /* Compute positive difference.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fdiml.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fdiml.S | 1 | 43 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | bc4e8f9b49950c982f22d4f4c602a972a63abf65 | github | libc | https://github.com/bminor/glibc/blob/bc4e8f9b49950c982f22d4f4c602a972a63abf65/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmax.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmax.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fmax.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | e4602cba2fb919546bee0eacbd10ab8ade7b7b6f | github | libc | https://github.com/bminor/glibc/blob/e4602cba2fb919546bee0eacbd10ab8ade7b7b6f/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 40 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxf.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxf.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fmaxf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 2ce30701e6df07deda6fb205808769d237aa2460 | github | libc | https://github.com/bminor/glibc/blob/2ce30701e6df07deda6fb205808769d237aa2460/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 0a2546cdaa4284cc6ed6af06835fd858ba341838 | github | libc | https://github.com/bminor/glibc/blob/0a2546cdaa4284cc6ed6af06835fd858ba341838/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmaxl.S:1 | /* Compute maximum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmaxl.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fmaxl.S | 1 | 39 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | bc4e8f9b49950c982f22d4f4c602a972a63abf65 | github | libc | https://github.com/bminor/glibc/blob/bc4e8f9b49950c982f22d4f4c602a972a63abf65/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fmin.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fmin.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fmin.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | e4602cba2fb919546bee0eacbd10ab8ade7b7b6f | github | libc | https://github.com/bminor/glibc/blob/e4602cba2fb919546bee0eacbd10ab8ade7b7b6f/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 38 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminf.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminf.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/i686/fpu/s_fminf.S | 1 | 37 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
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 pu... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 58 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 59 |
bminor/glibc:sysdeps/i386/i686/fpu/s_fminl.S:1 | /* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it unde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/i686/fpu/s_fminl.S | LGPL-2.1 | 2ce30701e6df07deda6fb205808769d237aa2460 | github | libc | https://github.com/bminor/glibc/blob/2ce30701e6df07deda6fb205808769d237aa2460/sysdeps/i386/i686/fpu/s_fminl.S | 1 | 59 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.