Home
last modified time | relevance | path

Searched refs:ref_value (Results 1 – 25 of 62) sorted by relevance

123

/third_party/boost/libs/numeric/odeint/test_external/mpi/
Dnorm_test.cpp30 int ref_value = 0; in BOOST_AUTO_TEST_CASE() local
38 ref_value = *std::max_element(in_data.begin(), in_data.end()); in BOOST_AUTO_TEST_CASE()
40 boost::mpi::broadcast(world, ref_value, 0); in BOOST_AUTO_TEST_CASE()
52 << " ref:" << ref_value << "\n"; in BOOST_AUTO_TEST_CASE()
56 BOOST_REQUIRE_EQUAL( value, ref_value ); in BOOST_AUTO_TEST_CASE()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render_stencilref.c55 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]); in r300_stencilref_needed()
68 sr->ref_value_front = r300->stencil_ref.ref_value[0]; in r300_stencilref_begin()
85 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1]; in r300_stencilref_switch_side()
101 r300->stencil_ref.ref_value[0] = sr->ref_value_front; in r300_stencilref_end()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c108 sr.ref_value[0] = _mesa_get_stencil_ref(ctx, 0); in st_update_depth_stencil_alpha()
119 sr.ref_value[1] = _mesa_get_stencil_ref(ctx, back); in st_update_depth_stencil_alpha()
127 sr.ref_value[1] = sr.ref_value[0]; in st_update_depth_stencil_alpha()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/
Damplitude_to_db_op.h35 AmplitudeToDBOp(ScaleType stype, float ref_value, float amin, float top_db) in AmplitudeToDBOp() argument
36 : stype_(stype), ref_value_(ref_value), amin_(amin), top_db_(top_db) {} in AmplitudeToDBOp()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_amplitude_to_db.py99 def test_invalid_input(test_name, stype, ref_value, amin, top_db, error, error_msg): argument
102 c_audio.AmplitudeToDB(stype=stype, ref_value=ref_value, amin=amin, top_db=top_db)
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Damplitude_to_db_ir.cc26 AmplitudeToDBOperation::AmplitudeToDBOperation(ScaleType stype, float ref_value, float amin, float … in AmplitudeToDBOperation() argument
27 : stype_(stype), ref_value_(ref_value), amin_(amin), top_db_(top_db) {} in AmplitudeToDBOperation()
Damplitude_to_db_ir.h36 AmplitudeToDBOperation(ScaleType stype, float ref_value, float amin, float top_db);
/third_party/node/test/cctest/
Dtest_aliased_buffer.cc233 Reference ref_value = ab[1] = 2; in TEST_F() local
235 EXPECT_EQ(static_cast<uint32_t>(2), ref = ref_value); in TEST_F()
236 EXPECT_EQ(static_cast<uint32_t>(4), ref += ref_value); in TEST_F()
237 EXPECT_EQ(static_cast<uint32_t>(2), ref -= ref_value); in TEST_F()
/third_party/mindspore/mindspore/dataset/audio/
Dtransforms.py101 def __init__(self, stype=ScaleType.POWER, ref_value=1.0, amin=1e-10, top_db=80.0): argument
103 self.ref_value = ref_value
108 …return cde.AmplitudeToDBOperation(DE_C_SCALETYPE_TYPE[self.stype], self.ref_value, self.amin, self…
Dvalidators.py32 [stype, ref_value, amin, top_db], _ = parse_user_args(method, *args, **kwargs)
36 type_check(ref_value, (int, float), "ref_value")
37 if ref_value is not None:
38 check_pos_float32(ref_value, "ref_value")
/third_party/jerryscript/tools/
Dgen-magic-strings.py64 defs = sorted(defs, key=lambda ref_value: (len(ref_value[1]), ref_value[1]))
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Daudio.cc64 Data(ScaleType stype, float ref_value, float amin, float top_db) in Data()
65 : stype_(stype), ref_value_(ref_value), amin_(amin), top_db_(top_db) {} in Data()
72 AmplitudeToDB::AmplitudeToDB(ScaleType stype, float ref_value, float amin, float top_db) in AmplitudeToDB() argument
73 : data_(std::make_shared<Data>(stype, ref_value, amin, top_db)) {} in AmplitudeToDB()
/third_party/glib/gobject/tests/
Dreference.c679 ref_value (gpointer value, gpointer user_data) in ref_value() function
734 v = g_object_dup_data (obj, "test", ref_value, &old_val); in test_object_qdata2()
740 v = g_object_dup_data (obj, "nono", ref_value, &old_val); in test_object_qdata2()
786 ref_value (v3, NULL); in test_object_qdata2()
/third_party/mesa3d/docs/gallium/cso/
Ddsa.rst60 ref_value
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_immediate.c126 LIS5 |= i915->stencil_ref.ref_value[stencil_ccw] << S5_STENCIL_REF_SHIFT; in upload_S5()
Di915_state_dynamic.c122 bfo[0] |= i915->stencil_ref.ref_value[!stencil_ccw] in upload_BFO()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/audio/kernels/ir/
Dbindings.cc65 .def(py::init([](ScaleType stype, float ref_value, float amin, float top_db) { in __anonb7c3dee10302() argument
66 …auto amplitude_to_db = std::make_shared<audio::AmplitudeToDBOperation>(stype, ref_value, amin, top… in __anonb7c3dee10302()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c215 EMIT_RS(svga, svga->curr.stencil_ref.ref_value[0], STENCILREF); in emit_rss_vgpu9()
445 unsigned curr_ref = svga->curr.stencil_ref.ref_value[0]; in emit_rss_vgpu10()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c304 S_028430_STENCILREF(a->state.ref_value[0]) | in r600_emit_stencil_ref()
308 S_028434_STENCILREF_BF(a->state.ref_value[1]) | in r600_emit_stencil_ref()
325 ref.ref_value[0] = state.ref_value[0]; in r600_set_pipe_stencil_ref()
326 ref.ref_value[1] = state.ref_value[1]; in r600_set_pipe_stencil_ref()
348 ref.ref_value[0] = rctx->stencil_ref.pipe_state.ref_value[0]; in r600_bind_dsa_state()
349 ref.ref_value[1] = rctx->stencil_ref.pipe_state.ref_value[1]; in r600_bind_dsa_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c209 PUSH_DATA (push, nv30->stencil_ref.ref_value[0]); in nv30_validate_stencil_ref()
211 PUSH_DATA (push, nv30->stencil_ref.ref_value[1]); in nv30_validate_stencil_ref()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c269 A2XX_RB_STENCILREFMASK_STENCILREF(sr->ref_value[1])); in fd2_emit_state()
271 A2XX_RB_STENCILREFMASK_STENCILREF(sr->ref_value[0])); in fd2_emit_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c324 llvmpipe->stencil_ref.ref_value); in llvmpipe_update_derived()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h383 ubyte ref_value[2]; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c167 PUSH_DATA (push, nv50->stencil_ref.ref_value[0]); in nv50_validate_stencil_ref()
169 PUSH_DATA (push, nv50->stencil_ref.ref_value[1]); in nv50_validate_stencil_ref()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp993 psr.ref_value[0] = StencilRef; in SetDepthStencilState()
994 psr.ref_value[1] = StencilRef; in SetDepthStencilState()

123