/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 382 int i240[] = {1, 1, 1, 1, 0, 0, 0}; in test() local 509 assert(std::is_heap(i240, i240+7) == (std::is_heap_until(i240, i240+7) == i240+7)); in test()
|
D | is_heap_until.pass.cpp | 382 int i240[] = {1, 1, 1, 1, 0, 0, 0}; in test() local 509 assert(std::is_heap_until(i240, i240+7) == i240+7); in test()
|
D | is_heap_until_comp.pass.cpp | 383 int i240[] = {1, 1, 1, 1, 0, 0, 0}; in test() local 510 assert(std::is_heap_until(i240, i240+7, std::greater<int>()) == i240+4); in test()
|
D | is_heap_comp.pass.cpp | 383 int i240[] = {1, 1, 1, 1, 0, 0, 0}; in test() local 510 …assert(std::is_heap(i240, i240+7, std::greater<int>()) == (std::is_heap_until(i240, i240+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 190 int i240 = identity(240); int i241 = identity(241); int i242 = identity(242); in binaryOpUsingHighRegistersLocals() local 224 i240 + i241 + i242 + i243 + i244 + i245 + i246 + i247 + i248 + i249 + i250 + i251 + in binaryOpUsingHighRegistersLocals() 314 double i240 = identity(240.0); double i241 = identity(241.0); double i242 = identity(242.0); in binaryDoubleOpUsingHighRegistersLocals() local 345 i240 + i241 + i242 + i243 + i244 + i245 + i246 + i247 + i248 + i249 + i250 + i251 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 359 int i237, int i238, int i239, int i240, int i241, int i242, int i243, int i244, int i245, in manyArgs() 418 int i238 = 238; int i239 = 239; int i240 = 240; int i241 = 241; int i242 = 242; in rangeInvokeWithManyLocals() local 439 i231, i232, i233, i234, i235, i236, i237, i238, i239, i240, i241, i242, i243, i244, i245, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 480 @i240_l = external global i240 ; <i240*> [#uses=1] 481 @i240_s = external global i240 ; <i240*> [#uses=1] 1950 %tmp = load i240, i240* @i240_l ; <i240> [#uses=1] 1951 store i240 %tmp, i240* @i240_s
|
D | APIntSextParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] 1454 define void @i240_ls(i240 signext %x) nounwind { 1455 store i240 %x, i240* @i240_s
|
D | APIntParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] 1454 define void @i240_ls(i240 %x) nounwind { 1455 store i240 %x, i240* @i240_s
|
D | APIntZextParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] 1454 define void @i240_ls(i240 zeroext %x) nounwind { 1455 store i240 %x, i240* @i240_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 480 @i240_l = external global i240 ; <i240*> [#uses=1] 481 @i240_s = external global i240 ; <i240*> [#uses=1] 1950 %tmp = load i240* @i240_l ; <i240> [#uses=1] 1951 store i240 %tmp, i240* @i240_s
|
D | APIntParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] 1454 define void @i240_ls(i240 %x) nounwind { 1455 store i240 %x, i240* @i240_s
|
D | APIntSextParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] 1454 define void @i240_ls(i240 signext %x) nounwind { 1455 store i240 %x, i240* @i240_s
|
D | APIntZextParam.ll | 241 @i240_s = external global i240 ; <i240*> [#uses=1] 1454 define void @i240_ls(i240 zeroext %x) nounwind { 1455 store i240 %x, i240* @i240_s
|
/external/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 568 %shuffle.i240 = shufflevector <2 x i64> undef, <2 x i64> undef, <1 x i32> <i32 1> 569 %2 = bitcast <1 x i64> %shuffle.i240 to <8 x i8>
|