Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 119 for v110 (0.16 sec)

  1. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/visualstudio/tasks/internal/VisualStudioProjectFileTest.groovy

            where:
            vsVersion         | platformToolset
            "15.5.27130.2027" | "v141"
            "14"              | "v140"
            "12"              | "v120"
            "11"              | "v110"
            "10"              | null
        }
    
        private VisualStudioProjectConfiguration configuration(def configName, def platformName, def defines, def includes) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. test/inline_big.go

    	a[97] = 0
    	a[98] = 0
    	a[99] = 0
    	a[100] = 0
    	a[101] = 0
    	a[102] = 0
    	a[103] = 0
    	a[104] = 0
    	a[105] = 0
    	a[106] = 0
    	a[107] = 0
    	a[108] = 0
    	a[109] = 0
    	a[110] = 0
    	a[111] = 0
    	a[112] = 0
    	a[113] = 0
    	a[114] = 0
    	a[115] = 0
    	a[116] = 0
    	a[117] = 0
    	a[118] = 0
    	a[119] = 0
    	a[120] = 0
    	a[121] = 0
    	a[122] = 0
    	a[123] = 0
    	a[124] = 0
    	a[125] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  3. test/codegen/bits.go

    	if a[1]>>63 != 0 {
    		return 1
    	}
    	// amd64:"BTQ\t[$]63"
    	if a[2]>>63 == 0 {
    		return 1
    	}
    	// amd64:"BTQ\t[$]60"
    	if (a[3]>>60)&1 == 0 {
    		return 1
    	}
    	// amd64:"BTL\t[$]1"
    	if (a[4]>>1)&1 == 0 {
    		return 1
    	}
    	// amd64:"BTL\t[$]0"
    	if (a[5]>>0)&1 == 0 {
    		return 1
    	}
    	// amd64:"BTL\t[$]7"
    	if (a[6]>>5)&4 == 0 {
    		return 1
    	}
    	return 0
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. platforms/jvm/scala/src/test/groovy/org/gradle/scala/compile/internal/ScalaCompileOptionsConfigurerTest.groovy

            6             | false             | '2.11.0'            | '-target:jvm-1.6'
            7             | false             | '2.11.0'            | '-target:jvm-1.7'
    
            8             | false             | '2.10.0'            | '-target:jvm-1.8'
            8             | false             | '2.11.0'            | '-target:jvm-1.8'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. samples/tlssurvey/build.gradle.kts

    dependencies {
      implementation(projects.okhttp)
      implementation(projects.okhttpCoroutines)
      implementation(libs.conscrypt.openjdk)
    
      implementation("com.squareup.retrofit2:retrofit:2.11.0")
      implementation("com.squareup.retrofit2:converter-moshi:2.11.0")
      implementation(libs.squareup.moshi)
      implementation(libs.squareup.moshi.kotlin)
    
      ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
    }
    
    tasks.compileJava {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 08 02:48:17 UTC 2024
    - 617 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/tests/optimize_layout.mlir

    // CHECK-SAME:          %[[PAD_VAL:.*]]: tensor<f32>) -> tensor<1x64x114x114xf32> {
    // CHECK:           %[[PAD:.*]] = stablehlo.pad %[[INPUT]], %[[PAD_VAL]],
    // CHECK:               low = [0, 1, 1, 0], high = [0, 1, 1, 0], interior = [0, 0, 0, 0]
    // CHECK:               : (tensor<1x112x112x64xf32>, tensor<f32>) -> tensor<1x114x114x64xf32>
    // CHECK:           %[[TPOS:.*]] = stablehlo.transpose %[[PAD]], dims = [0, 3, 1, 2]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 21:59:06 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs-asciidoctor-extensions/build.gradle.kts

    val asciiDoctorVersion = "2.5.11"
    
    dependencies {
        api("org.asciidoctor:asciidoctorj-api:$asciiDoctorVersion")
        api("org.asciidoctor:asciidoctorj:$asciiDoctorVersion")
    
        implementation("commons-io:commons-io:2.11.0")
        implementation(project(":docs-asciidoctor-extensions-base"))
    }
    
    java {
        sourceCompatibility = JavaVersion.VERSION_1_8
        targetCompatibility = JavaVersion.VERSION_1_8
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 10:45:07 UTC 2024
    - 526 bytes
    - Viewed (0)
  8. src/go/constant/example_test.go

    		mkComplex(one, one),
    	}
    
    	for _, v := range vs {
    		fmt.Printf("% d %s\n", constant.Sign(v), v)
    	}
    
    	// Output:
    	//
    	// -1 -1
    	// -1 (0 + -1i)
    	// -1 (1 + -1i)
    	// -1 (-1 + 1i)
    	// -1 (-1 + -1i)
    	//  0 0
    	//  0 (0 + 0i)
    	//  1 1
    	//  1 (0 + 1i)
    	//  1 (1 + 1i)
    }
    
    func ExampleVal() {
    	maxint := constant.MakeInt64(math.MaxInt64)
    	fmt.Printf("%v\n", constant.Val(maxint))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/fused_kernel_matcher.mlir

      // CHECK: %[[VAL_1:.*]] = "tf.Identity"(%[[VAL_0]]) : (tensor<*xf32>)...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs-asciidoctor-extensions-base/build.gradle.kts

        )
    }
    
    dependencies {
        api("org.asciidoctor:asciidoctorj-api:$asciiDoctorVersion")
        api("org.asciidoctor:asciidoctorj:$asciiDoctorVersion")
    
        implementation("commons-io:commons-io:2.11.0")
        testImplementation("org.spockframework:spock-core")
    }
    
    java {
        sourceCompatibility = JavaVersion.VERSION_1_8
        targetCompatibility = JavaVersion.VERSION_1_8
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 30 10:37:52 UTC 2024
    - 711 bytes
    - Viewed (0)
Back to top