Searched refs:next_x (Results 1 – 6 of 6) sorted by relevance
/external/skqp/resources/lua/ |
D | slides_transitions.lua | 63 self.nextDrawable:draw(canvas, self.next_x, 0, self.paint) 71 rec.next_x = 640 73 rec.isDone = function (self) return self.next_x <= 0 end 75 self.next_x = self.next_x - 20 76 self.next_a = (640 - self.next_x) / 640 82 rec.next_x = 0
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides_transitions.lua | 63 self.nextDrawable:draw(canvas, self.next_x, 0, self.paint) 71 rec.next_x = 640 73 rec.isDone = function (self) return self.next_x <= 0 end 75 self.next_x = self.next_x - 20 76 self.next_a = (640 - self.next_x) / 640 82 rec.next_x = 0
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-10.ll | 13 %current_x = phi i64 addrspace(1)* [ %base_obj_x, %entry ], [ %next_x, %merge ] 17 %next_x = getelementptr i64, i64 addrspace(1)* %current_x, i32 1 28 %next = phi i64 addrspace(1)* [ %next_x, %true ], [ %next_y, %false ] 34 ; CHECK-DAG: derived %next_x base %base_obj_x
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-10.ll | 14 %current_x = phi i64 addrspace(1)* [ %base_obj_x, %entry ], [ %next_x, %merge ] 18 %next_x = getelementptr i64, i64 addrspace(1)* %current_x, i32 1 29 %next = phi i64 addrspace(1)* [ %next_x, %true ], [ %next_y, %false ] 35 ; CHECK-DAG: derived %next_x base %base_obj_x
|
/external/webrtc/rtc_base/numerics/ |
D | sequence_number_util_unittest.cc | 66 uint8_t next_x = Add<D>(x, 1); in TEST_F() local 68 ASSERT_TRUE((AheadOrAt<uint8_t, D>(next_x, i))); in TEST_F() 69 ASSERT_FALSE((AheadOrAt<uint8_t, D>(i, next_x))); in TEST_F() 70 x = next_x; in TEST_F() 125 uint8_t next_x = Add<D>(x, 1); in TEST_F() local 127 ASSERT_TRUE((AheadOf<uint8_t, D>(next_x, i))); in TEST_F() 128 ASSERT_FALSE((AheadOf<uint8_t, D>(i, next_x))); in TEST_F() 129 x = next_x; in TEST_F()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | convolution_transposed_3x3.cc | 185 const std::string next_x = "SRC_X + " + pixel_stride; in GenerateConvolutionTransposedCode() local 188 c += " bool in_x1 = " + next_x + " >= 0 && " + next_x + in GenerateConvolutionTransposedCode() 215 c += " args.src_tensor.GetAddress(addr_1," + next_x + ", SRC_Y, 0);\n"; in GenerateConvolutionTransposedCode() 217 c += " args.src_tensor.GetAddress(addr_3," + next_x + ", SRC_Y+1, 0);\n"; in GenerateConvolutionTransposedCode() 232 c += " int xc1 = clamp(" + next_x + in GenerateConvolutionTransposedCode()
|