HomeSort by relevance Sort by last modified time
    Searched full:x1_2 (Results 1 - 4 of 4) sorted by null

  /external/llvm/test/Transforms/FunctionAttrs/
readattrs.ll 6 ; CHECK: define void @test1_2(i8* %x1_2, i8* readonly %y1_2, i8* %z1_2)
7 define void @test1_2(i8* %x1_2, i8* %y1_2, i8* %z1_2) {
8 call void (i8*, i8*, ...) @test1_1(i8* %x1_2, i8* %y1_2, i8* %z1_2)
nocapture.ll 143 ; CHECK: define i8* @test1_2(i8* nocapture readnone %x1_2, i8* %y1_2)
144 define i8* @test1_2(i8* %x1_2, i8* %y1_2) {
145 call void @test1_1(i8* %x1_2, i8* %y1_2)
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 336 final double x1_2 = Math.pow(revealView.getLeft() - revealCenterX, 2); local
339 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2));
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 699 final double x1_2 = Math.pow(revealView.getLeft() - revealCenterX, 2); local
702 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2));
    [all...]

Completed in 259 milliseconds