Lines Matching refs:bitmap_switch

43     float bitmap_switch [GxB_NBITMAP_SWITCH] ; // default bitmap_switch  member
184 .bitmap_switch = {
439 GB_Global.bitmap_switch [k] = b ; in GB_Global_bitmap_switch_set()
447 return (GB_Global.bitmap_switch [k]) ; in GB_Global_bitmap_switch_get()
454 if (d <= 1) return (GB_Global.bitmap_switch [0]) ; in GB_Global_bitmap_switch_matrix_get()
455 if (d <= 2) return (GB_Global.bitmap_switch [1]) ; in GB_Global_bitmap_switch_matrix_get()
456 if (d <= 4) return (GB_Global.bitmap_switch [2]) ; in GB_Global_bitmap_switch_matrix_get()
457 if (d <= 8) return (GB_Global.bitmap_switch [3]) ; in GB_Global_bitmap_switch_matrix_get()
458 if (d <= 16) return (GB_Global.bitmap_switch [4]) ; in GB_Global_bitmap_switch_matrix_get()
459 if (d <= 32) return (GB_Global.bitmap_switch [5]) ; in GB_Global_bitmap_switch_matrix_get()
460 if (d <= 64) return (GB_Global.bitmap_switch [6]) ; in GB_Global_bitmap_switch_matrix_get()
461 return (GB_Global.bitmap_switch [7]) ; in GB_Global_bitmap_switch_matrix_get()
467 GB_Global.bitmap_switch [0] = GB_BITSWITCH_1 ; in GB_Global_bitmap_switch_default()
468 GB_Global.bitmap_switch [1] = GB_BITSWITCH_2 ; in GB_Global_bitmap_switch_default()
469 GB_Global.bitmap_switch [2] = GB_BITSWITCH_3_to_4 ; in GB_Global_bitmap_switch_default()
470 GB_Global.bitmap_switch [3] = GB_BITSWITCH_5_to_8 ; in GB_Global_bitmap_switch_default()
471 GB_Global.bitmap_switch [4] = GB_BITSWITCH_9_to_16 ; in GB_Global_bitmap_switch_default()
472 GB_Global.bitmap_switch [5] = GB_BITSWITCH_17_to_32 ; in GB_Global_bitmap_switch_default()
473 GB_Global.bitmap_switch [6] = GB_BITSWITCH_33_to_64 ; in GB_Global_bitmap_switch_default()
474 GB_Global.bitmap_switch [7] = GB_BITSWITCH_gt_than_64 ; in GB_Global_bitmap_switch_default()