Home
last modified time | relevance | path

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

12345678910>>...12

/dports/math/R-cran-maxLik/maxLik/R/
H A Dsumt.R53 llVal <- callWithoutMaxArgs( theta, "logLikFunc", fnOrig = fn, functionVar
55 llVal <- llVal - rho * penalty( theta ) / length( llVal )
56 g <- attributes( llVal )$gradient
65 attributes( llVal )$gradient <- g
67 h <- attributes( llVal )$hessian
69 attributes( llVal )$hessian <- h - rho * hessPenalty( theta )
71 return( llVal )
178 llVal <- callWithoutMaxArgs( theta, "logLikFunc", fnOrig = fn, functionVar
180 gradient <- attr( llVal, "gradient" )
H A DlogLikHess.R20 llVal <- fnOrig( theta, ... ) functionVar
21 gradient <- attr( llVal, "gradient" )
22 hessian <- attr( llVal, "hessian" )
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpropvarutil.h91 HRESULT InitPropVariantFromInt64(LONGLONG llVal, PROPVARIANT *ppropvar);
115 inline HRESULT InitPropVariantFromInt64(LONGLONG llVal, PROPVARIANT *ppropvar) in InitPropVariantFromInt64() argument
118 ppropvar->hVal.QuadPart = llVal; in InitPropVariantFromInt64()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpropvarutil.h91 HRESULT InitPropVariantFromInt64(LONGLONG llVal, PROPVARIANT *ppropvar);
115 inline HRESULT InitPropVariantFromInt64(LONGLONG llVal, PROPVARIANT *ppropvar) in InitPropVariantFromInt64() argument
118 ppropvar->hVal.QuadPart = llVal; in InitPropVariantFromInt64()
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/capi/
H A DIndex.cc177 m_IdxIdentifier = var.m_val.llVal; in Index()
387 return var.m_val.llVal; in GetResultSetOffset()
398 var.m_val.llVal = v; in SetResultSetOffset()
413 return var.m_val.llVal; in GetResultSetLimit()
424 var.m_val.llVal = v; in SetResultSetLimit()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_bulkloadbuffer.cpp303 long long llVal = 0, llDate = 0; in convert() local
960 pVal = &llVal; in convert()
966 llVal = fAutoIncNextValue++; in convert()
973 memcpy(&llVal, field, sizeof(llVal)); in convert()
1002 if ( llVal < column.fMinIntSat ) in convert()
1004 llVal = column.fMinIntSat; in convert()
1019 if (llVal < bufStats.minBufferVal) in convert()
1020 bufStats.minBufferVal = llVal; in convert()
1022 if (llVal > bufStats.maxBufferVal) in convert()
1023 bufStats.maxBufferVal = llVal; in convert()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_bulkloadbuffer.cpp303 long long llVal = 0, llDate = 0; in convert() local
960 pVal = &llVal; in convert()
966 llVal = fAutoIncNextValue++; in convert()
973 memcpy(&llVal, field, sizeof(llVal)); in convert()
1002 if ( llVal < column.fMinIntSat ) in convert()
1004 llVal = column.fMinIntSat; in convert()
1019 if (llVal < bufStats.minBufferVal) in convert()
1020 bufStats.minBufferVal = llVal; in convert()
1022 if (llVal > bufStats.maxBufferVal) in convert()
1023 bufStats.maxBufferVal = llVal; in convert()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DVariant.cs50 public long llVal; field
139 llVal = (long)obj; in SetValue()
287 obj = llVal; in GetValue()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/pg/
H A Dogrpglayer.cpp1185 GIntBig llVal; in RecordToFeature() local
1189 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1190 OGRPGdt2timeInt8(llVal, &nHour, &nMinute, &nSecond, &dfsec); in RecordToFeature()
1205 GIntBig llVal; in RecordToFeature() local
1212 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1213 … if (OGRPGTimeStamp2DMYHMS(llVal, &nYear, &nMonth, &nDay, &nHour, &nMinute, &dfSecond) == 0) in RecordToFeature()
1323 GIntBig llVal; in RecordToFeature() local
1328 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1329 poFeature->SetField( iOGRField, llVal ); in RecordToFeature()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/base/
H A Dutilities.cc90 vt_val.llVal = static_cast<intptr_t>(value); in CreateTypedIntrinsic()
96 vt_val.llVal = static_cast<int64_t>(value); in CreateTypedIntrinsic()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogrpglayer.cpp1137 GIntBig llVal = 0; in RecordToFeature() local
1141 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1142 OGRPGdt2timeInt8(llVal, &nHour, &nMinute, &nSecond, &dfsec); in RecordToFeature()
1157 GIntBig llVal = 0; in RecordToFeature() local
1168 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1169 … if (OGRPGTimeStamp2DMYHMS(llVal, &nYear, &nMonth, &nDay, &nHour, &nMinute, &dfSecond) == 0) in RecordToFeature()
1284 GIntBig llVal = in RecordToFeature() local
1286 poFeature->SetField( iOGRField, llVal ); in RecordToFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogrpglayer.cpp1137 GIntBig llVal = 0; in RecordToFeature() local
1141 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1142 OGRPGdt2timeInt8(llVal, &nHour, &nMinute, &nSecond, &dfsec); in RecordToFeature()
1157 GIntBig llVal = 0; in RecordToFeature() local
1168 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1169 … if (OGRPGTimeStamp2DMYHMS(llVal, &nYear, &nMonth, &nDay, &nHour, &nMinute, &dfSecond) == 0) in RecordToFeature()
1284 GIntBig llVal = in RecordToFeature() local
1286 poFeature->SetField( iOGRField, llVal ); in RecordToFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogrpglayer.cpp1137 GIntBig llVal = 0; in RecordToFeature() local
1141 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1142 OGRPGdt2timeInt8(llVal, &nHour, &nMinute, &nSecond, &dfsec); in RecordToFeature()
1157 GIntBig llVal = 0; in RecordToFeature() local
1168 llVal = (GIntBig) ((((GUIntBig)nVal[0]) << 32) | nVal[1]); in RecordToFeature()
1169 … if (OGRPGTimeStamp2DMYHMS(llVal, &nYear, &nMonth, &nDay, &nHour, &nMinute, &dfSecond) == 0) in RecordToFeature()
1284 GIntBig llVal = in RecordToFeature() local
1286 poFeature->SetField( iOGRField, llVal ); in RecordToFeature()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/base/
H A Dutilities.cc90 vt_val.llVal = static_cast<intptr_t>(value); in CreateTypedIntrinsic()
96 vt_val.llVal = static_cast<int64_t>(value); in CreateTypedIntrinsic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/base/
H A Dutilities.cc90 vt_val.llVal = static_cast<intptr_t>(value); in CreateTypedIntrinsic()
96 vt_val.llVal = static_cast<int64_t>(value); in CreateTypedIntrinsic()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ole/
H A Doleutils.cpp315 oleVariant.llVal = variant.GetLongLong().GetValue(); in wxConvertVariantToOle()
485 variant = wxLongLong(oleVariant.llVal); in wxConvertOleToVariant()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dwindowsdebugoutput.hxx466 stream << rVariant.llVal; in operator <<()
469 stream << static_cast<unsigned long long>(rVariant.llVal); in operator <<()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dwindowsdebugoutput.hxx466 stream << rVariant.llVal; in operator <<()
469 stream << static_cast<unsigned long long>(rVariant.llVal); in operator <<()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dvariant_util.h74 static constexpr LONGLONG VARIANT::*kMemberOffset = &VARIANT::llVal;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/ole/
H A Doleutils.cpp344 oleVariant.llVal = variant.GetLongLong().GetValue(); in wxConvertVariantToOle()
519 variant = wxLongLong(oleVariant.llVal); in wxConvertOleToVariant()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/ole/
H A Doleutils.cpp344 oleVariant.llVal = variant.GetLongLong().GetValue(); in wxConvertVariantToOle()
519 variant = wxLongLong(oleVariant.llVal); in wxConvertOleToVariant()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/activeqt/shared/
H A Dqaxtypes.cpp335 arg.llVal = qvar.toLongLong(); in QVariantToVARIANT()
337 arg.pllVal = new LONGLONG(arg.llVal); in QVariantToVARIANT()
538 pElement = &variant.llVal;
1027 var = arg.llVal; in VARIANTToQVariant()
1339 case VT_I8: pElement = &variant.llVal; break; in VARIANTToQVariant()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxsysinfo/win32/
H A Dwmi.cpp317 SET_UI64_RESULT(result, vtProp.llVal); in WMI_GET()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxsysinfo/win32/
H A Dwmi.cpp317 SET_UI64_RESULT(result, vtProp.llVal); in WMI_GET()
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxsysinfo/win32/
H A Dwmi.cpp308 SET_UI64_RESULT(result, vtProp.llVal); in WMI_GET()

12345678910>>...12