Home
last modified time | relevance | path

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

/dports/math/blis/blis-0.8.1/frame/include/
H A Dbli_type_defs.h349 #define BLIS_UNIT_DIAG_BIT ( 0x1 << BLIS_UNIT_DIAG_SHIFT ) macro
400 #define BLIS_BITVAL_UNIT_DIAG BLIS_UNIT_DIAG_BIT
H A Dbli_obj_macro_defs.h306 ( obj->info & BLIS_UNIT_DIAG_BIT ); in bli_obj_diag()
448 ( ( obj->info & ~BLIS_UNIT_DIAG_BIT ) | diag ); in bli_obj_set_diag()
/dports/math/blis/blis-0.8.1/windows/zen2/
H A Dblis.h712 #define BLIS_UNIT_DIAG_BIT ( 0x1 << BLIS_UNIT_DIAG_SHIFT ) macro
763 #define BLIS_BITVAL_UNIT_DIAG BLIS_UNIT_DIAG_BIT
6498 ( obj->info & BLIS_UNIT_DIAG_BIT ); in bli_obj_diag()
6640 ( obj->info & ~BLIS_UNIT_DIAG_BIT ) | diag; in bli_obj_set_diag()
42195 #define BLIS_UNIT_DIAG_BIT ( 0x1 << BLIS_UNIT_DIAG_SHIFT ) macro
42246 #define BLIS_BITVAL_UNIT_DIAG BLIS_UNIT_DIAG_BIT