Home
last modified time | relevance | path

Searched defs:Lg2 (Results 1 – 20 of 20) sorted by relevance

/external/musl/src/math/
Dlog1pf.c20 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
Dlog10f.c26 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
Dlog1p.c62 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
Dlog10.c29 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/external/trusty/musl/src/math/
Dlog1pf.c20 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
Dlog10f.c26 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
Dlog1p.c62 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
Dlog10.c29 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/external/fdlibm/
De_log.c76 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4851 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
DAArch64ISelLowering.cpp15288 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
15335 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSREMPow2() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4760 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
DAArch64ISelLowering.cpp7508 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4939 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
DAArch64ISelLowering.cpp9707 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11217 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14425 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp16036 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21039 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24418 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local