/external/rust/crates/ahash/smhasher/ |
D | fallbackOutput.txt | 88 Testing collisions (high 19-26 bits) - Worst is 22 bits: 320/611 (0.52x) 92 Testing collisions (low 19-26 bits) - Worst is 20 bits: 1168/2445 (0.48x) 95 Testing distribution - Worst bias is the 13-bit window at bit 4 - 0.462% 100 Testing collisions (high 24-36 bits) - Worst is 35 bits: 26/47 (0.55x) 104 Testing collisions (low 24-36 bits) - Worst is 34 bits: 52/94 (0.55x) 107 Testing distribution - Worst bias is the 17-bit window at bit 8 - 0.085% 112 Testing collisions (high 26-39 bits) - Worst is 39 bits: 24/37 (0.65x) 116 Testing collisions (low 26-39 bits) - Worst is 34 bits: 630/1186 (0.53x) 119 Testing distribution - Worst bias is the 19-bit window at bit 47 - 0.045% 124 Testing collisions (high 26-39 bits) - Worst is 34 bits: 639/1230 (0.52x) [all …]
|
D | ahashOutput.txt | 88 Testing collisions (high 19-25 bits) - Worst is 24 bits: 90/76 (1.18x) 92 Testing collisions (low 19-25 bits) - Worst is 25 bits: 39/38 (1.02x) 95 Testing distribution - Worst bias is the 13-bit window at bit 55 - 0.572% 100 Testing collisions (high 24-35 bits) - Worst is 26 bits: 12182/12047 (1.01x) 104 Testing collisions (low 24-35 bits) - Worst is 32 bits: 201/188 (1.07x) 107 Testing distribution - Worst bias is the 17-bit window at bit 53 - 0.082% 112 Testing collisions (high 25-38 bits) - Worst is 30 bits: 9627/9492 (1.01x) 116 Testing collisions (low 25-38 bits) - Worst is 30 bits: 9493/9492 (1.00x) 119 Testing distribution - Worst bias is the 19-bit window at bit 12 - 0.048% 124 Testing collisions (high 25-38 bits) - Worst is 32 bits: 2561/2461 (1.04x) [all …]
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | primality_test.txt | 223 # Worst case for Miller-Rabin test 229 # Worst case for Miller-Rabin test 235 # Worst case for Miller-Rabin test 241 # Worst case for Miller-Rabin test 247 # Worst case for Miller-Rabin test 253 # Worst case for Miller-Rabin test 259 # Worst case for Miller-Rabin test 265 # Worst case for Miller-Rabin test 271 # Worst case for Miller-Rabin test 277 # Worst case for Miller-Rabin test [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 197 // Best/Common/Worst case = 7 / 23 / 27 202 // Best/Common/Worst case = 7 / 31 / 35 207 // Best/Common/Worst case = 7 / 19 / 23 212 // Best/Common/Worst case = 7 / 27 / 31 217 // Best/Common/Worst case = 7 / 27 / 27 222 // Best/Common/Worst case = 7 / 27 / 31 227 // Best/Common/Worst case = 7 / 27 / 31 232 // Best/Common/Worst case = 7 / 35 / 39
|
/external/fdlibm/ |
D | changes | 65 5.2: Worst error at least 1.45 ulp at 67 5.3: Worst error 0.96 ulp
|
D | readme | 26 5.2: Worst error at least 1.45 ulp at 28 5.3: Worst error 0.96 ulp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 241 // Best/Common/Worst case = 7 / 23 / 27 246 // Best/Common/Worst case = 7 / 23 / 27 251 // Best/Common/Worst case = 7 / 31 / 35 256 // Best/Common/Worst case = 7 / 19 / 23 261 // Best/Common/Worst case = 7 / 27 / 31 266 // Best/Common/Worst case = 7 / 27 / 27 271 // Best/Common/Worst case = 7 / 27 / 31 276 // Best/Common/Worst case = 7 / 27 / 31 281 // Best/Common/Worst case = 7 / 35 / 39
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 242 // Best/Common/Worst case = 7 / 23 / 27 247 // Best/Common/Worst case = 7 / 23 / 27 252 // Best/Common/Worst case = 7 / 31 / 35 257 // Best/Common/Worst case = 7 / 19 / 23 262 // Best/Common/Worst case = 7 / 27 / 31 267 // Best/Common/Worst case = 7 / 27 / 27 272 // Best/Common/Worst case = 7 / 27 / 31 277 // Best/Common/Worst case = 7 / 27 / 31 282 // Best/Common/Worst case = 7 / 35 / 39
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVSchedRocket.td | 65 // Worst case latency is used.
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1398 unsigned Worst = 0; in calculateRegionSplitCost() local 1404 Worst = i; in calculateRegionSplitCost() 1409 GlobalCand[Worst] = GlobalCand[NumCands]; in calculateRegionSplitCost() 1411 BestCand = Worst; in calculateRegionSplitCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1887 unsigned Worst = 0; in calculateRegionSplitCost() local 1893 Worst = i; in calculateRegionSplitCost() 1898 GlobalCand[Worst] = GlobalCand[NumCands]; in calculateRegionSplitCost() 1900 BestCand = Worst; in calculateRegionSplitCost()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1877 unsigned Worst = 0; in calculateRegionSplitCost() local 1883 Worst = CandIndex; in calculateRegionSplitCost() 1888 GlobalCand[Worst] = GlobalCand[NumCands]; in calculateRegionSplitCost() 1890 BestCand = Worst; in calculateRegionSplitCost()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 117 // Worst case is 6 instrs:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 117 // Worst case is 6 instrs:
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 118 // Worst case is 6 instrs:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 461 let Size = 8; // Worst case. (s_add_u32 + constant) 473 let Size = 8; // Worst case. (s_add_u32 + constant)
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 495 let Size = 8; // Worst case. (s_add_u32 + constant) 507 let Size = 8; // Worst case. (s_add_u32 + constant)
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ProgramMtl.mm | 1219 // If we exceed the default uniform max size, try to allocate a buffer. Worst case
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 9328 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } in Worst() function 9606 return Worst(LHSResult, RHSResult); in CheckICE() 9622 return Worst(LHSResult, RHSResult); in CheckICE()
|
/external/jemalloc_new/ |
D | ChangeLog | 699 + Worst case performance for incrementally growing/shrinking reallocation
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 15033 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } in Worst() function 15324 return Worst(LHSResult, RHSResult); in CheckICE() 15340 return Worst(LHSResult, RHSResult); in CheckICE()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 4474 printf("Worst run took %.0fx longer than the average latency.\n",
|
/external/libjpeg-turbo/ |
D | libjpeg.txt | 3039 3 bytes per pixel for a color image. Worst case (1x1 sampling) requires
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|