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/e_acoshf.S:2 | cmpl $0x3f800000, %ecx
jl 5f // < 1 => invalid
fldln2 // log(2)
flds 4(%esp) // x : log(2)
cmpl $0x47000000, %ecx
ja 3f // x > 2^14
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
cmpl $0x40000000, %ecx
ja 4f // x > 2
// 1 <= x <= 2 => y = log1p(x-1+sqrt(2*(x-1)+(x-1)^2))
fsubl MO(one) // x-1 : log(2)
fabs... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/e_acoshf.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:3 | .align ALIGNARG(4)
4: fld %st // x : x : log(2)
fadd %st, %st(1) // x : 2*x : log(2)
fld %st // x : x : 2*x : log(2)
fmul %st(1) // x^2 : x : 2*x : log(2)
fsubl MO(one) // x^2-1 : x : 2*x : log(2)
fsqrt // sqrt(x^2-1) : x : 2*x : log(2)
faddp // x+sqrt(x^2-1) : 2*x : log(2)
fdivrl MO(one) // 1/(... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/e_acoshf.S | 81 | 101 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:2 | movl 4(%esp), %ecx
cmpl $0x3f800000, %ecx
jl 5f // < 1 => invalid
fldln2 // log(2)
flds 4(%esp) // x : log(2)
cmpl $0x47000000, %ecx
ja 3f // x > 2^14
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
cmpl $0x40000000, %ecx
ja 4f // x > 2
// 1 <= x <= 2 => y = log1p(x-1+sqrt(2*(x-1)+(x-1)^2))
fsubl MO(one) /... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_acoshf.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:3 | // 2^28 > x > 2 => y = log(2*x - 1/(x+sqrt(x*x-1)))
.align ALIGNARG(4)
4: fld %st // x : x : log(2)
fadd %st, %st(1) // x : 2*x : log(2)
fld %st // x : x : 2*x : log(2)
fmul %st(1) // x^2 : x : 2*x : log(2)
fsubl MO(one) // x^2-1 : x : 2*x : log(2)
fsqrt // sqrt(x^2-1) : x : 2*x : log(2)
faddp // ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_acoshf.S | 81 | 102 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:3 | .align ALIGNARG(4)
4: fld %st // x : x : log(2)
fadd %st, %st(1) // x : 2*x : log(2)
fld %st // x : x : 2*x : log(2)
fmul %st(1) // x^2 : x : 2*x : log(2)
fsubl MO(one) // x^2-1 : x : 2*x : log(2)
fsqrt // sqrt(x^2-1) : x : 2*x : log(2)
faddp // x+sqrt(x^2-1) : 2*x : log(2)
fdivrl MO(one) // 1/(... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_acoshf.S | 81 | 101 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 8c6c9236361fbc077769673c259828216403bc33 | github | libc | https://github.com/bminor/glibc/blob/8c6c9236361fbc077769673c259828216403bc33/sysdeps/i386/fpu/e_acoshf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:2 | cmpl $0x3f800000, %ecx
jl 5f // < 1 => invalid
fldln2 // log(2)
flds 4(%esp) // x : log(2)
cmpl $0x47000000, %ecx
ja 3f // x > 2^14
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
cmpl $0x40000000, %ecx
ja 4f // x > 2
// 1 <= x <= 2 => y = log1p(x-1+sqrt(2*(x-1)+(x-1)^2))
fsubl MO(one) // x-1 : log(2)
fabs... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_acoshf.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_acoshf.S:3 | .align ALIGNARG(4)
4: fld %st // x : x : log(2)
fadd %st, %st(1) // x : 2*x : log(2)
fld %st // x : x : 2*x : log(2)
fmul %st(1) // x^2 : x : 2*x : log(2)
fsubl MO(one) // x^2-1 : x : 2*x : log(2)
fsqrt // sqrt(x^2-1) : x : 2*x : log(2)
faddp // x+sqrt(x^2-1) : 2*x : log(2)
fdivrl MO(one) // 1/(... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshf.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_acoshf.S | 81 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:2 | #define MO(op) op
#endif
.text
ENTRY(__ieee754_acoshl)
movl 12(%esp), %ecx
andl $0xffff, %ecx
cmpl $0x3fff, %ecx
jl 5f // < 1 => invalid
fldln2 // log(2)
fldt 4(%esp) // x : log(2)
cmpl $0x4020, %ecx
ja 3f // x > 2^34
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
cmpl $0x4000, %ecx
ja 4f // x > 2
// 1 <... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_acoshl.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:3 | .align ALIGNARG(4)
3: fyl2x // log(x)
fldln2 // log(2) : log(x)
faddp // log(x)+log(2)
ret
// 2^34 > x > 2 => y = log(2*x - 1/(x+sqrt(x*x-1)))
.align ALIGNARG(4)
4: fld %st // x : x : log(2)
fadd %st, %st(1) // x : 2*x : log(2)
fld %st // x : x : 2*x : log(2)
fmul %st(1) // x^2 : x : 2*x : log(... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_acoshl.S | 81 | 107 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-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 Softwa... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:2 | #else
#define MO(op) op
#endif
.text
ENTRY(__ieee754_acoshl)
movl 12(%esp), %ecx
andl $0xffff, %ecx
cmpl $0x3fff, %ecx
jl 5f // < 1 => invalid
fldln2 // log(2)
fldt 4(%esp) // x : log(2)
cmpl $0x4020, %ecx
ja 3f // x > 2^34
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
cmpl $0x4000, %ecx
ja 4f // x > 2
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_acoshl.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:3 | // x > 2^34 => y = log(x) + log(2)
.align ALIGNARG(4)
3: fyl2x // log(x)
fldln2 // log(2) : log(x)
faddp // log(x)+log(2)
ret
// 2^34 > x > 2 => y = log(2*x - 1/(x+sqrt(x*x-1)))
.align ALIGNARG(4)
4: fld %st // x : x : log(2)
fadd %st, %st(1) // x : 2*x : log(2)
fld %st // x : x : 2*x : log(2)
f... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_acoshl.S | 81 | 108 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:3 | .align ALIGNARG(4)
3: fyl2x // log(x)
fldln2 // log(2) : log(x)
faddp // log(x)+log(2)
ret
// 2^34 > x > 2 => y = log(2*x - 1/(x+sqrt(x*x-1)))
.align ALIGNARG(4)
4: fld %st // x : x : log(2)
fadd %st, %st(1) // x : 2*x : log(2)
fld %st // x : x : 2*x : log(2)
fmul %st(1) // x^2 : x : 2*x : log(... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_acoshl.S | 81 | 107 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_acoshl.S:1 | /* ix87 specific implementation of arcsinh.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Les... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_acoshl.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_acoshl.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_asin.S:1 | /*
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: e_asin.S,v 1.4 1995/05/08 23:45:40 jtc Exp $")
DEFINE_DBL_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
/* asin = atan (x / sqrt((1-x) (1+x))) */
EN... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asin.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_asin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/fpu/e_asin.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: e_asin.S,v 1.4 1995/05/08 23:45:40 jtc Exp $")
DEFINE_DBL_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asin.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_asin.S | 1 | 39 |
bminor/glibc:sysdeps/i386/fpu/e_asin.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
RCSID("$NetBSD: e_asin.S,v 1.4 1995/05/08 23:45:40 jtc Exp $")
DEFINE_DBL_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
/* asin = atan (x / sqrt((1-x)... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asin.S | LGPL-2.1 | 37825319ee64d51bf8b1774f4964e9743eaf5ef6 | github | libc | https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/e_asin.S | 1 | 38 |
bminor/glibc:sysdeps/i386/fpu/e_asin.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
RCSID("$NetBSD: e_asin.S,v 1.4 1995/05/08 23:45:40 jtc Exp $")
.section .rodata.cst8,"aM",@progbits,8
.p2align 3
.type dbl_min,@object
dbl_min: .byte 0, 0, 0, 0, 0, 0, 0x10, 0
ASM_SIZE_DIRECTIVE(dbl_min)
#ifdef PIC
#... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asin.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_asin.S | 1 | 55 |
bminor/glibc:sysdeps/i386/fpu/e_asinf.S:1 | /*
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: $")
.section .rodata.cst4,"aM",@progbits,4
DEFINE_FLT_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
/* asin = atan (x / sqrt(1 - x^2)) */
ENTRY(__... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asinf.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/e_asinf.S | 1 | 38 |
bminor/glibc:sysdeps/i386/fpu/e_asinf.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
* Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: $")
.section .rodata.cst4,"aM",@progbits,4
DEFINE_FLT_MIN
#ifdef PIC
# define M... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asinf.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_asinf.S | 1 | 40 |
bminor/glibc:sysdeps/i386/fpu/e_asinf.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
* Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
RCSID("$NetBSD: $")
.section .rodata.cst4,"aM",@progbits,4
DEFINE_FLT_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
#... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asinf.S | LGPL-2.1 | 37825319ee64d51bf8b1774f4964e9743eaf5ef6 | github | libc | https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/e_asinf.S | 1 | 39 |
bminor/glibc:sysdeps/i386/fpu/e_asinf.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
* Adapted for float type by Ulrich Drepper <drepper@cygnus.com>.
*/
#include <machine/asm.h>
RCSID("$NetBSD: $")
.section .rodata.cst4,"aM",@progbits,4
.p2align 2
.type flt_min,@object
flt_min: .byte 0, 0, 0x80, 0
ASM_SIZE_DIRECTIVE(flt_min)
#... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_asinf.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_asinf.S | 1 | 54 |
bminor/glibc:sysdeps/i386/fpu/e_atan2.S:1 | /*
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: e_atan2.S,v 1.4 1995/05/08 23:46:28 jtc Exp $")
DEFINE_DBL_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
ENTRY(__ieee754_atan2)
#ifdef PIC
LOAD_PIC... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_atan2.S | 1 | 30 |
bminor/glibc:sysdeps/i386/fpu/e_atan2.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: e_atan2.S,v 1.4 1995/05/08 23:46:28 jtc Exp $")
DEFINE_DBL_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_atan2.S | 1 | 31 |
bminor/glibc:sysdeps/i386/fpu/e_atan2.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
RCSID("$NetBSD: e_atan2.S,v 1.4 1995/05/08 23:46:28 jtc Exp $")
DEFINE_DBL_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
ENTRY(__ieee754_atan2)
#ifdef ... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2.S | LGPL-2.1 | 37825319ee64d51bf8b1774f4964e9743eaf5ef6 | github | libc | https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/e_atan2.S | 1 | 30 |
bminor/glibc:sysdeps/i386/fpu/e_atan2.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
RCSID("$NetBSD: e_atan2.S,v 1.4 1995/05/08 23:46:28 jtc Exp $")
.section .rodata.cst8,"aM",@progbits,8
.p2align 3
.type dbl_min,@object
dbl_min: .byte 0, 0, 0, 0, 0, 0, 0x10, 0
ASM_SIZE_DIRECTIVE(dbl_min)
#ifdef PIC
... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_atan2.S | 1 | 49 |
bminor/glibc:sysdeps/i386/fpu/e_atan2f.S:1 | /*
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: e_atan2f.S,v 1.1 1995/05/08 23:35:10 jtc Exp $")
DEFINE_FLT_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
ENTRY(__ieee754_atan2f)
#ifdef PIC
LOAD_P... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2f.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/e_atan2f.S | 1 | 30 |
bminor/glibc:sysdeps/i386/fpu/e_atan2f.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
#include <libm-alias-finite.h>
RCSID("$NetBSD: e_atan2f.S,v 1.1 1995/05/08 23:35:10 jtc Exp $")
DEFINE_FLT_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.tex... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2f.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_atan2f.S | 1 | 31 |
bminor/glibc:sysdeps/i386/fpu/e_atan2f.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
#include <i386-math-asm.h>
RCSID("$NetBSD: e_atan2f.S,v 1.1 1995/05/08 23:35:10 jtc Exp $")
DEFINE_FLT_MIN
#ifdef PIC
# define MO(op) op##@GOTOFF(%ecx)
#else
# define MO(op) op
#endif
.text
ENTRY(__ieee754_atan2f)
#ifde... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2f.S | LGPL-2.1 | 37825319ee64d51bf8b1774f4964e9743eaf5ef6 | github | libc | https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/e_atan2f.S | 1 | 30 |
bminor/glibc:sysdeps/i386/fpu/e_atan2f.S:1 | /*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
RCSID("$NetBSD: e_atan2f.S,v 1.1 1995/05/08 23:35:10 jtc Exp $")
.section .rodata.cst4,"aM",@progbits,4
.p2align 2
.type flt_min,@object
flt_min: .byte 0, 0, 0x80, 0
ASM_SIZE_DIRECTIVE(flt_min)
#ifdef PIC
# define MO... | x86 | gas-like | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atan2f.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_atan2f.S | 1 | 49 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:2 | #ifdef PIC
#define MO(op) op##@GOTOFF(%edx)
#else
#define MO(op) op
#endif
.text
ENTRY(__ieee754_atanh)
movl 8(%esp), %ecx
movl %ecx, %eax
andl $0x7fffffff, %eax
cmpl $0x7ff00000, %eax
jae 5f
7:
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
andl $0x80000000, %ecx // ECX == 0 iff X >= 0
fldt MO(ln2_2) // 0.5*ln2
xo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_atanh.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:3 | sahf
jae 4f
fyl2xp1 // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
DBL_CHECK_FORCE_UFLOW_NONNEG
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^2)/(1-x))
3: ret
.align ALIGNARG(4)
4: faddl MO(one) // 1+2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fyl2x // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 04e750e75b73957cf1c791535a3f4319534a52fc | github | libc | https://github.com/bminor/glibc/blob/04e750e75b73957cf1c791535a3f4319534a52fc/sysdeps/i386/fpu/e_atanh.S | 81 | 113 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 2642002380aafb71a1d3b569b6d7ebeab3284816 | github | libc | https://github.com/bminor/glibc/blob/2642002380aafb71a1d3b569b6d7ebeab3284816/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 114e299ca66353fa7be1ee45bb4e1307d3de1fa2 | github | libc | https://github.com/bminor/glibc/blob/114e299ca66353fa7be1ee45bb4e1307d3de1fa2/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:2 | #ifdef PIC
#define MO(op) op##@GOTOFF(%edx)
#else
#define MO(op) op
#endif
.text
ENTRY(__ieee754_atanh)
movl 8(%esp), %ecx
movl %ecx, %eax
andl $0x7fffffff, %eax
cmpl $0x7ff00000, %eax
jae 5f
7:
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
andl $0x80000000, %ecx // ECX == 0 iff X >= 0
fldt MO(ln2_2) // 0.5*ln2
xo... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_atanh.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:3 | jae 4f
fyl2xp1 // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
DBL_CHECK_FORCE_UFLOW_NONNEG
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^2)/(1-x))
3: ret
.align ALIGNARG(4)
4: faddl MO(one) // 1+2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fyl2x // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_atanh.S | 81 | 112 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:3 | jae 4f
fyl2xp1 // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
DBL_CHECK_FORCE_UFLOW_NONNEG
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^2)/(1-x))
3: ret
.align ALIGNARG(4)
4: faddl MO(one) // 1+2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fyl2x // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_atanh.S | 81 | 112 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | f7a9f785e547bd599dee496fd906a28bcb4ec7fe | github | libc | https://github.com/bminor/glibc/blob/f7a9f785e547bd599dee496fd906a28bcb4ec7fe/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 1a19b8894f93878f99025096ec1d3b6af7db6f78 | github | libc | https://github.com/bminor/glibc/blob/1a19b8894f93878f99025096ec1d3b6af7db6f78/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 37825319ee64d51bf8b1774f4964e9743eaf5ef6 | github | libc | https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:2 | #ifdef PIC
#define MO(op) op##@GOTOFF(%edx)
#else
#define MO(op) op
#endif
.text
ENTRY(__ieee754_atanh)
movl 8(%esp), %ecx
movl %ecx, %eax
andl $0x7fffffff, %eax
cmpl $0x7ff00000, %eax
jae 5f
7:
#ifdef PIC
call 1f
cfi_adjust_cfa_offset (4)
1: popl %edx
cfi_adjust_cfa_offset (-4)
addl $_GLOBAL_OFFSET_TABLE_... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 37825319ee64d51bf8b1774f4964e9743eaf5ef6 | github | libc | https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/e_atanh.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:3 | faddp // 2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fcoml MO(limit) // 2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fnstsw // 2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
sahf
jae 4f
fyl2xp1 // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
DBL_CHECK_FORCE_UFLOW_NONNEG
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^2)/(1-x))
3: ret
.align ALIGNARG(... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 37825319ee64d51bf8b1774f4964e9743eaf5ef6 | github | libc | https://github.com/bminor/glibc/blob/37825319ee64d51bf8b1774f4964e9743eaf5ef6/sysdeps/i386/fpu/e_atanh.S | 81 | 116 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_atanh.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:2 | .type dbl_min,@object
dbl_min: .byte 0, 0, 0, 0, 0, 0, 0x10, 0
ASM_SIZE_DIRECTIVE(dbl_min)
#ifdef PIC
#define MO(op) op##@GOTOFF(%edx)
#else
#define MO(op) op
#endif
.text
ENTRY(__ieee754_atanh)
movl 8(%esp), %ecx
movl %ecx, %eax
andl $0x7fffffff, %eax
cmpl $0x7ff00000, %eax
jae 5f
7:
#ifdef PIC
call 1f
cf... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_atanh.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:3 | fsubrl MO(one) // 1-|x| : |x| : 2*|x| : 0.5*ln2
fxch // |x| : 1-|x| : 2*|x| : 0.5*ln2
fmul %st(2) // 2*|x|^2 : 1-|x| : 2*|x| : 0.5*ln2
fdivp // (2*|x|^2)/(1-|x|) : 2*|x| : 0.5*ln2
faddp // 2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fcoml MO(limit) // 2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fnstsw // 2*|x|+(2*|x|^2)/(1... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_atanh.S | 81 | 130 |
bminor/glibc:sysdeps/i386/fpu/e_atanh.S:4 | 3: ret
// x == NaN or ±Inf
5: ja 6f
cmpl $0, 4(%esp)
je 7b
6: fldl 4(%esp)
ret
END(__ieee754_atanh)
strong_alias (__ieee754_atanh, __atanh_finite) | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanh.S | LGPL-2.1 | 890b7a4b33d482b5c768ab47d70758b80227e9bc | github | libc | https://github.com/bminor/glibc/blob/890b7a4b33d482b5c768ab47d70758b80227e9bc/sysdeps/i386/fpu/e_atanh.S | 121 | 130 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:2 | DEFINE_FLT_MIN
#ifdef PIC
#define MO(op) op##@GOTOFF(%edx)
#else
#define MO(op) op
#endif
.text
ENTRY(__ieee754_atanhf)
movl 4(%esp), %ecx
movl %ecx, %eax
andl $0x7fffffff, %eax
cmpl $0x7f800000, %eax
ja 5f
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
andl $0x80000000, %ecx // ECX == 0 iff X >= 0
fldt MO(ln2_2) /... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/e_atanhf.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:3 | sahf
jae 4f
fyl2xp1 // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
FLT_CHECK_FORCE_UFLOW_NONNEG
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^2)/(1-x))
3: ret
.align ALIGNARG(4)
4: faddl MO(one) // 1+2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fyl2x // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 | github | libc | https://github.com/bminor/glibc/blob/dff8da6b3e89b986bb7f6b1ec18cf65d5972e307/sysdeps/i386/fpu/e_atanhf.S | 81 | 110 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f | github | libc | https://github.com/bminor/glibc/blob/6d7e8eda9b85b08f207a6dc6f187e94e4817270f/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 114e299ca66353fa7be1ee45bb4e1307d3de1fa2 | github | libc | https://github.com/bminor/glibc/blob/114e299ca66353fa7be1ee45bb4e1307d3de1fa2/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:2 | #ifdef PIC
#define MO(op) op##@GOTOFF(%edx)
#else
#define MO(op) op
#endif
.text
ENTRY(__ieee754_atanhf)
movl 4(%esp), %ecx
movl %ecx, %eax
andl $0x7fffffff, %eax
cmpl $0x7f800000, %eax
ja 5f
#ifdef PIC
LOAD_PIC_REG (dx)
#endif
andl $0x80000000, %ecx // ECX == 0 iff X >= 0
fldt MO(ln2_2) // 0.5*ln2
xorl ... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_atanhf.S | 41 | 100 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:3 | jae 4f
fyl2xp1 // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
FLT_CHECK_FORCE_UFLOW_NONNEG
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^2)/(1-x))
3: ret
.align ALIGNARG(4)
4: faddl MO(one) // 1+2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fyl2x // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 581c785bf31bc74430320c7856bbfa3875d025fe | github | libc | https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/sysdeps/i386/fpu/e_atanhf.S | 81 | 109 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-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 Fr... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 30891f35fa7da832b66d80d0807610df361851f3 | github | libc | https://github.com/bminor/glibc/blob/30891f35fa7da832b66d80d0807610df361851f3/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 2b778ceb4010c28d70de9b8eab20e8d88eed586b | github | libc | https://github.com/bminor/glibc/blob/2b778ceb4010c28d70de9b8eab20e8d88eed586b/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 220622dde5704c95a100c2792a280f18f3deba73 | github | libc | https://github.com/bminor/glibc/blob/220622dde5704c95a100c2792a280f18f3deba73/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:3 | jae 4f
fyl2xp1 // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
FLT_CHECK_FORCE_UFLOW_NONNEG
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^2)/(1-x))
3: ret
.align ALIGNARG(4)
4: faddl MO(one) // 1+2*|x|+(2*|x|^2)/(1-|x|) : 0.5*ln2
fyl2x // 0.5*ln2*ld(1+2*|x|+(2*|x|^2)/(1-|x|))
jecxz 3f
fchs // 0.5*ln2*ld(1+2*x+(2*x^... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | d614a7539657941a9201c236b2f15afac18e1213 | github | libc | https://github.com/bminor/glibc/blob/d614a7539657941a9201c236b2f15afac18e1213/sysdeps/i386/fpu/e_atanhf.S | 81 | 109 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 5a82c74822d3272df2f5929133680478c0cfb4bd | github | libc | https://github.com/bminor/glibc/blob/5a82c74822d3272df2f5929133680478c0cfb4bd/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2019 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 04277e02d7f54d3582bebcf8386b317018cd5e1d | github | libc | https://github.com/bminor/glibc/blob/04277e02d7f54d3582bebcf8386b317018cd5e1d/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | 688903eb3ef01301d239ab753d309d45720610a7 | github | libc | https://github.com/bminor/glibc/blob/688903eb3ef01301d239ab753d309d45720610a7/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
bminor/glibc:sysdeps/i386/fpu/e_atanhf.S:1 | /* ix87 specific implementation of arctanh function.
Copyright (C) 1996-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of th... | x86 | gas-att | handwritten | bminor/glibc | sysdeps/i386/fpu/e_atanhf.S | LGPL-2.1 | bfff8b1becd7d01c074177df7196ab327cd8c844 | github | libc | https://github.com/bminor/glibc/blob/bfff8b1becd7d01c074177df7196ab327cd8c844/sysdeps/i386/fpu/e_atanhf.S | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.