Home
last modified time | relevance | path

Searched refs:m_value0 (Results 1 – 25 of 37) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpgmprot_igs027a_type1.cpp213 save_item(NAME(m_value0)); in machine_start()
803 if (m_value0 & 0xf0f0) puzzli2_printf("unhandled 0x47 bits %04x\n", m_value0); in command_handler_puzzli2()
815 if (m_value0 & 0xfff0) puzzli2_printf("unhandled 0x52 bits %04x\n", m_value0); in command_handler_puzzli2()
979 …if ( (m_value0 == 0x0000) || (m_value0 == 0x0001) || (m_value0 == 0x0002) || (m_value0 == 0x0003) ) in command_handler_puzzli2()
995 … if ((m_value0 == 0x0000) || (m_value0 == 0x0001) || (m_value0 == 0x0002) || (m_value0 == 0x0003)) in command_handler_puzzli2()
1104 int y = m_value0; in command_handler_py2k2()
1362 if (m_value0 == 0x0102) m_value0 = 0x0100; // why? in command_handler_kov()
1364 m_slots[(m_value0 >> 8) & 0x0f] = m_slots[(m_value0 >> 0) & 0x0f]; in command_handler_kov()
1388 int y = m_value0; in command_handler_kov()
1793 m_value0 = data; in arm7_type1_sim_w()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpgmprot_igs027a_type1.cpp213 save_item(NAME(m_value0)); in machine_start()
803 if (m_value0 & 0xf0f0) puzzli2_printf("unhandled 0x47 bits %04x\n", m_value0); in command_handler_puzzli2()
815 if (m_value0 & 0xfff0) puzzli2_printf("unhandled 0x52 bits %04x\n", m_value0); in command_handler_puzzli2()
979 …if ( (m_value0 == 0x0000) || (m_value0 == 0x0001) || (m_value0 == 0x0002) || (m_value0 == 0x0003) ) in command_handler_puzzli2()
995 … if ((m_value0 == 0x0000) || (m_value0 == 0x0001) || (m_value0 == 0x0002) || (m_value0 == 0x0003)) in command_handler_puzzli2()
1104 int y = m_value0; in command_handler_py2k2()
1362 if (m_value0 == 0x0102) m_value0 = 0x0100; // why? in command_handler_kov()
1364 m_slots[(m_value0 >> 8) & 0x0f] = m_slots[(m_value0 >> 0) & 0x0f]; in command_handler_kov()
1388 int y = m_value0; in command_handler_kov()
1793 m_value0 = data; in arm7_type1_sim_w()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/tests/
H A DConditionTest.cpp6 , m_value0(value0) in CConditionTest()
16 m_context.value0 = m_value0; in Run()
27 uint32 resultEq = (m_value0 == m_value1) ? 1 : 0; in Run()
28 uint32 resultNe = (m_value0 != m_value1) ? 1 : 0; in Run()
30 uint32 resultBl = static_cast<uint32>(m_value0) < static_cast<uint32>(m_value1) ? 1 : 0; in Run()
31 uint32 resultBe = static_cast<uint32>(m_value0) <= static_cast<uint32>(m_value1) ? 1 : 0; in Run()
32 uint32 resultAb = static_cast<uint32>(m_value0) > static_cast<uint32>(m_value1) ? 1 : 0; in Run()
35 uint32 resultLt = static_cast<int32>(m_value0) < static_cast<int32>(m_value1) ? 1 : 0; in Run()
36 uint32 resultLe = static_cast<int32>(m_value0) <= static_cast<int32>(m_value1) ? 1 : 0; in Run()
37 uint32 resultGt = static_cast<int32>(m_value0) > static_cast<int32>(m_value1) ? 1 : 0; in Run()
[all …]
H A DCmp64Test.cpp7 , m_value0(value0) in CCmp64Test()
17 m_context.value0 = m_value0; in Run()
22 uint32 resultEq = (m_value0 == m_value1) ? 1 : 0; in Run()
23 uint32 resultNe = (m_value0 != m_value1) ? 1 : 0; in Run()
24 uint32 resultBl = static_cast<uint64>(m_value0) < static_cast<uint64>(m_value1) ? 1 : 0; in Run()
25 uint32 resultLt = static_cast<int64>(m_value0) < static_cast<int64>(m_value1) ? 1 : 0; in Run()
26 uint32 resultLe = static_cast<int64>(m_value0) <= static_cast<int64>(m_value1) ? 1 : 0; in Run()
27 uint32 resultAb = static_cast<uint64>(m_value0) > static_cast<uint64>(m_value1) ? 1 : 0; in Run()
28 uint32 resultGt = static_cast<int64>(m_value0) > static_cast<int64>(m_value1) ? 1 : 0; in Run()
47 m_useConstant0 ? jitter.PushCst64(m_value0) : jitter.PushRel64(offsetof(CONTEXT, value0)); in Compile()
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DPacketBuffer.cpp32 , m_value0(0) in PacketBuffer()
46 m_value0 = m_value1 = 0; in setBufferMode()
50 m_value0 = qint64(queue[0].pts*1000.0); in setBufferMode()
52 m_value0 = 0; in setBufferMode()
87 Q_ASSERT(m_value1 >= m_value0); in buffered()
88 return m_value1 - m_value0; in buffered()
126m_value0 = qint64(queue[0].pts*1000.0); // must compute here because it is reset to 0 if take from… in onPut()
158 m_value0 = 0; in onTake()
163 m_value0 = qint64(queue[0].pts*1000.0); in onTake()
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_ramp.h39 m_value0 = new float [m_nvalues];
44 m_value0[i] = m_value1[i] = m_delta[i] = 0.0f;
53 delete [] m_value0; in ~padthv1_ramp()
59 m_value0[i] = m_value1[i]; in reset()
72 m_value0[i] += float(nframes) * m_delta[i]; in process()
83 m_delta[i] = (m_value1[i] - m_value0[i]) / float(m_frames); in process()
89 return (n < m_frames ? (m_value0[i] + float(n) * m_delta[i]) : m_value1[i]);
102 float *m_value0; variable
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_ramp.h39 m_value0 = new float [m_nvalues];
44 m_value0[i] = m_value1[i] = m_delta[i] = 0.0f;
53 delete [] m_value0; in ~samplv1_ramp()
59 m_value0[i] = m_value1[i]; in reset()
72 m_value0[i] += float(nframes) * m_delta[i]; in process()
83 m_delta[i] = (m_value1[i] - m_value0[i]) / float(m_frames); in process()
89 return (n < m_frames ? (m_value0[i] + float(n) * m_delta[i]) : m_value1[i]);
102 float *m_value0; variable
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_ramp.h39 m_value0 = new float [m_nvalues];
44 m_value0[i] = m_value1[i] = m_delta[i] = 0.0f;
53 delete [] m_value0; in ~synthv1_ramp()
59 m_value0[i] = m_value1[i]; in reset()
72 m_value0[i] += float(nframes) * m_delta[i]; in process()
83 m_delta[i] = (m_value1[i] - m_value0[i]) / float(m_frames); in process()
89 return (n < m_frames ? (m_value0[i] + float(n) * m_delta[i]) : m_value1[i]);
102 float *m_value0; variable
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
H A Dsfn_instruction_lds.h59 const Value& value0() const { return *m_value0;} in value0()
74 PValue m_value0; variable
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
H A Dsfn_instruction_lds.h59 const Value& value0() const { return *m_value0;} in value0()
74 PValue m_value0; variable
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
H A Dsfn_instruction_lds.h59 const Value& value0() const { return *m_value0;} in value0()
74 PValue m_value0; variable
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
H A Dsfn_instruction_lds.h59 const Value& value0() const { return *m_value0;} in value0()
74 PValue m_value0; variable
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
H A Dsfn_instruction_lds.h52 const Value& value0() const { return *m_value0;} in value0()
64 PValue m_value0; variable
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_lds.cpp100 m_value0(value0), in LDSWriteInstruction()
105 add_remappable_src_value(&m_value0); in LDSWriteInstruction()
125 if (*c == *m_value0) in replace_values()
126 m_value0 = new_value; in replace_values()
147 return (m_value0 != other.m_value0 && in is_equal_to()
/dports/math/gismo/gismo-21.12.0/src/gsModeling/
H A DgsCurvatureSmoothing.hpp56 T m_value0=0; in smoothTotalVariation() local
72 compute_ObjectiveFunction(basis,&current_coefs,omega1,omega2,m_value0); in smoothTotalVariation()
160 cond12=m_lamda*c1*helpcond+m_value0; in smoothTotalVariation()
193 compute_ObjectiveFunction(basis,&current_coefs,omega1,omega2,m_value0); in smoothTotalVariation()
226 T m_value0=0; in smoothTotalVariationSelectLamda() local
237 compute_ObjectiveFunction(basis,&current_coefs,omega1,omega2,m_value0); in smoothTotalVariationSelectLamda()
300 compute_ObjectiveFunction(basis,&current_coefs,omega1,omega2,m_value0); in smoothTotalVariationSelectLamda()
334 T m_value0=0; in smoothTotalVariationSelectLamda() local
340 compute_ObjectiveFunction(basis,&current_coefs,omega1,omega2,m_value0); in smoothTotalVariationSelectLamda()
376 compute_ObjectiveFunction(basis,&current_coefs,omega1,omega2,m_value0); in smoothTotalVariationSelectLamda()
[all …]

12