Home
last modified time | relevance | path

Searched refs:HasFMA (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dfpu.h36 HasFMA = 0x40, enumerator
50 bool has_fma() const { return _flags & HasFMA; } in has_fma()
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/cpu/
H A Dcpu_x86.go22 {Name: "fma", Feature: &X86.HasFMA},
54 X86.HasFMA = isSet(12, ecx1)
/dports/misc/gobuster/gobuster-3.1.0/vendor/golang.org/x/sys/cpu/
H A Dcpu_x86.go22 {Name: "fma", Feature: &X86.HasFMA},
54 X86.HasFMA = isSet(12, ecx1)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/sys/cpu/
H A Dcpu_x86.go22 {Name: "fma", Feature: &X86.HasFMA},
54 X86.HasFMA = isSet(12, ecx1)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/sys/sys-f9321e4c35a6/cpu/
H A Dcpu_x86.go22 {Name: "fma", Feature: &X86.HasFMA},
54 X86.HasFMA = isSet(12, ecx1)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/cpu/
H A Dcpu_x86.go48 {Name: "fma", Feature: &X86.HasFMA},
72 X86.HasFMA = isSet(ecx1, cpuid_FMA)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/cpu/
H A Dcpu_x86.go50 {Name: "fma", Feature: &X86.HasFMA},
74 X86.HasFMA = isSet(ecx1, cpuid_FMA)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/internal/cpu/
H A Dcpu_x86.go48 {Name: "fma", Feature: &X86.HasFMA},
72 X86.HasFMA = isSet(ecx1, cpuid_FMA)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/cpu/
H A Dcpu_x86.go48 {Name: "fma", Feature: &X86.HasFMA},
72 X86.HasFMA = isSet(ecx1, cpuid_FMA)
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/cpu/
H A Dcpu_x86.go48 {Name: "fma", Feature: &X86.HasFMA},
72 X86.HasFMA = isSet(ecx1, cpuid_FMA)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/internal/cpu/
H A Dcpu_x86.go48 {Name: "fma", Feature: &X86.HasFMA},
72 X86.HasFMA = isSet(ecx1, cpuid_FMA)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/internal/cpu/
H A Dcpu_x86.go48 {Name: "fma", Feature: &X86.HasFMA},
72 X86.HasFMA = isSet(ecx1, cpuid_FMA)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/
H A Dexp_amd64.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/
H A Dexp_asm.go11 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/
H A Dexp_amd64.go11 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/
H A Dexp_asm.go12 var useFMA = cpu.X86.HasAVX && cpu.X86.HasFMA

12345678910>>...33