/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/test/ |
H A D | TestWriteSpeed.cpp | 13 NS_MeanAndStdDev(double n, double sumOfValues, double sumOfSquaredValues, in NS_MeanAndStdDev() argument 17 if (n > 0.0 && sumOfValues >= 0) { in NS_MeanAndStdDev() 18 mean = sumOfValues / n; in NS_MeanAndStdDev() 19 double temp = (n * sumOfSquaredValues) - (sumOfValues * sumOfValues); in NS_MeanAndStdDev()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/apple_remote/source/ |
H A D | HIDRemoteControlDevice.m | 45 - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: (SInt32) sumOfValues; 278 - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: (SInt32) sumOfValues { 298 [self sendRemoteButtonEvent: [buttonId intValue] pressedDown: (sumOfValues>0)]; 308 … if (processesBacklog) [self handleEventWithCookieString: subCookieString sumOfValues:sumOfValues]; 315 [self handleEventWithCookieString: lastSubCookieString sumOfValues:0]; 351 SInt32 sumOfValues = 0; 361 sumOfValues+=event.value; 365 [remote handleEventWithCookieString: cookieString sumOfValues: sumOfValues];
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/apple_remote/source/ |
H A D | HIDRemoteControlDevice.m | 45 - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: (SInt32) sumOfValues; 278 - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: (SInt32) sumOfValues { 298 [self sendRemoteButtonEvent: [buttonId intValue] pressedDown: (sumOfValues>0)]; 308 … if (processesBacklog) [self handleEventWithCookieString: subCookieString sumOfValues:sumOfValues]; 315 [self handleEventWithCookieString: lastSubCookieString sumOfValues:0]; 351 SInt32 sumOfValues = 0; 361 sumOfValues+=event.value; 365 [remote handleEventWithCookieString: cookieString sumOfValues: sumOfValues];
|
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/ |
H A D | AppleRemote.m | 399 - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: (SInt32) sumOfValues { 409 [self sendRemoteButtonEvent: [buttonId intValue] pressedDown: (sumOfValues>0)]; 418 …self.processesBacklog) [self handleEventWithCookieString: subCookieString sumOfValues:sumOfValues]; 425 [self handleEventWithCookieString: lastSubCookieString sumOfValues:0]; 444 SInt32 sumOfValues = 0; 455 [remote handleEventWithCookieString: @"19_" sumOfValues: 0]; 458 sumOfValues+=event.value; 464 [remote handleEventWithCookieString: cookieString sumOfValues: sumOfValues];
|
H A D | AppleRemote.h | 169 - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: (SInt32) sumOfValues;
|
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/ |
H A D | nsTimerImpl.cpp | 95 myNS_MeanAndStdDev(double n, double sumOfValues, double sumOfSquaredValues, in myNS_MeanAndStdDev() argument 99 if (n > 0.0 && sumOfValues >= 0) { in myNS_MeanAndStdDev() 100 mean = sumOfValues / n; in myNS_MeanAndStdDev() 101 double temp = (n * sumOfSquaredValues) - (sumOfValues * sumOfValues); in myNS_MeanAndStdDev()
|
/dports/math/py-or-tools/or-tools-9.2/examples/dotnet/ |
H A D | BalanceGroupSat.cs | 41 var sumOfValues = values.Sum(); in Main() 42 var averageSumPerGroup = sumOfValues / numberGroups; in Main()
|
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/ |
H A D | nsTimerImpl.cpp | 204 static void myNS_MeanAndStdDev(double n, double sumOfValues, in myNS_MeanAndStdDev() argument 208 if (n > 0.0 && sumOfValues >= 0) { in myNS_MeanAndStdDev() 209 mean = sumOfValues / n; in myNS_MeanAndStdDev() 210 double temp = (n * sumOfSquaredValues) - (sumOfValues * sumOfValues); in myNS_MeanAndStdDev()
|
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/ |
H A D | nsTimerImpl.cpp | 224 static void myNS_MeanAndStdDev(double n, double sumOfValues, in myNS_MeanAndStdDev() argument 228 if (n > 0.0 && sumOfValues >= 0) { in myNS_MeanAndStdDev() 229 mean = sumOfValues / n; in myNS_MeanAndStdDev() 230 double temp = (n * sumOfSquaredValues) - (sumOfValues * sumOfValues); in myNS_MeanAndStdDev()
|
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/ |
H A D | nsTimerImpl.cpp | 292 static void myNS_MeanAndStdDev(double n, double sumOfValues, in myNS_MeanAndStdDev() argument 296 if (n > 0.0 && sumOfValues >= 0) { in myNS_MeanAndStdDev() 297 mean = sumOfValues / n; in myNS_MeanAndStdDev() 298 double temp = (n * sumOfSquaredValues) - (sumOfValues * sumOfValues); in myNS_MeanAndStdDev()
|
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/ |
H A D | nsTimerImpl.cpp | 292 static void myNS_MeanAndStdDev(double n, double sumOfValues, in myNS_MeanAndStdDev() argument 296 if (n > 0.0 && sumOfValues >= 0) { in myNS_MeanAndStdDev() 297 mean = sumOfValues / n; in myNS_MeanAndStdDev() 298 double temp = (n * sumOfSquaredValues) - (sumOfValues * sumOfValues); in myNS_MeanAndStdDev()
|
/dports/www/firefox/firefox-99.0/xpcom/threads/ |
H A D | nsTimerImpl.cpp | 321 static void myNS_MeanAndStdDev(double n, double sumOfValues, in myNS_MeanAndStdDev() argument 325 if (n > 0.0 && sumOfValues >= 0) { in myNS_MeanAndStdDev() 326 mean = sumOfValues / n; in myNS_MeanAndStdDev() 327 double temp = (n * sumOfSquaredValues) - (sumOfValues * sumOfValues); in myNS_MeanAndStdDev()
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/src/Analyzer/ |
H A D | MainEffectsAnalyzer3.cpp | 773 double sumOfValues = 0.0; in getSumOfObservations() local 792 sumOfValues += dataValueResponse.getDoubleValue(); in getSumOfObservations() 794 sumOfValues += (double)(dataValueResponse.getIntValue()); in getSumOfObservations() 798 sumOfValues += (double)(atof(ptr)); in getSumOfObservations() 807 return(sumOfValues); in getSumOfObservations() 907 double sumOfValues = 0.0; in getSumOfObservations() local 950 sumOfValues += dataValueResponse.getDoubleValue(); in getSumOfObservations() 952 sumOfValues += (double)(dataValueResponse.getIntValue()); in getSumOfObservations() 956 sumOfValues += (double)(atof(ptr)); in getSumOfObservations() 966 return(sumOfValues); in getSumOfObservations()
|
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/ |
H A D | ADVGraphModel.cpp | 247 double sumOfValues = 0; in addLabelsForLocalMinMaxPoints() local 249 sumOfValues += data[dataIndex]; in addLabelsForLocalMinMaxPoints() 251 double medianValue = sumOfValues / (lastDataIndex - firstDataIndex + 1); in addLabelsForLocalMinMaxPoints()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ |
H A D | ChangeLog | 237059 … -281,7 +281,17 @@ - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: (SIn 237063 … > - [self sendRemoteButtonEvent: [buttonId intValue] pressedDown: (sumOfValues>0)]; 237073 > + [self sendRemoteButtonEvent: [buttonId intValue] pressedDown: (sumOfValues>0)];
|