| sleep = (int)(random.nextFloat() * sleepFactor) | sleep = (long)(random.nextFloat() * sleepFactor) | (int)(random.nextFloat() * sleepFactor) | (long)(random.nextFloat() * sleepFactor) | flink | ad603d59ec17a07adef995c2f1fd58fb8571a3d8 | org.apache.flink.streaming.examples.async.AsyncIOExample.SampleAsyncFunction | | | | v0 | (random.nextFloat() * sleepFactor) |
|---|
| | | v0 | (random.nextFloat() * sleepFactor) |
|---|
| AssignedTo | True |
| sleep = (int)(random.nextFloat() * sleepFactor) | sleep = (long)(random.nextFloat() * sleepFactor) | (int)(random.nextFloat() * sleepFactor) | (long)(random.nextFloat() * sleepFactor) | flink | ad603d59ec17a07adef995c2f1fd58fb8571a3d8 | org.apache.flink.streaming.examples.async.AsyncIOExample.SampleAsyncFunction.asyncInvoke.submit | | | | v0 | (random.nextFloat() * sleepFactor) |
|---|
| | | v0 | (random.nextFloat() * sleepFactor) |
|---|
| AssignedTo | True |
| milliJoules = (int)(state.getBlockHardness(world,pos) * 1000) | microJoules = (long)(state.getBlockHardness(world,pos) * 1000) | (int)(state.getBlockHardness(world,pos) * 1000) | (long)(state.getBlockHardness(world,pos) * 1000) | BuildCraft | 05a8e213f22fd472a70cf22f95a3a8b2e6452068 | buildcraft.lib.bpt.helper.BptTaskBlockClear | | | _1 | milliJoules |
|---|
| _2 | microJoules |
|---|
| | v0 | (state.getBlockHardness(world,pos) * 1000) |
|---|
| | | v0 | (state.getBlockHardness(world,pos) * 1000) |
|---|
| AssignedTo | True |
| int milliJoules=(int)(state.getBlockHardness(world,pos) * 1000); | long microJoules=(long)(state.getBlockHardness(world,pos) * 1000); | (int)(state.getBlockHardness(world,pos) * 1000) | (long)(state.getBlockHardness(world,pos) * 1000) | BuildCraft | 05a8e213f22fd472a70cf22f95a3a8b2e6452068 | buildcraft.lib.bpt.helper.BptTaskBlockClear | | | _1 | milliJoules |
|---|
| _2 | microJoules |
|---|
| | v0 | (state.getBlockHardness(world,pos) * 1000) |
|---|
| | | v0 | (state.getBlockHardness(world,pos) * 1000) |
|---|
| AssignedTo | True |
| return (int)(getValueCount() * (1 - nullRate)); | return (long)(getValueCount() * (1 - nullRate)); | (int)(getValueCount() * (1 - nullRate)) | (long)(getValueCount() * (1 - nullRate)) | presto | bd1e2a7c6c34c89c8af9bb950702381365fd8055 | com.facebook.presto.orc.TestDictionaryCompressionOptimizer.TestDictionaryColumn | | | _1 | getNonNullValueCount |
|---|
| _2 | getNonNullValueCount |
|---|
| | v0 | (getValueCount() * (1 - nullRate)) |
|---|
| | | v0 | (getValueCount() * (1 - nullRate)) |
|---|
| Returns | True |
| return (int)(rowCount * valuesPerRow); | return (long)(rowCount * valuesPerRow); | (int)(rowCount * valuesPerRow) | (long)(rowCount * valuesPerRow) | presto | bd1e2a7c6c34c89c8af9bb950702381365fd8055 | com.facebook.presto.orc.TestDictionaryCompressionOptimizer.TestDictionaryColumn | | | _1 | getValueCount |
|---|
| _2 | getValueCount |
|---|
| | v0 | (rowCount * valuesPerRow) |
|---|
| | | v0 | (rowCount * valuesPerRow) |
|---|
| Returns | True |
| return (int)(rowCount * valuesPerRow * bytesPerEntry); | return (long)(rowCount * valuesPerRow * bytesPerEntry); | (int)(rowCount * valuesPerRow * bytesPerEntry) | (long)(rowCount * valuesPerRow * bytesPerEntry) | presto | 321078ed0cd7e22e974e6441faa81aa199767994 | com.facebook.presto.orc.TestDictionaryCompressionOptimizer.TestDictionaryColumn | | | _1 | getBufferedBytes |
|---|
| _2 | getBufferedBytes |
|---|
| | v0 | (rowCount * valuesPerRow * bytesPerEntry) |
|---|
| | | v0 | (rowCount * valuesPerRow * bytesPerEntry) |
|---|
| Returns | True |
| containerPhysicalMemoryMB = (int)(0.8f * (physicalMemoryMB - (2 * hadoopHeapSizeMB))) | containerPhysicalMemoryMB = (long)(0.8f * (physicalMemoryMB - (2 * hadoopHeapSizeMB))) | (int)(0.8f * (physicalMemoryMB - (2 * hadoopHeapSizeMB))) | (long)(0.8f * (physicalMemoryMB - (2 * hadoopHeapSizeMB))) | hadoop | e490602e9b306d5b8a543b93fb15a7395bb9a03d | org.apache.hadoop.yarn.server.nodemanager.util.NodeManagerHardwareUtils | | | _1 | containerPhysicalMemoryMB |
|---|
| _2 | containerPhysicalMemoryMB |
|---|
| | v0 | (0.8f * (physicalMemoryMB - (2 * hadoopHeapSizeMB))) |
|---|
| | | v0 | (0.8f * (physicalMemoryMB - (2 * hadoopHeapSizeMB))) |
|---|
| AssignedTo | True |
| virtualMemoryMb = (int)Math.ceil(memoryMb * vMemToPMem) | virtualMemoryMb = (long)Math.ceil(memoryMb * vMemToPMem) | (int)Math.ceil(memoryMb * vMemToPMem) | (long)Math.ceil(memoryMb * vMemToPMem) | hadoop | e490602e9b306d5b8a543b93fb15a7395bb9a03d | org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl | | | _1 | virtualMemoryMb |
|---|
| _2 | virtualMemoryMb |
|---|
| | v0 | Math.ceil(memoryMb * vMemToPMem) |
|---|
| | | v0 | Math.ceil(memoryMb * vMemToPMem) |
|---|
| AssignedTo | True |
| uid = (int)session | token = (long)session | (int)session | (long)session | platform_frameworks_base | d542b1c3c6fbebca35a7b7d66bd616cdfd60b811 | android.os.Binder.PropagateWorkSourceTransactListener | | | | | | AssignedTo | True |
| int uid=(int)session; | long token=(long)session; | (int)session | (long)session | platform_frameworks_base | d542b1c3c6fbebca35a7b7d66bd616cdfd60b811 | android.os.Binder.PropagateWorkSourceTransactListener | | | | | | AssignedTo | True |
| return (int)share; | return (long)share; | (int)share | (long)share | hadoop | d027a24f0349b60efa5125c330058f123771748f | org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.ComputeFairShares | | | _1 | computeShare |
|---|
| _2 | computeShare |
|---|
| | | | Returns | True |