search for: maxmin

Displaying 6 results from an estimated 6 matches for "maxmin".

Did you mean: mamin
2016 Dec 19
2
[lld] RFC: Finding shared libraries on OpenBSD
...) { - if (!Config->Static) + if (!Config->Static) { if (Optional<std::string> S = findFile(Dir, "lib" + Name + ".so")) return S; + + const StringRef LibName = (Twine("lib") + Name + ".so.").str(); + int MaxMaj = -1, MaxMin = -1; + std::error_code EC; + for (fs::directory_iterator LI(Dir, EC), LE; + !EC && LI != LE; LI = LI.increment(EC)) { + StringRef FilePath = LI->path(); + StringRef FileName = path::filename(FilePath); + if (!(FileName.startswith(LibName))) + continue; + std::pair&...
2016 Dec 20
0
[lld] RFC: Finding shared libraries on OpenBSD
...c) > + if (!Config->Static) { > if (Optional<std::string> S = findFile(Dir, "lib" + Name + ".so")) > return S; > + > + const StringRef LibName = (Twine("lib") + Name + ".so.").str(); > + int MaxMaj = -1, MaxMin = -1; > + std::error_code EC; > + for (fs::directory_iterator LI(Dir, EC), LE; > + !EC && LI != LE; LI = LI.increment(EC)) { > + StringRef FilePath = LI->path(); > + StringRef FileName = path::filename(FilePath); > + if (!(FileName....
2005 Feb 04
1
ASTCC error on free calls
I set up certain routes in my ASTCC application to be free of charge. When a user attempts to dial one of these numbers, the announcement plays the prompts "This call will cost", "nothing", and then terminates the script, dropping the call, leaving the card locked in the database as being in use. Any ideas? Sincerely, Trevor Hammonds -------------- next
2003 Jul 01
2
Computations slow in spite of large amounts of RAM.
..., and salinity at a number of stations, which are organized into a dataframe p.1 (1925930 rows, 8 columns: id, p, t, and s, etc.), and the objective is to get a much smaller dataframe and the unique values for ID is 1409 with the minimum and maximum pressure for each profile. The slow part is: h.maxmin <- by(p.1,p.1$id,function(x){ data.frame(id=x$id[1], maxp=max(x$p), minp=min(x$p))}) 2. Even with unneeded data objects removed, this is very slow. Is there a faster way to get the maximum and minimum values? platform sparc-sun-solaris...
2007 Apr 06
5
Labelling boxplot with fivenumber summary
I am very new to R so forgive me if this seems basic but I have done extensive searching and failed to come up with the answer for myself. I am trying to label a boxplot I have created with the values for the median, upper and lower quartiles and max and min values. I have been unable to do this or find anything on the net to say how it might be done. Is this possible and if so how? Regards,
2006 Jan 05
1
Help Last windows program
...2d000 Deferred ierc PE 0x7ef30000-7ef41000 Deferred webbinfo PE 0x7ef50000-7ef57000 Deferred ulzwlib PE 0x7ef60000-7ef7a000 Deferred ussjpgen2 PE 0x7ef80000-7ef9d000 Deferred pngfio PE 0x7efa0000-7efb5000 Deferred usseng PE 0x7efc0000-7f012000 Deferred ss3base PE 0x7f020000-7f027000 Deferred maxmin PE 0x7f030000-7f037000 Deferred clrtoclr PE 0x7f040000-7f04f000 Deferred mscan PE 0x7f050000-7f064000 Deferred seengbase PE 0x7f070000-7f086000 Deferred bwsui PE 0x7f090000-7f09b000 Deferred exiflib PE 0x7f0c0000-7f0e6000 Deferred treectl PE 0x7f0f0000-7f0ff000 Deferred combo PE 0x7f100000-...