Home
last modified time | relevance | path

Searched defs:vector_bool_char (Results 1 – 24 of 24) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/swarmkit/agent/
H A Dreporter.go55 return nil
56 }
57
58 if current.State > status.State {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Dg-alvety.ads57 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dg-alvety.ads57 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dg-alvety.ads57 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dg-alvety.ads57 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-alvety.ads57 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Dg-alvety.ads55 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-alvety.ads57 subtype vector_bool_char is Low_Level_Vectors.LL_VBC; subtype
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/powerpc/
H A Daltivec.rs217 fn vcmpequb(a: vector_unsigned_char, b: vector_unsigned_char) -> vector_bool_char; in vcmpequb()
227 fn vcmpgtub(a: vector_unsigned_char, b: vector_unsigned_char) -> vector_bool_char; in vcmpgtub()
234 fn vcmpgtsb(a: vector_signed_char, b: vector_signed_char) -> vector_bool_char; in vcmpgtsb()
1141 pub unsafe fn vec_add_bc_sc(a: vector_bool_char, b: vector_signed_char) -> vector_signed_char { in vec_add_bc_sc()
1144 impl VectorAdd<vector_signed_char> for vector_bool_char { implementation
1183 a: vector_bool_char, in vec_add_bc_uc()
1188 impl VectorAdd<vector_unsigned_char> for vector_bool_char { implementation