Home
last modified time | relevance | path

Searched refs:bm (Results 1 – 25 of 6993) sorted by relevance

12345678910>>...280

/dports/math/R-cran-lme4/lme4/inst/doc/
H A DTheory.Rnw220 \bm\gamma(\bm u)=\bm Z\bm\Lambda(\bm\theta)\bm u
414 \bm L\bm L\trans=\bm P\bm A\bm P\trans .
443 \bm L_{\bm Z}&\bm0\\\bm L_{\bm{XZ}}&\bm L_{\bm X}
446 \bm L_{\bm Z}&\bm0\\\bm L_{\bm{XZ}}&\bm L_{\bm X}
641 \bm\gamma(\bm u,\bm\theta,\bm\beta)=\bm Z\bm\Lambda(\bm\theta)\bm
672 \bm L_{\bm Z}(\bm\theta)\bm L_{\bm Z}(\bm\theta)\trans=\bm P_{\bm
944 \bm L_{\bm Z}(\bm\theta)\bm L_{\bm Z}(\bm\theta)\trans=\bm P_{\bm
1078 \bm L_{\bm Z}\bm L_{\bm Z}\trans=\bm P_{\bm Z}(
1111 \bm L_{\bm Z}\bm L_{\bm X\bm Z}\trans=\bm P_{\bm
1123 \bm X\trans\bm X-\bm L_{\bm X\bm Z}\bm L_{\bm X\bm Z} .
[all …]
H A DPLSvGLS.Rnw70 \bm X\bm\beta+\bm Z\bm b ,
112 \bm\Sigma(\bm\theta)=\bm T(\bm\theta)\bm S(\bm\theta)\bm
146 S\bm T\trans=\sigma^2\bm T\bm S\bm S\bm T\trans=\bm\Sigma .
161 \bm A\trans(\bm\theta)=\bm Z\bm T(\bm\theta)\bm S(\bm\theta) .
209 \bm L(\theta)\bm R_{\bm{ZX}}=\bm P\bm A(\bm\theta)\bm X
215 \bm X\trans\bm X-\bm R_{\bm{ZX}}\trans\bm R_{\bm{ZX}}
257 \bm P\left(\bm A\bm A\trans+\bm I\right)\bm P\trans & \bm P\bm
277 $\bm R_{\bm Z\bm X}(\bm\theta)$ and $\bm R_{\bm X}(\bm\theta)$,
374 (\bm I+\bm A\trans\bm A)\left(\bm I-\bm A\trans\left(\bm I+\bm A\bm
377 =&\bm I+\bm A\trans\bm A-\bm A\trans\left(\bm I+\bm A\bm
[all …]
/dports/math/R-cran-lme4/lme4/vignettes/
H A DTheory.Rnw220 \bm\gamma(\bm u)=\bm Z\bm\Lambda(\bm\theta)\bm u
414 \bm L\bm L\trans=\bm P\bm A\bm P\trans .
443 \bm L_{\bm Z}&\bm0\\\bm L_{\bm{XZ}}&\bm L_{\bm X}
446 \bm L_{\bm Z}&\bm0\\\bm L_{\bm{XZ}}&\bm L_{\bm X}
641 \bm\gamma(\bm u,\bm\theta,\bm\beta)=\bm Z\bm\Lambda(\bm\theta)\bm
672 \bm L_{\bm Z}(\bm\theta)\bm L_{\bm Z}(\bm\theta)\trans=\bm P_{\bm
944 \bm L_{\bm Z}(\bm\theta)\bm L_{\bm Z}(\bm\theta)\trans=\bm P_{\bm
1078 \bm L_{\bm Z}\bm L_{\bm Z}\trans=\bm P_{\bm Z}(
1111 \bm L_{\bm Z}\bm L_{\bm X\bm Z}\trans=\bm P_{\bm
1123 \bm X\trans\bm X-\bm L_{\bm X\bm Z}\bm L_{\bm X\bm Z} .
[all …]
H A DPLSvGLS.Rnw70 \bm X\bm\beta+\bm Z\bm b ,
112 \bm\Sigma(\bm\theta)=\bm T(\bm\theta)\bm S(\bm\theta)\bm
146 S\bm T\trans=\sigma^2\bm T\bm S\bm S\bm T\trans=\bm\Sigma .
161 \bm A\trans(\bm\theta)=\bm Z\bm T(\bm\theta)\bm S(\bm\theta) .
209 \bm L(\theta)\bm R_{\bm{ZX}}=\bm P\bm A(\bm\theta)\bm X
215 \bm X\trans\bm X-\bm R_{\bm{ZX}}\trans\bm R_{\bm{ZX}}
257 \bm P\left(\bm A\bm A\trans+\bm I\right)\bm P\trans & \bm P\bm
277 $\bm R_{\bm Z\bm X}(\bm\theta)$ and $\bm R_{\bm X}(\bm\theta)$,
374 (\bm I+\bm A\trans\bm A)\left(\bm I-\bm A\trans\left(\bm I+\bm A\bm
377 =&\bm I+\bm A\trans\bm A-\bm A\trans\left(\bm I+\bm A\bm
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/block/
H A Dblock_mgr.c22 bm->block->name); in __bm_readonly()
30 __bm_addr_invalid(WT_BM *bm, in __bm_addr_invalid() argument
34 session, bm->block, addr, addr_size, bm->is_live)); in __bm_addr_invalid()
106 bm->block, &bm->map, &bm->maplen, &bm->mapped_cookie)); in __bm_checkpoint_load()
173 if (bm->map != NULL) in __bm_checkpoint_unload()
175 bm->block, bm->map, bm->maplen, &bm->mapped_cookie)); in __bm_checkpoint_unload()
178 WT_TRET(__wt_block_checkpoint_unload(session, bm->block, !bm->is_live)); in __bm_checkpoint_unload()
295 __bm_free(WT_BM *bm, in __bm_free() argument
619 WT_BM *bm; in __wt_block_manager_open() local
630 *bmp = bm; in __wt_block_manager_open()
[all …]
/dports/net/openmpi/openmpi-4.1.1/test/class/
H A Dopal_bitmap.c47 opal_bitmap_t bm; in main() local
112 set_bit(bm, 0); in test_bitmap_set()
113 set_bit(bm, 1); in test_bitmap_set()
114 set_bit(bm, 7); in test_bitmap_set()
115 set_bit(bm, 8); in test_bitmap_set()
117 set_bit(bm, 24); in test_bitmap_set()
120 set_bit(bm, 31); in test_bitmap_set()
121 set_bit(bm, 32); in test_bitmap_set()
124 set_bit(bm, 44); in test_bitmap_set()
125 set_bit(bm, 82); in test_bitmap_set()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/test/class/
H A Dopal_bitmap.c47 opal_bitmap_t bm; in main() local
112 set_bit(bm, 0); in test_bitmap_set()
113 set_bit(bm, 1); in test_bitmap_set()
114 set_bit(bm, 7); in test_bitmap_set()
115 set_bit(bm, 8); in test_bitmap_set()
117 set_bit(bm, 24); in test_bitmap_set()
120 set_bit(bm, 31); in test_bitmap_set()
121 set_bit(bm, 32); in test_bitmap_set()
124 set_bit(bm, 44); in test_bitmap_set()
125 set_bit(bm, 82); in test_bitmap_set()
[all …]
/dports/sysutils/fetchlog/fetchlog-1.4/
H A Dtest-all18 bm=/tmp/fetchlog.bm # bookmarkfile
93 if [ -e ${bm} ]; then
94 if ! rm -f ${bm}; then
100 if ! touch ${bm}; then
105 rm -f ${bm}
323 touch ${bm}
329 echo "ABC124" > ${bm}
334 rm -f ${bm}
345 rm -f ${bm}
453 rm -f ${bm}
[all …]
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if(!bm) in util_bitmask_create()
74 FREE(bm); in util_bitmask_create()
81 return bm; in util_bitmask_create()
138 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
143 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
151 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
166 assert(bm); in util_bitmask_add()
187 if(!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
205 assert(bm); in util_bitmask_set()
296 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_bitmask.c69 if (!bm) in util_bitmask_create()
75 FREE(bm); in util_bitmask_create()
82 return bm; in util_bitmask_create()
140 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
145 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
157 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
172 assert(bm); in util_bitmask_add()
193 if (!util_bitmask_resize(bm, bm->filled)) in util_bitmask_add()
211 assert(bm); in util_bitmask_set()
302 assert(bm->filled <= bm->size); in util_bitmask_get_next_index()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/potrace/include/
H A Dbitmap.h41 #define BM_UPUT( bm, x, y, b ) ( ( b ) ? BM_USET( bm, x, y ) : BM_UCLR( bm, x, y ) ) argument
42 #define BM_GET( bm, x, y ) ( bm_safe( bm, x, y ) ? BM_UGET( bm, x, y ) : 0 ) argument
43 #define BM_SET( bm, x, y ) ( bm_safe( bm, x, y ) ? BM_USET( bm, x, y ) : 0 ) argument
44 #define BM_CLR( bm, x, y ) ( bm_safe( bm, x, y ) ? BM_UCLR( bm, x, y ) : 0 ) argument
45 #define BM_INV( bm, x, y ) ( bm_safe( bm, x, y ) ? BM_UINV( bm, x, y ) : 0 ) argument
46 #define BM_PUT( bm, x, y, b ) ( bm_safe( bm, x, y ) ? BM_UPUT( bm, x, y, b ) : 0 ) argument
78 return getsize( bm->dy, bm->h ); in bm_size()
96 return bm_scanline( bm, bm->h - 1 ); in bm_base()
104 if( bm && bm->map ) in bm_free()
222 if( bm->h == 0 || bm->h == 1 ) in bm_flip()
[all …]
/dports/graphics/libpotrace/potrace-1.16/src/
H A Dbitmap.h32 #define bm_scanline(bm, y) ((bm)->map + (ptrdiff_t)(y)*(ptrdiff_t)(bm)->dy) argument
36 #define bm_safe(bm, x, y) (bm_range(x, (bm)->w) && bm_range(y, (bm)->h)) argument
41 #define BM_UPUT(bm, x, y, b) ((b) ? BM_USET(bm, x, y) : BM_UCLR(bm, x, y)) argument
42 #define BM_GET(bm, x, y) (bm_safe(bm, x, y) ? BM_UGET(bm, x, y) : 0) argument
43 #define BM_SET(bm, x, y) (bm_safe(bm, x, y) ? BM_USET(bm, x, y) : 0) argument
44 #define BM_CLR(bm, x, y) (bm_safe(bm, x, y) ? BM_UCLR(bm, x, y) : 0) argument
45 #define BM_INV(bm, x, y) (bm_safe(bm, x, y) ? BM_UINV(bm, x, y) : 0) argument
73 return getsize(bm->dy, bm->h); in bm_size()
92 if (bm && bm->map) { in bm_free()
177 if (bm->h == 0 || bm->h == 1) { in bm_flip()
[all …]
/dports/graphics/potrace/potrace-1.16/src/
H A Dbitmap.h32 #define bm_scanline(bm, y) ((bm)->map + (ptrdiff_t)(y)*(ptrdiff_t)(bm)->dy) argument
36 #define bm_safe(bm, x, y) (bm_range(x, (bm)->w) && bm_range(y, (bm)->h)) argument
41 #define BM_UPUT(bm, x, y, b) ((b) ? BM_USET(bm, x, y) : BM_UCLR(bm, x, y)) argument
42 #define BM_GET(bm, x, y) (bm_safe(bm, x, y) ? BM_UGET(bm, x, y) : 0) argument
43 #define BM_SET(bm, x, y) (bm_safe(bm, x, y) ? BM_USET(bm, x, y) : 0) argument
44 #define BM_CLR(bm, x, y) (bm_safe(bm, x, y) ? BM_UCLR(bm, x, y) : 0) argument
45 #define BM_INV(bm, x, y) (bm_safe(bm, x, y) ? BM_UINV(bm, x, y) : 0) argument
73 return getsize(bm->dy, bm->h); in bm_size()
92 if (bm && bm->map) { in bm_free()
177 if (bm->h == 0 || bm->h == 1) { in bm_flip()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_operators_private.h28 void bmo_bevel_exec(BMesh *bm, BMOperator *op);
29 void bmo_bisect_edges_exec(BMesh *bm, BMOperator *op);
33 void bmo_collapse_exec(BMesh *bm, BMOperator *op);
49 void bmo_delete_exec(BMesh *bm, BMOperator *op);
55 void bmo_duplicate_exec(BMesh *bm, BMOperator *op);
71 void bmo_mirror_exec(BMesh *bm, BMOperator *op);
76 void bmo_poke_exec(BMesh *bm, BMOperator *op);
86 void bmo_rotate_exec(BMesh *bm, BMOperator *op);
88 void bmo_scale_exec(BMesh *bm, BMOperator *op);
92 void bmo_spin_exec(BMesh *bm, BMOperator *op);
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ide/
H A Dpci.c51 bm->dma_cb(bmdma_active_if(bm), 0); in bmdma_start_dma()
81 (bm->cur_addr - bm->addr) >= BMDMA_PAGE_SIZE) { in bmdma_prepare_buf()
136 (bm->cur_addr - bm->addr) >= BMDMA_PAGE_SIZE) in bmdma_rw_buf()
183 bm->cur_addr = bm->addr; in bmdma_restart_dma()
200 bm->cmd = 0; in bmdma_reset()
235 bm->cur_addr = bm->addr; in bmdma_cmd_writeb()
240 bm->dma_cb(bmdma_active_if(bm), 0); in bmdma_cmd_writeb()
302 if (!(bm->status & BM_STATUS_DMAING) && bm->dma_cb) { in ide_bmdma_pre_save()
306 bm->migration_retry_unit = bm->bus->retry_unit; in ide_bmdma_pre_save()
308 bm->migration_retry_nsector = bm->bus->retry_nsector; in ide_bmdma_pre_save()
[all …]

12345678910>>...280