Home
last modified time | relevance | path

Searched refs:b_values (Results 1 – 25 of 69) sorted by relevance

123

/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A DLaserSpeed.py220 b_values = [64752.0, 64752.0, 64640.0, 64512.0]
223 b_values = [60416.0, 60416.0, 59904.0, 59392.0]
230 return b_values[0], m / 12, 1
232 return b_values[0], m / 12, 0
234 return b_values[0], m, 0
241 return b_values[0], m / 12, 1
243 return b_values[0], m / 12, 0
246 return b_values[0], m, 0
249 return b_values[0], m, 0
253 return b_values[gear - 1], m, gear
/dports/science/py-dipy/dipy-1.4.1/dipy/io/
H A Dbvectxt.py38 b_values = np.loadtxt(bval)
42 if b_values.ndim != 1:
44 if b_values.shape[0] != grad_table.shape[1]:
49 if not np.allclose(grad_norms[b_values > 0], 1, atol=atol):
52 grad_table[:, b_values > 0] = (grad_table[:, b_values > 0] /
53 grad_norms[b_values > 0])
55 return (grad_table, b_values)
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dhist_source.cc87 (int) rint(bucket.b_values[HT_NORMAL].hv_value), in text_value_for_line()
88 (int) rint(bucket.b_values[HT_ERROR].hv_value), in text_value_for_line()
89 (int) rint(bucket.b_values[HT_WARNING].hv_value), in text_value_for_line()
90 (int) rint(bucket.b_values[HT_MARK].hv_value)); in text_value_for_line()
106 bucket.b_values[lpc].hv_value, in text_attrs_for_line()
130 bucket.b_values[htype].hv_value += value; in add_value()
H A Dhist_source.hh381 last_bucket.b_values[lpc].hv_value); in end_of_row()
420 hist_value b_values[HT__MAX]; member
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/sparse_weight_mult/
H A Dparallel_sparse_weight_B_mult.c51 float *b_values[]) { in BlockSpMatStep2() argument
65 b_values[blk_idx][b_colptr[blk_idx][k_blk_offset]] = values[i]; in BlockSpMatStep2()
169 float **b_values = in main() local
180 b_values[blk_idx] = in main()
184 b_values); in main()
243 (const void *)b_values[blk_idx], nb).smm; in main()
252 b_values[k * C / CB + c], in main()
276 b_values[k * C / CB + c], in main()
294 libxsmm_free(b_values[blk_idx]); in main()
298 libxsmm_free(b_values); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_component_transfer.cc132 unsigned char r_values[256], g_values[256], b_values[256], a_values[256]; in CreateImageFilter() local
133 GetValues(r_values, g_values, b_values, a_values); in CreateImageFilter()
137 SkTableColorFilter::MakeARGB(a_values, r_values, g_values, b_values); in CreateImageFilter()
144 unsigned char b_values[256], in GetValues()
147 r_values[i] = g_values[i] = b_values[i] = a_values[i] = i; in GetValues()
148 unsigned char* tables[] = {r_values, g_values, b_values, a_values}; in GetValues()
H A Dfe_component_transfer.h79 unsigned char b_values[256],
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_component_transfer.cc132 unsigned char r_values[256], g_values[256], b_values[256], a_values[256]; in CreateImageFilter() local
133 GetValues(r_values, g_values, b_values, a_values); in CreateImageFilter()
137 SkTableColorFilter::MakeARGB(a_values, r_values, g_values, b_values); in CreateImageFilter()
144 unsigned char b_values[256], in GetValues()
147 r_values[i] = g_values[i] = b_values[i] = a_values[i] = i; in GetValues()
148 unsigned char* tables[] = {r_values, g_values, b_values, a_values}; in GetValues()
H A Dfe_component_transfer.h79 unsigned char b_values[256],
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Dvector_tools_constraints.templates.h316 const Vector<double> & b_values = Vector<double>(dim))
353 (b_values(d) * tangent_vector[largest_component] -
354 b_values(largest_component) * tangent_vector[d]) /
653 Vector<double> b_values(dim); in compute_nonzero_normal_flux_constraints()
662 std::make_pair(vector_dofs, b_values)); in compute_nonzero_normal_flux_constraints()
802 const Vector<double> b_values = in compute_nonzero_normal_flux_constraints() local
805 normal_value += b_values[i] * normal[i]; in compute_nonzero_normal_flux_constraints()
856 const Vector<double> b_values = in compute_nonzero_normal_flux_constraints() local
867 if (std::fabs(b_values[i]) > in compute_nonzero_normal_flux_constraints()
1025 const Vector<double> b_values = in compute_nonzero_normal_flux_constraints() local
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/misc/
H A Dtimsort.py471 b_values = values
490 values[dest] = b_values[ssb]
547 values[dest] = b_values[ssb]
565 b_keys, b_values, ssb,
626 b_values = ms.values
634 _has_values = has_values(b_keys, b_values)
662 values[dest] = b_values[ssb]
707 values[dest] = b_values[ssb]
723 b_keys, b_values, ssb,
749 b_keys, b_values, ssb - nb + 1,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/web_idl/
H A Dextended_attribute_test.py99 b_values = attributes.get_list_of('B')
100 self.assertEqual(b_values[0].values, ())
101 self.assertEqual(b_values[1].values, ('Val', 'ue', 'B'))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/web_idl/
H A Dextended_attribute_test.py99 b_values = attributes.get_list_of('B')
100 self.assertEqual(b_values[0].values, ())
101 self.assertEqual(b_values[1].values, ('Val', 'ue', 'B'))
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/nicom/
H A Ddicomreaders.py73 b_values = []
100 b_values.append(b)
105 np.array(b_values),
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/nicom/
H A Ddicomreaders.py82 b_values = []
107 b_values.append(b)
112 np.array(b_values),
/dports/net-im/folks/folks-0.15.3/folks/
H A Dutils.vala93 var b_values = b.get (key);
94 if (a_values.size != b_values.size)
99 if (!b_values.contains (a_value))
152 var b_values = b.get (key);
153 if (a_values.size != b_values.size)
158 if (!b_values.contains (a_value))
/dports/math/py-luminol/luminol-0.3.1/src/luminol/algorithms/correlator_algorithms/
H A Dcross_correlator.py48 a_values, b_values = a.values, b.values
71 s += ((a_values[i] - a_avg) * (b_values[j] - b_avg))
/dports/benchmarks/py-naarad/naarad-1.0.15/lib/luminol/src/luminol/algorithms/correlator_algorithms/
H A Dcross_correlator.py48 a_values, b_values = a.values, b.values
71 s += ((a_values[i] - a_avg) * (b_values[j] - b_avg))
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_nnet.py48 b_values = np.zeros((n_out,), dtype='float32')
71 out = classify(yy, b_values, dot_value)
72 gout = classify_gpu(yy, b_values, dot_value)
/dports/editors/xvile/vile-9.8v/
H A Ducrypt.c107 make_global_val(curbp->b_values.bv, global_b_values.bv, MDCRYPT); in vl_setkey()
/dports/editors/vile/vile-9.8v/
H A Ducrypt.c107 make_global_val(curbp->b_values.bv, global_b_values.bv, MDCRYPT); in vl_setkey()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dsre-save.c1381 const guint32 *b_values = (const guint32 *)b; in compare_constants() local
1382 return a_values [MONO_CONSTANT_PARENT] - b_values [MONO_CONSTANT_PARENT]; in compare_constants()
1389 const guint32 *b_values = (const guint32 *)b; in compare_semantics() local
1400 const guint32 *b_values = (const guint32 *)b; in compare_custom_attrs() local
1402 return a_values [MONO_CUSTOM_ATTR_PARENT] - b_values [MONO_CUSTOM_ATTR_PARENT]; in compare_custom_attrs()
1409 const guint32 *b_values = (const guint32 *)b; in compare_field_marshal() local
1411 return a_values [MONO_FIELD_MARSHAL_PARENT] - b_values [MONO_FIELD_MARSHAL_PARENT]; in compare_field_marshal()
1418 const guint32 *b_values = (const guint32 *)b; in compare_nested() local
1420 return a_values [MONO_NESTED_CLASS_NESTED] - b_values [MONO_NESTED_CLASS_NESTED]; in compare_nested()
1446 const guint32 *b_values = (const guint32 *)b; in compare_declsecurity_attrs() local
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/search/
H A DWordResults.cc31 WordKeyNum* b_values = (WordKeyNum*)b->data; in wordResults_cmp() local
33 if(a_values[i] != b_values[i]) { in wordResults_cmp()
34 return a_values[i] > b_values[i] ? 1 : -1; in wordResults_cmp()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_api/src/
H A Ddisplay_list.rs106 pub b_values: ItemRange<'a, f32>, field
464 b_values: temp_filter_data.b_values.iter().collect(), in serialize_with_iterator()
669 b_values: skip_slice::<f32>(&mut self.data), in next_raw()
677 self.debug_stats.log_slice("set_filter_data.b_values", &data.b_values); in next_raw()
885 DisplayListBuilder::push_iter_impl(&mut temp, filter_data.b_values); in deserialize()
1671 self.push_iter(&filter_data.b_values); in push_filters()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender_api/src/
H A Ddisplay_list.rs106 pub b_values: ItemRange<'a, f32>, field
486 b_values: temp_filter_data.b_values.iter().collect(), in serialize_with_iterator()
695 b_values: skip_slice::<f32>(&mut self.data), in next_raw()
703 self.debug_stats.log_slice("set_filter_data.b_values", &data.b_values); in next_raw()
906 DisplayListBuilder::push_iter_impl(&mut temp, filter_data.b_values); in deserialize()
1728 self.push_iter(&filter_data.b_values); in push_filters()

123