tiny.simd.FixedTag
Defined in tag.
Source
Source: lib/simd/src/tag.zig:5
zig
pub fn FixedTag(comptime T: type, comptime lanes: usize) type { return Descriptor(T, lanes, 0);}Source: lib/simd/src/root.zig:70
zig
pub const FixedTag = tag.FixedTag;Complete caller list
38 direct callers.
lib.simd.src.bfloat.test_Highway_bfloat16_descriptors_preserve_scalar_type_relations[function] — test source atlib/simd/src/bfloat.zig:281in nearest public ownertiny.simd.bfloatlib.simd.src.bfloat.test_Highway_bfloat16_even_odd_and_pairwise_multiply-add_widen_to_f32[function] — test source atlib/simd/src/bfloat.zig:313in nearest public ownertiny.simd.bfloatlib.simd.src.bfloat.test_Highway_bfloat16_vector_promotion_demotion_and_memory_preserve_bit_patterns[function] — test source atlib/simd/src/bfloat.zig:300in nearest public ownertiny.simd.bfloatlib.simd.src.convert.sourceDescriptor[function] — private source atlib/simd/src/convert.zig:444in nearest public ownertiny.simd.convertlib.simd.src.cuckoo.family.test_Highway_generic_Cuckoo_scalar_batch_and_lookup_queries_agree[function] — test source atlib/simd/src/cuckoo/family.zig:586in nearest public ownerlib.simd.src.cuckoo.familylib.simd.src.cuckoo.family.test_Highway_generic_Cuckoo_u16_fingerprints_retain_all_members[function] — test source atlib/simd/src/cuckoo/family.zig:620in nearest public ownerlib.simd.src.cuckoo.familylib.simd.src.cuckoo2x2.test_Highway_Cuckoo2x2_scalar_and_vector_membership_agree[function] — test source atlib/simd/src/cuckoo2x2.zig:371in nearest public ownertiny.simd.cuckoo2x2lib.simd.src.hash.test_Highway_AVX2_keyed_hash_oracle_matches_exactly[function] — test source atlib/simd/src/hash.zig:361in nearest public ownertiny.simd.hashlib.simd.src.hash.test_Highway_hash_arrays_preserve_scalar_order_through_full_vectors_and_tails[function] — test source atlib/simd/src/hash.zig:450in nearest public ownertiny.simd.hashlib.simd.src.hash.test_Highway_hash_scalar_and_vector_paths_agree_lane_by_lane[function] — test source atlib/simd/src/hash.zig:334in nearest public ownertiny.simd.hashlib.simd.src.phast.builder.test_Highway_PHAST_64-key_table_image_matches_the_pinned_builder[function] — test source atlib/simd/src/phast/builder.zig:871in nearest public ownerlib.simd.src.phast.builderlib.simd.src.phast.builder.test_Highway_PHAST_builder_matches_a_retried_pinned_table_image[function] — test source atlib/simd/src/phast/builder.zig:958in nearest public ownerlib.simd.src.phast.builderlib.simd.src.phast.builder.test_Highway_PHAST_configuration_ordering_matches_the_pinned_builder[function] — test source atlib/simd/src/phast/builder.zig:929in nearest public ownerlib.simd.src.phast.builderlib.simd.src.print.test_vector_diagnostics_preserve_array_order_and_bfloat_meaning[function] — test source atlib/simd/src/print.zig:560in nearest public ownertiny.simd.printlib.simd.src.random.test_Highway_AVX2_scalar_and_vector_xoshiro_oracle_matches_exactly[function] — test source atlib/simd/src/random.zig:377in nearest public ownertiny.simd.randomlib.simd.src.random.test_Highway_cached_xoshiro_refills_without_changing_stream_order[function] — test source atlib/simd/src/random.zig:498in nearest public ownertiny.simd.randomlib.simd.src.random.test_Highway_vector_xoshiro_fills_awkward_tails_and_uniform_doubles[function] — test source atlib/simd/src/random.zig:479in nearest public ownertiny.simd.randomlib.simd.src.random.test_Highway_vector_xoshiro_interleaves_jump-separated_scalar_streams[function] — test source atlib/simd/src/random.zig:444in nearest public ownertiny.simd.randomlib.simd.src.random.test_Highway_vector_xoshiro_thread_streams_begin_at_long-jump_partitions[function] — test source atlib/simd/src/random.zig:463in nearest public ownertiny.simd.randomlib.simd.src.shardmul.test_Highway_ShardMul_scalar_and_vector_queries_agree[function] — test source atlib/simd/src/shardmul.zig:409in nearest public ownertiny.simd.shardmultiny.simd.tag.CappedTag[function] atlib/simd/src/tag.zig:72tiny.simd.tag.DFromV[function] atlib/simd/src/tag.zig:125lib.simd.src.tag.FullBytes[function] — private source atlib/simd/src/tag.zig:396in nearest public ownertiny.simd.tagtiny.simd.tag.ScalableTag[function] atlib/simd/src/tag.zig:61lib.simd.src.tag.test_Highway_descriptor_aliases_preserve_fixed_widths_powers_and_transforms[function] — test source atlib/simd/src/tag.zig:469in nearest public ownertiny.simd.taglib.simd.src.tag.test_current_Highway_descriptor_differential_digest[function] — test source atlib/simd/src/tag.zig:525in nearest public ownertiny.simd.taglib.simd.src.tag.test_fixed_tags_preserve_lane_and_byte_invariants[function] — test source atlib/simd/src/tag.zig:441in nearest public ownertiny.simd.taglib.simd.src.tag.test_tag_transformations_match_Highway_descriptor_meanings[function] — test source atlib/simd/src/tag.zig:450in nearest public ownertiny.simd.taglib.simd.src.test.test_pinned_Highway_AVX2_oracle_agrees_on_wrapping_lanes[function] — test source atlib/simd/src/test.zig:279in nearest public ownerlib.simd.src.testlib.simd.src.test.test_simd_root_composes_a_vector_load_compute_store_pipeline[function] — test source atlib/simd/src/test.zig:270in nearest public ownerlib.simd.src.testlib.simd.src.test.verifyArrangeOracle[function] — private source atlib/simd/src/test.zig:239in nearest public ownerlib.simd.src.testlib.simd.src.test.verifyConversionOracle[function] — private source atlib/simd/src/test.zig:179in nearest public ownerlib.simd.src.testlib.simd.src.test.verifyLayoutOracle[function] — private source atlib/simd/src/test.zig:144in nearest public ownerlib.simd.src.testlib.simd.src.test.verifyResizeOracle[function] — private source atlib/simd/src/test.zig:167in nearest public ownerlib.simd.src.testlib.simd.src.test.verifySignOracle[function] — private source atlib/simd/src/test.zig:128in nearest public ownerlib.simd.src.testlib.simd.src.test.verifySignedBitOracle[function] — private source atlib/simd/src/test.zig:89in nearest public ownerlib.simd.src.testlib.simd.src.test.verifyWideCountOracle[function] — private source atlib/simd/src/test.zig:119in nearest public ownerlib.simd.src.testlib.simd.src.test.verifyWideRotateOracle[function] — private source atlib/simd/src/test.zig:101in nearest public ownerlib.simd.src.test
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |