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/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 under the terms of the G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:2
.text ENTRY (__frexp) movl VAL0(%esp), %ecx movl VAL1(%esp), %eax movl %eax, %edx andl $0x7fffffff, %eax orl %eax, %ecx jz 1f xorl %ecx, %ecx cmpl $0x7ff00000, %eax jae 1f cmpl $0x00100000, %eax jae 2f fldl VAL0(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmull MO(two54) movl $-54, %ecx fstpl VAL0(%esp...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_frexp.S
41
84
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 under the terms of the G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 under the terms of the G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 under the terms of the G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 under the terms of the G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 under the terms of the G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
bc4e8f9b49950c982f22d4f4c602a972a63abf65
github
libc
https://github.com/bminor/glibc/blob/bc4e8f9b49950c982f22d4f4c602a972a63abf65/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 under the terms of the G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:2
ENTRY (__frexp) movl VAL0(%esp), %ecx movl VAL1(%esp), %eax movl %eax, %edx andl $0x7fffffff, %eax orl %eax, %ecx jz 1f xorl %ecx, %ecx cmpl $0x7ff00000, %eax jae 1f cmpl $0x00100000, %eax jae 2f fldl VAL0(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmull MO(two54) movl $-54, %ecx fstpl VAL0(%esp) fwa...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_frexp.S
41
83
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexp.S:1
/* ix87 specific frexp implementation for double. 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 G...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexp.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/s_frexp.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 S...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:2
movl VAL(%esp), %eax xorl %ecx, %ecx movl %eax, %edx andl $0x7fffffff, %eax jz 1f cmpl $0x7f800000, %eax jae 1f cmpl $0x00800000, %eax jae 2f flds VAL(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmuls MO(two25) movl $-25, %ecx fstps VAL(%esp) fwait movl VAL(%esp), %eax movl %eax, %edx andl $0x7fffffff,...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_frexpf.S
41
80
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 S...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 S...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 S...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 S...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 S...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 under the terms of the GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:2
ENTRY (__frexpf) movl VAL(%esp), %eax xorl %ecx, %ecx movl %eax, %edx andl $0x7fffffff, %eax jz 1f cmpl $0x7f800000, %eax jae 1f cmpl $0x00800000, %eax jae 2f flds VAL(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmuls MO(two25) movl $-25, %ecx fstps VAL(%esp) fwait movl VAL(%esp), %eax movl %eax, %edx...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_frexpf.S
41
81
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 under the terms of the GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 under the terms of the GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 under the terms of the GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 under the terms of the GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 under the terms of the GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
e4602cba2fb919546bee0eacbd10ab8ade7b7b6f
github
libc
https://github.com/bminor/glibc/blob/e4602cba2fb919546bee0eacbd10ab8ade7b7b6f/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 under the terms of the GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:2
movl VAL(%esp), %eax xorl %ecx, %ecx movl %eax, %edx andl $0x7fffffff, %eax jz 1f cmpl $0x7f800000, %eax jae 1f cmpl $0x00800000, %eax jae 2f flds VAL(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmuls MO(two25) movl $-25, %ecx fstps VAL(%esp) fwait movl VAL(%esp), %eax movl %eax, %edx andl $0x7fffffff,...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_frexpf.S
41
80
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpf.S:1
/* ix87 specific frexp implementation for float. 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 GN...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpf.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/s_frexpf.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:2
.text ENTRY (__frexpl) movl VAL0(%esp), %ecx movl VAL2(%esp), %eax orl VAL1(%esp), %ecx movl %eax, %edx andl $0x7fff, %eax orl %eax, %ecx jz 1f xorl %ecx, %ecx cmpl $0x7fff, %eax je 3f cmpl $0, %eax jne 2f fldt VAL0(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmull MO(two64) /* It's not necessary to us...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_frexpl.S
41
92
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:3
movl %ecx, (%eax) ret /* Infinity or NaN; ensure signaling NaNs are quieted. */ 3: movl EXPP(%esp), %eax fldt VAL0(%esp) fadd %st movl %ecx, (%eax) ret END (__frexpl) libm_alias_ldouble (__frexp, frexp)
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_frexpl.S
81
92
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 under the terms of ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:3
fldt VAL0(%esp) movl %ecx, (%eax) ret /* Infinity or NaN; ensure signaling NaNs are quieted. */ 3: movl EXPP(%esp), %eax fldt VAL0(%esp) fadd %st movl %ecx, (%eax) ret END (__frexpl) libm_alias_ldouble (__frexp, frexp)
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_frexpl.S
81
93
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 under the terms of ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 under the terms of ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 under the terms of ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 under the terms of ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 under the terms of ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
2ce30701e6df07deda6fb205808769d237aa2460
github
libc
https://github.com/bminor/glibc/blob/2ce30701e6df07deda6fb205808769d237aa2460/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 under the terms of ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:2
.text ENTRY (__frexpl) movl VAL0(%esp), %ecx movl VAL2(%esp), %eax orl VAL1(%esp), %ecx movl %eax, %edx andl $0x7fff, %eax orl %eax, %ecx jz 1f xorl %ecx, %ecx cmpl $0x7fff, %eax je 3f cmpl $0, %eax jne 2f fldt VAL0(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmull MO(two64) /* It's not necessary to us...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_frexpl.S
41
92
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:3
movl %ecx, (%eax) ret /* Infinity or NaN; ensure signaling NaNs are quieted. */ 3: movl EXPP(%esp), %eax fldt VAL0(%esp) fadd %st movl %ecx, (%eax) ret END (__frexpl) weak_alias (__frexpl, frexpl)
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_frexpl.S
81
92
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
88283451b26de29d08ba33148cf2f8cb2680f6f0
github
libc
https://github.com/bminor/glibc/blob/88283451b26de29d08ba33148cf2f8cb2680f6f0/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:2
.text ENTRY (__frexpl) movl VAL0(%esp), %ecx movl VAL2(%esp), %eax orl VAL1(%esp), %ecx movl %eax, %edx andl $0x7fff, %eax orl %eax, %ecx jz 1f xorl %ecx, %ecx cmpl $0x7fff, %eax je 1f cmpl $0, %eax jne 2f fldt VAL0(%esp) #ifdef PIC LOAD_PIC_REG (dx) #endif fmull MO(two64) /* It's not necessary to us...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/s_frexpl.S
41
85
bminor/glibc:sysdeps/i386/fpu/s_frexpl.S:1
/* ix87 specific frexp implementation for long double. 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 ...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_frexpl.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/s_frexpl.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_llrint.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/s_llrint.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/s_llrint.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/s_llrint.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/s_llrint.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
bc4e8f9b49950c982f22d4f4c602a972a63abf65
github
libc
https://github.com/bminor/glibc/blob/bc4e8f9b49950c982f22d4f4c602a972a63abf65/sysdeps/i386/fpu/s_llrint.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrint.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrint.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/s_llrint.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_llrintf.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/s_llrintf.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/s_llrintf.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/s_llrintf.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/s_llrintf.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
e4602cba2fb919546bee0eacbd10ab8ade7b7b6f
github
libc
https://github.com/bminor/glibc/blob/e4602cba2fb919546bee0eacbd10ab8ade7b7b6f/sysdeps/i386/fpu/s_llrintf.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintf.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintf.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/s_llrintf.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
2642002380aafb71a1d3b569b6d7ebeab3284816
github
libc
https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
dff8da6b3e89b986bb7f6b1ec18cf65d5972e307
github
libc
https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
6d7e8eda9b85b08f207a6dc6f187e94e4817270f
github
libc
https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
581c785bf31bc74430320c7856bbfa3875d025fe
github
libc
https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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 Publi...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
30891f35fa7da832b66d80d0807610df361851f3
github
libc
https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
2b778ceb4010c28d70de9b8eab20e8d88eed586b
github
libc
https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/s_llrintl.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
d614a7539657941a9201c236b2f15afac18e1213
github
libc
https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/s_llrintl.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
5a82c74822d3272df2f5929133680478c0cfb4bd
github
libc
https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/s_llrintl.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
04277e02d7f54d3582bebcf8386b317018cd5e1d
github
libc
https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/s_llrintl.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
688903eb3ef01301d239ab753d309d45720610a7
github
libc
https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/s_llrintl.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
2ce30701e6df07deda6fb205808769d237aa2460
github
libc
https://github.com/bminor/glibc/blob/2ce30701e6df07deda6fb205808769d237aa2460/sysdeps/i386/fpu/s_llrintl.S
1
37
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
bfff8b1becd7d01c074177df7196ab327cd8c844
github
libc
https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
f7a9f785e547bd599dee496fd906a28bcb4ec7fe
github
libc
https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_llrintl.S:1
/* Round argument to nearest integral value according to current rounding direction. 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...
x86
gas-att
handwritten
bminor/glibc
sysdeps/i386/fpu/s_llrintl.S
LGPL-2.1
890b7a4b33d482b5c768ab47d70758b80227e9bc
github
libc
https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/s_llrintl.S
1
36
bminor/glibc:sysdeps/i386/fpu/s_log1p.S:1
/* * Public domain. */ #include <machine/asm.h> #include <i386-math-asm.h> RCSID("$NetBSD: s_log1p.S,v 1.7 1995/05/09 00:10:58 jtc Exp $") .section .rodata .align ALIGNARG(4) /* The fyl2xp1 can only be used for values in -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 0.29 is a safe value. */ limit: .double 0....
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/fpu/s_log1p.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_log1p.S
1
60
bminor/glibc:sysdeps/i386/fpu/s_log1p.S:2
fxam fnstsw fld %st sahf jc 3f // in case x is NaN or ±Inf 4: fabs fcompl MO(limit) fnstsw sahf jc 2f faddl MO(one) fyl2x ret 2: fyl2xp1 DBL_CHECK_FORCE_UFLOW_NONNAN ret 3: jp 4b // in case x is ±Inf fstp %st(1) fstp %st(1) ret END (__log1p)
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/fpu/s_log1p.S
LGPL-2.1
04e750e75b73957cf1c791535a3f4319534a52fc
github
libc
https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/s_log1p.S
41
66
bminor/glibc:sysdeps/i386/fpu/s_log1p.S:1
/* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ #include <machine/asm.h> #include <i386-math-asm.h> RCSID("$NetBSD: s_log1p.S,v 1.7 1995/05/09 00:10:58 jtc Exp $") .section .rodata .align ALIGNARG(4) /* The fyl2xp1 can only be used for values in -1 + sqrt(2) / 2 <= x <= 1 - sqrt(2) / 2 ...
x86
gas-like
handwritten
bminor/glibc
sysdeps/i386/fpu/s_log1p.S
LGPL-2.1
37825319ee64d51bf8b1774f4964e9743eaf5ef6
github
libc
https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/s_log1p.S
1
60