Home
last modified time | relevance | path

Searched refs:tmp_const (Results 1 – 13 of 13) sorted by relevance

/dports/math/kcalc/kcalc-21.12.3/
H A Dkcalc_const_menu.cpp74 science_constant tmp_const; in init_consts() local
76 tmp_const.name = I18N_NOOP(e.attributeNode(QStringLiteral("name")).value()); in init_consts()
77 tmp_const.label = e.attributeNode(QStringLiteral("symbol")).value(); in init_consts()
78 tmp_const.value = e.attributeNode(QStringLiteral("value")).value(); in init_consts()
82 tmp_const.category = stringToCategory(tmp_str_category); in init_consts()
83 tmp_const.whatsthis = e.firstChildElement(QStringLiteral("description")).text(); in init_consts()
85 scienceConstantList.append(tmp_const); in init_consts()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_cdft_methods.F158 th, tmp_const local
396 dr_ij_dR(:) = dr1_r2(:)/tmp_const
416 ds_dR_i(:) = -0.5_dp*tmp_const*dmy_dR_i(:)
418 ds_dR_j(:) = -0.5_dp*tmp_const*dmy_dR_j(:)
420 tmp_const = 1.0_dp - 2.0_dp*my1_homo* &
422 ds_dR_i(:) = ds_dR_i(:)*tmp_const
424 ds_dR_j(:) = ds_dR_j(:)*tmp_const
430 tmp_const = 0.5_dp*(1.0_dp - myexp)
433 IF (ABS(tmp_const) .LE. th) tmp_const = tmp_const + th
441 tmp_const = 0.5_dp*(1.0_dp + myexp) ! s(myji)
[all …]
H A Dmixed_cdft_methods.F3981 tmp_const = (R12(iatom, jatom)**3)
3982 dr_ij_dR(:) = dr1_r2(:)/tmp_const
3998 tmp_const = (1.5_dp**2)*dmyexp*(1 - myexp**2)* &
4001 ds_dR_i(:) = -0.5_dp*tmp_const*dmy_dR_i(:)
4002 ds_dR_j(:) = -0.5_dp*tmp_const*dmy_dR_j(:)
4005 ds_dR_i(:) = ds_dR_i(:)*tmp_const
4006 ds_dR_j(:) = ds_dR_j(:)*tmp_const
4011 tmp_const = 0.5_dp*(1.0_dp - myexp)
4014 IF (ABS(tmp_const) .LE. th) tmp_const = tmp_const + th
4020 tmp_const = 0.5_dp*(1.0_dp + myexp)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_cdft_methods.F157 th, tmp_const local
395 dr_ij_dR(:) = dr1_r2(:)/tmp_const
415 ds_dR_i(:) = -0.5_dp*tmp_const*dmy_dR_i(:)
417 ds_dR_j(:) = -0.5_dp*tmp_const*dmy_dR_j(:)
419 tmp_const = 1.0_dp - 2.0_dp*my1_homo* &
421 ds_dR_i(:) = ds_dR_i(:)*tmp_const
423 ds_dR_j(:) = ds_dR_j(:)*tmp_const
429 tmp_const = 0.5_dp*(1.0_dp - myexp)
432 IF (ABS(tmp_const) .LE. th) tmp_const = tmp_const + th
440 tmp_const = 0.5_dp*(1.0_dp + myexp) ! s(myji)
[all …]
H A Dmixed_cdft_methods.F3973 tmp_const = (R12(iatom, jatom)**3)
3974 dr_ij_dR(:) = dr1_r2(:)/tmp_const
3990 tmp_const = (1.5_dp**2)*dmyexp*(1 - myexp**2)* &
3993 ds_dR_i(:) = -0.5_dp*tmp_const*dmy_dR_i(:)
3994 ds_dR_j(:) = -0.5_dp*tmp_const*dmy_dR_j(:)
3997 ds_dR_i(:) = ds_dR_i(:)*tmp_const
3998 ds_dR_j(:) = ds_dR_j(:)*tmp_const
4003 tmp_const = 0.5_dp*(1.0_dp - myexp)
4006 IF (ABS(tmp_const) .LE. th) tmp_const = tmp_const + th
4012 tmp_const = 0.5_dp*(1.0_dp + myexp)
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc1587 LiftoffRegister tmp_const = in CurrentMemoryPages() local
1591 __ LoadConstant(tmp_const, in CurrentMemoryPages()
1641 LiftoffRegister tmp_const = in GrowMemory() local
1649 input.gp(), tmp_const.gp()); in GrowMemory()
1756 LiftoffRegister tmp_const = in CallIndirect() local
1773 index.gp(), tmp_const.gp()); in CallIndirect()
1781 LiftoffRegister neg_index = tmp_const; in CallIndirect()
1801 __ LoadConstant(tmp_const, in CallIndirect()
1815 tmp_const.gp()); in CallIndirect()
1820 __ LoadConstant(tmp_const, WasmValue(2)); in CallIndirect()
[all …]
/dports/cad/iverilog/verilog-11.0/
H A Dexpr_synth.cc1327 NetConst*tmp_const = new NetConst(scope, scope->local_symbol(), tmp_val); in synthesize() local
1328 tmp_const->set_line(*this); in synthesize()
1329 des->add_node(tmp_const); in synthesize()
1331 connect(tmp->pin(0), tmp_const->pin(0)); in synthesize()
H A Dnetmisc.cc671 if (NetEConst*tmp_const = dynamic_cast<NetEConst*> (tmp)) { in normalize_variable_unpacked() local
675 int64_t val = tmp_const->value().as_long(); in normalize_variable_unpacked()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2177 Register tmp_const = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in CallIndirect() local
2190 LOAD_INSTANCE_FIELD(tmp_const, IndirectFunctionTableSize, kUInt32Size); in CallIndirect()
2192 index, tmp_const); in CallIndirect()
2200 Register neg_index = tmp_const; in CallIndirect()
2203 __ emit_i32_sub(diff, index, tmp_const); in CallIndirect()
2226 __ LoadConstant(LiftoffRegister(tmp_const), WasmValue(canonical_sig_num)); in CallIndirect()
2231 LiftoffAssembler::kWasmIntPtr, scratch, tmp_const); in CallIndirect()
2244 __ LoadTaggedPointer(tmp_const, table, index, in CallIndirect()
2255 Register* explicit_instance = &tmp_const; in CallIndirect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3927 Register tmp_const = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in CallIndirect() local
3941 LOAD_INSTANCE_FIELD(tmp_const, IndirectFunctionTableSize, kUInt32Size); in CallIndirect()
3943 index, tmp_const); in CallIndirect()
3951 Register neg_index = tmp_const; in CallIndirect()
3954 __ emit_i32_sub(diff, index, tmp_const); in CallIndirect()
3977 __ LoadConstant(LiftoffRegister(tmp_const), WasmValue(canonical_sig_num)); in CallIndirect()
3982 LiftoffAssembler::kWasmIntPtr, scratch, tmp_const); in CallIndirect()
3995 __ LoadTaggedPointer(tmp_const, table, index, in CallIndirect()
4006 Register* explicit_instance = &tmp_const; in CallIndirect()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/debugger/
H A Dhandler_dbgp.c1437 zval *tmp_const = NULL; in xdebug_get_constant() local
1438 tmp_const = zend_get_constant_str(val->d, val->l); in xdebug_get_constant()
1440 if (!tmp_const) { in xdebug_get_constant()
1444 *const_val = *tmp_const; in xdebug_get_constant()
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/
H A Dliftoff-compiler.cc5761 Register tmp_const = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in CallIndirect() local
5789 LOAD_INSTANCE_FIELD(tmp_const, IndirectFunctionTableSize, kUInt32Size, in CallIndirect()
5793 LiftoffRegister(tmp_const), indirect_function_table, no_reg, in CallIndirect()
5798 tmp_const); in CallIndirect()
5818 __ LoadConstant(LiftoffRegister(tmp_const), WasmValue(canonical_sig_num)); in CallIndirect()
5823 tmp_const); in CallIndirect()
5843 __ LoadTaggedPointer(tmp_const, table, index, in CallIndirect()
5854 Register* explicit_instance = &tmp_const; in CallIndirect()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin5.c10998 ChoiceConstraintData tmp_const; in DoFieldsMatch() local
11009 MemSet (&tmp_const, 0, sizeof (ChoiceConstraintData)); in DoFieldsMatch()
11012 tmp_const.string_constraint = &scd; in DoFieldsMatch()
11013 tmp_const.constraint_type = CHOICE_CONSTRAINT_STRING; in DoFieldsMatch()
11068 tmp_const.qual_choice = ccp->qual_choice_match; in DoFieldsMatch()
11074 rval = DoesOneSourceMatchConstraint (biop, &tmp_const); in DoFieldsMatch()
11082 rval = DoesOneSourceMatchConstraint (biop, &tmp_const); in DoFieldsMatch()
11088 tmp_const.string_constraint->match_text = location; in DoFieldsMatch()
11090 rval = DoesOneSourceMatchConstraint (biop, &tmp_const); in DoFieldsMatch()
11097 tmp_const.qual_choice = ccp->qual_choice_match; in DoFieldsMatch()
[all …]