Home
last modified time | relevance | path

Searched refs:n_bb (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/recoverdm/recoverdm-8ecb743/
H A Dmergebad.c167 int n_bb = 0; in read_mapfile() local
191 bbs = (badblock *)myrealloc(bbs, sizeof(badblock) * (n_bb + 1), "badblocks list"); in read_mapfile()
192 bbs[n_bb].offset = offset; in read_mapfile()
193 bbs[n_bb].block_size = block_size; in read_mapfile()
196 printf("%d] %lld %d\n", n_bb, offset, block_size); in read_mapfile()
198 n_bb++; in read_mapfile()
202 *nbb = n_bb; in read_mapfile()
/dports/math/py-colormath/colormath-3.0.0/colormath/
H A Dcolor_appearance_models.py289 n_bb=None, argument
347 if n_bb is None:
348 n_bb = 0.725 * (y_w / y_b) ** 0.2
451 a = self._calculate_achromatic_signal(l_as, s, s_w, n_bb, a_a)
456 a_w = self._calculate_achromatic_signal(l_as, s_w, s_w, n_bb, a_aw)
591 def _calculate_achromatic_signal(cls, l_as, s, s_w, n_bb, a_a): argument
607 return n_bb * (a_a - 1 + a_s - 0.3 + numpy.sqrt((1 + (0.3 ** 2))))
1105 self.n_bb = self.n_cb = 0.725 * n ** -0.2
1125 a = self._compute_achromatic_response(r_a, g_a, b_a, self.n_bb)
1203 def _compute_achromatic_response(r, g, b, n_bb): argument
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dpseudo.c231 int n_bb = r_list_length (fcn->bbs); in r_core_pseudo_code() local
236 r_cons_printf ("\n // %d basic blocks\n", n_bb); in r_core_pseudo_code()
410 } while (n_bb > 0); in r_core_pseudo_code()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dmathfunc.cpp553 int n_bb = n_hom1 < n_hom2 ? n_hom2 : n_hom1; in CalcHWE() local
556 int genotypes = n_ab + n_bb + n_aa; in CalcHWE()
/dports/astro/astrometry/astrometry.net-0.85/libkd/
H A Dkdtree.c34 printf(" nbb %i\n", kd->n_bb); in kdtree_print()
71 return kd->n_bb != kd->nnodes; in kdtree_has_old_bb()
H A Dkdtree_internal_fits.c75 kd->n_bb = chunk.nrows; in MANGLE()
H A Dkdtree_internal.c2238 kd->n_bb = kd->nnodes; in MANGLE()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/libkd/
H A Dkdtree.c34 printf(" nbb %i\n", kd->n_bb); in kdtree_print()
71 return kd->n_bb != kd->nnodes; in kdtree_has_old_bb()
H A Dkdtree_internal_fits.c75 kd->n_bb = chunk.nrows; in MANGLE()
H A Dkdtree_internal.c2293 kd->n_bb = kd->nnodes; in MANGLE()
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dkdtree.h192 int n_bb; member
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dkdtree.h192 int n_bb; member