Home
last modified time | relevance | path

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

/dports/net/linknx/linknx-0.0.1.32/src/
H A Dobjectcontroller.cpp609 if (value_m == val->value_m) in compare()
1552 if (value_m == val->value_m) in compare()
1554 if (value_m > val->value_m) in compare()
1808 if (value_m == val->value_m) in compare()
1810 if (value_m > val->value_m) in compare()
2376 if (value_m == val->value_m) in compare()
2378 if (value_m > val->value_m) in compare()
2655 if (value_m == val->value_m) in compare()
2657 if (value_m > val->value_m) in compare()
2781 if (value_m == val->value_m) in compare()
[all …]
H A Dobjectcontroller.h213 bool value_m; variable
310 bool value_m; variable
547 double value_m; variable
702 uint32_t value_m; variable
704 UIntObjectValue() : value_m(0) {}; in UIntObjectValue()
767 …virtual bool setInt(uint32_t value) { if (value_m != value) { value_m = value; return true; } retu… in setInt()
1020 int32_t value_m; variable
1072 …virtual bool setInt(int32_t value) { if (value_m != value) { value_m = value; return true; } retur… in setInt()
1103 …virtual bool setInt(int32_t value) { if (value_m != value) { value_m = value; return true; } retur… in setInt()
1152 int64_t value_m; variable
[all …]
H A Druleserver.cpp707 if (value_m) in ~SetValueAction()
708 delete value_m; in ~SetValueAction()
949 value_m = value; in importXml()
1309 tmp = value_m; in importXml()
1771 if (value_m) in ~ObjectCondition()
1772 delete value_m; in ~ObjectCondition()
1782 bool val = (value_m == 0); in evaluate()
1865 if (value_m) in exportXml()
2134 return value_m; in evaluate()
2192 value_m = true; in importXml()
[all …]
H A Dtimermanager.cpp372 : at_m(0), until_m(0), during_m(0), after_m(-1), nextExecTime_m(0), cl_m(cl), value_m(false) in PeriodicTask()
386 value_m = !value_m; in onTimer()
389 if (during_m == 0 && value_m) in onTimer()
391 value_m = false; in onTimer()
428 value_m = true; in reschedule()
433 value_m = false; in reschedule()
437 else if (value_m) in reschedule()
H A Dioport.cpp875 RxCondition::RxCondition(ChangeListener* cl) : regexFlag_m(false), value_m(false), hex_m(false), pm… in RxCondition()
895 return value_m; in evaluate()
1026 value_m = true; in onDataReceived()
1028 value_m = false; in onDataReceived()
1039 value_m = true; in onDataReceived()
1041 value_m = false; in onDataReceived()
1048 ConnectCondition::ConnectCondition(ChangeListener* cl) : value_m(false), cl_m(cl) in ConnectCondition()
1060 return value_m; in evaluate()
1102 value_m = true; in onConnect()
1104 value_m = false; in onConnect()
H A Druleserver.h120 ObjectValue* value_m;
267 ObjectValue* value_m; variable
330 std::string value_m; variable
421 std::string value_m; variable
H A Dioport.h273 bool value_m; variable
295 bool value_m; variable
H A Dtimermanager.h127 bool value_m; variable
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dcliquetoption.cpp195 Real value_m = option.NPV(), in testOptionGreeks() local
198 expected["delta"] = (value_p - value_m)/(2*du); in testOptionGreeks()
206 value_m = option.NPV(); in testOptionGreeks()
208 expected["rho"] = (value_p - value_m)/(2*dr); in testOptionGreeks()
214 value_m = option.NPV(); in testOptionGreeks()
216 expected["divRho"] = (value_p - value_m)/(2*dq); in testOptionGreeks()
223 value_m = option.NPV(); in testOptionGreeks()
225 expected["vega"] = (value_p - value_m)/(2*dv); in testOptionGreeks()
230 value_m = option.NPV(); in testOptionGreeks()
234 expected["theta"] = (value_p - value_m)/dT; in testOptionGreeks()
H A Dquantooption.cpp417 value_m = option.NPV(); in testGreeks()
425 value_m = option.NPV(); in testGreeks()
434 value_m = option.NPV(); in testGreeks()
443 value_m = option.NPV(); in testGreeks()
452 value_m = option.NPV(); in testGreeks()
461 value_m = option.NPV(); in testGreeks()
468 value_m = option.NPV(); in testGreeks()
709 value_m = option.NPV(); in testForwardGreeks()
717 value_m = option.NPV(); in testForwardGreeks()
726 value_m = option.NPV(); in testForwardGreeks()
[all …]
H A Djumpdiffusion.cpp459 Real value_m = option.NPV(), in testGreeks() local
462 expected["delta"] = (value_p - value_m)/(2*du); in testGreeks()
470 value_m = option.NPV(); in testGreeks()
472 expected["rho"] = (value_p - value_m)/(2*dr); in testGreeks()
478 value_m = option.NPV(); in testGreeks()
480 expected["divRho"] = (value_p - value_m)/(2*dq); in testGreeks()
487 value_m = option.NPV(); in testGreeks()
489 expected["vega"] = (value_p - value_m)/(2*dv); in testGreeks()
494 value_m = option.NPV(); in testGreeks()
498 expected["theta"] = (value_p - value_m)/dT; in testGreeks()
H A Dforwardoption.cpp296 Real value_m = option.NPV(), in testForwardGreeks() local
299 expected["delta"] = (value_p - value_m)/(2*du); in testForwardGreeks()
307 value_m = option.NPV(); in testForwardGreeks()
309 expected["rho"] = (value_p - value_m)/(2*dr); in testForwardGreeks()
315 value_m = option.NPV(); in testForwardGreeks()
317 expected["divRho"] = (value_p - value_m)/(2*dq); in testForwardGreeks()
324 value_m = option.NPV(); in testForwardGreeks()
326 expected["vega"] = (value_p - value_m)/(2*dv); in testForwardGreeks()
331 value_m = option.NPV(); in testForwardGreeks()
335 expected["theta"] = (value_p - value_m)/dT; in testForwardGreeks()
H A Dasianoptions.cpp255 Real value_m = option.NPV(), in testAnalyticContinuousGeometricAveragePriceGreeks() local
266 value_m = option.NPV(); in testAnalyticContinuousGeometricAveragePriceGreeks()
274 value_m = option.NPV(); in testAnalyticContinuousGeometricAveragePriceGreeks()
283 value_m = option.NPV(); in testAnalyticContinuousGeometricAveragePriceGreeks()
290 value_m = option.NPV(); in testAnalyticContinuousGeometricAveragePriceGreeks()
294 expected["theta"] = (value_p - value_m)/dT; in testAnalyticContinuousGeometricAveragePriceGreeks()
919 Real value_m = option.NPV(), in testAnalyticDiscreteGeometricAveragePriceGreeks() local
930 value_m = option.NPV(); in testAnalyticDiscreteGeometricAveragePriceGreeks()
938 value_m = option.NPV(); in testAnalyticDiscreteGeometricAveragePriceGreeks()
947 value_m = option.NPV(); in testAnalyticDiscreteGeometricAveragePriceGreeks()
[all …]
H A Dmargrabeoption.cpp435 Real value_m = margrabeOption.NPV(), in testGreeks() local
438 expected["delta1"] = (value_p - value_m)/(2*du); in testGreeks()
446 value_m = margrabeOption.NPV(); in testGreeks()
449 expected["delta2"] = (value_p - value_m)/(2*du); in testGreeks()
457 value_m = margrabeOption.NPV(); in testGreeks()
459 expected["rho"] = (value_p - value_m)/(2*dr); in testGreeks()
464 value_m = margrabeOption.NPV(); in testGreeks()
468 expected["theta"] = (value_p - value_m)/dT; in testGreeks()
H A Ddividendoption.cpp510 Real value_m = option.NPV(), in testEuropeanGreeks() local
513 expected["delta"] = (value_p - value_m)/(2*du); in testEuropeanGreeks()
521 value_m = option.NPV(); in testEuropeanGreeks()
523 expected["rho"] = (value_p - value_m)/(2*dr); in testEuropeanGreeks()
530 value_m = option.NPV(); in testEuropeanGreeks()
532 expected["vega"] = (value_p - value_m)/(2*dv); in testEuropeanGreeks()
537 value_m = option.NPV(); in testEuropeanGreeks()
541 expected["theta"] = (value_p - value_m)/dT; in testEuropeanGreeks()
753 Real value_m = option.NPV(), in testFdGreeks() local
756 expected["delta"] = (value_p - value_m)/(2*du); in testFdGreeks()
H A Deuropeanoption.cpp708 Real value_m = option.NPV(), in testGreeks() local
711 expected["delta"] = (value_p - value_m)/(2*du); in testGreeks()
719 value_m = option.NPV(); in testGreeks()
721 expected["rho"] = (value_p - value_m)/(2*dr); in testGreeks()
727 value_m = option.NPV(); in testGreeks()
729 expected["divRho"] = (value_p - value_m)/(2*dq); in testGreeks()
736 value_m = option.NPV(); in testGreeks()
738 expected["vega"] = (value_p - value_m)/(2*dv); in testGreeks()
743 value_m = option.NPV(); in testGreeks()
747 expected["theta"] = (value_p - value_m)/dT; in testGreeks()
H A Ddigitaloption.cpp616 Real value_m = opt.NPV(), in testCashAtHitOrNothingAmericanGreeks() local
619 expected["delta"] = (value_p - value_m)/(2*du); in testCashAtHitOrNothingAmericanGreeks()
627 value_m = opt.NPV(); in testCashAtHitOrNothingAmericanGreeks()
629 expected["rho"] = (value_p - value_m)/(2*dr); in testCashAtHitOrNothingAmericanGreeks()
H A Damericanoption.cpp517 Real value_m = option.NPV(), in testFdGreeks() local
520 expected["delta"] = (value_p - value_m)/(2*du); in testFdGreeks()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/3rdparty/metslib/
H A Dmodel.hh68 : value_m(start) in sequence()
73 { return value_m++; } in operator ()()
75 int value_m; member in mets::sequence
/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/
H A Djson_decode.c1155 const upb_msgdef *value_m = upb_fielddef_msgsubdef(values_f); in jsondec_listvalue() local
1160 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_listvalue()
1164 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_listvalue()
1173 const upb_msgdef *value_m = upb_fielddef_msgsubdef(value_f); in jsondec_struct() local
1179 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_struct()
1184 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_struct()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/
H A Djson_decode.c1104 const upb_msgdef *value_m = upb_fielddef_msgsubdef(values_f); in jsondec_listvalue() local
1109 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_listvalue()
1113 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_listvalue()
1122 const upb_msgdef *value_m = upb_fielddef_msgsubdef(value_f); in jsondec_struct() local
1128 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_struct()
1133 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_struct()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/
H A Djson_decode.c1171 const upb_msgdef *value_m = upb_fielddef_msgsubdef(values_f); in jsondec_listvalue() local
1176 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_listvalue()
1180 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_listvalue()
1189 const upb_msgdef *value_m = upb_fielddef_msgsubdef(value_f); in jsondec_struct() local
1195 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_struct()
1200 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_struct()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_octree_dual.h330 RGTL_STATIC_CONST(unsigned int, m = P::value_m);
338 RGTL_STATIC_CONST(unsigned int, m = P::value_m);
H A Drgtl_octree_dual_visit.h118 RGTL_STATIC_CONST(unsigned int, value_m = m);
/dports/devel/pecl-protobuf/protobuf-3.19.1/
H A Dphp-upb.c8478 const upb_msgdef *value_m = upb_fielddef_msgsubdef(values_f); in jsondec_listvalue() local
8483 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_listvalue()
8487 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_listvalue()
8496 const upb_msgdef *value_m = upb_fielddef_msgsubdef(value_f); in jsondec_struct() local
8502 upb_msg *value_msg = upb_msg_new(value_m, d->arena); in jsondec_struct()
8507 jsondec_wellknownvalue(d, value_msg, value_m); in jsondec_struct()