Searched refs:shape (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | math.c | 355 double shape = pt_gamma_shape[i]; in TEST_BEGIN() local 356 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() 359 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0, in TEST_BEGIN() 370 double shape = 1.0; in TEST_BEGIN() local 371 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() 374 pt_gamma(0.5, shape, 1.0, ln_gamma_shape) * 10.0, in TEST_BEGIN() 375 pt_gamma(0.5, shape, 10.0, ln_gamma_shape), MAX_REL_ERR, in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | life.lua | 30 function _CELLS:spawn(shape,left,top) 31 for y=0,shape.h-1 do 32 for x=0,shape.w-1 do 33 self[top+y][left+x] = shape[y*shape.w+x+1]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | math.h | 304 pt_gamma(double p, double shape, double scale, double ln_gamma_shape) { in pt_gamma() argument 305 return pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale; in pt_gamma()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 370 uint64_t count, uint64_t off, enum bt_shift_shape shape, in bt_shift_core() argument 383 (shape == BSS_TRAPEZOID ? 0 : 1); in bt_shift_core() 386 uint64_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_shift_core() 398 uint64_t count, enum bt_shift_shape shape) in bt_shift_core_left() argument 400 bt_shift_core(tree, node, idx, count, 1, shape, BSD_LEFT); in bt_shift_core_left() 409 uint64_t count, enum bt_shift_shape shape) in bt_shift_core_right() argument 411 bt_shift_core(tree, node, idx, count, 1, shape, BSD_RIGHT); in bt_shift_core_right() 453 enum bt_shift_shape shape) in bt_transfer_core() argument 462 uint64_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_transfer_core() 463 bmov(source->btc_children + sidx + (shape == BSS_TRAPEZOID ? 0 : 1), in bt_transfer_core() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | renesas,imr.txt | 7 and drawing with respect to any shape that is split into triangular objects.
|
| /f-stack/freebsd/netgraph/ |
| H A D | NOTES | 98 Extensive use of Mutexes. Getting in shape for SMP.
|
| /f-stack/freebsd/sys/ |
| H A D | consio.h | 201 int shape[3]; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | st,sta350.txt | 98 - st,noise-shape-dc-cut:
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 144 Once everything is in good shape and the details have been worked out you can remove its draft stat…
|