Home
last modified time | relevance | path

Searched refs:BLIS_STRUC_BITS (Results 1 – 3 of 3) sorted by relevance

/dports/math/blis/blis-0.8.1/frame/include/
H A Dbli_obj_macro_defs.h380 ( obj->info & BLIS_STRUC_BITS ); in bli_obj_struc()
581 ( ( obj->info & ~BLIS_STRUC_BITS ) | struc ); in bli_obj_set_struc()
H A Dbli_type_defs.h365 #define BLIS_STRUC_BITS ( 0x3 << BLIS_STRUC_SHIFT ) macro
/dports/math/blis/blis-0.8.1/windows/zen2/
H A Dblis.h728 #define BLIS_STRUC_BITS ( 0x3 << BLIS_STRUC_SHIFT ) macro
6572 ( obj->info & BLIS_STRUC_BITS ); in bli_obj_struc()
6773 ( obj->info & ~BLIS_STRUC_BITS ) | struc; in bli_obj_set_struc()
42211 #define BLIS_STRUC_BITS ( 0x3 << BLIS_STRUC_SHIFT ) macro