Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for TestY0 (0.2 sec)

  1. src/math/all_test.go

    		}
    	}
    	for i := 0; i < len(vffrexpBC); i++ {
    		if e := Ilogb(vffrexpBC[i]); int(logbBC[i]) != e {
    			t.Errorf("Ilogb(%g) = %d, want %d", vffrexpBC[i], e, int(logbBC[i]))
    		}
    	}
    }
    
    func TestJ0(t *testing.T) {
    	for i := 0; i < len(vf); i++ {
    		if f := J0(vf[i]); !soclose(j0[i], f, 4e-14) {
    			t.Errorf("J0(%g) = %g, want %g", vf[i], f, j0[i])
    		}
    	}
    	for i := 0; i < len(vfj0SC); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model_asset_sinking.mlir

    module @asset attributes {tf_saved_model.semantics} {
      "tf_saved_model.session_initializer"() {initializers = [@init]} : () -> ()
    
      // CHECK-NOT: "tf_saved_model.asset"
      "tf_saved_model.asset"() {filename = "assets/test0.txt", sym_name = "asset0"} : () -> ()
      "tf_saved_model.asset"() {filename = "assets/test1.txt", sym_name = "asset1"} : () -> ()
    
      // CHECK: func @init()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. test/abi/bad_internal_offsets.go

    	}
    }
    
    type StructF0S0 struct {
    	F0 int16
    	F1 string
    	F2 StructF0S1
    }
    
    type StructF0S1 struct {
    	_ uint16
    }
    
    // 0 returns 3 params
    //go:registerparams
    //go:noinline
    func Test0(p0 uint32, p1 StructF0S0, p2 int32) {
    	// consume some stack space, so as to trigger morestack
    	var pad [256]uint64
    	pad[FailCount]++
    	if p0 == 0 {
    		return
    	}
    	p1f0c := int16(-3096)
    	if p1.F0 != p1f0c {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/util/DocMapTest.java

            Map<String, Object> value = new LinkedHashMap<>();
            DocMap docMap = new DocMap(value);
            assertTrue(docMap.isEmpty());
            value.clear();
    
            List<String> keys = Arrays.asList("test_2", "test_0", "lang", "test_1");
            value.put(keys.get(0), true);
            value.put(keys.get(1), 1000);
            value.put(keys.get(2), "ja");
            value.put(keys.get(3), "str");
            docMap = new DocMap(value);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. test/recover.go

    	test2()
    	test3()
    	if !interp {
    		test4()
    	}
    	test5()
    	test6()
    	test6WithClosures()
    	test7()
    	test8()
    	test9()
    	if !interp {
    		test9reflect1()
    		test9reflect2()
    	}
    	test10()
    	if !interp {
    		test10reflect1()
    		test10reflect2()
    	}
    	test11()
    	if !interp {
    		test11reflect1()
    		test11reflect2()
    	}
    	test111()
    	test12()
    	if !interp {
    		test12reflect1()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 10.6K bytes
    - Viewed (0)
  6. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    			t.Errorf("%q is expected to be in the output\n", c)
    		}
    	}
    }
    
    func TestCadvisorListPodStats(t *testing.T) {
    	ctx := context.Background()
    	const (
    		namespace0 = "test0"
    		namespace2 = "test2"
    	)
    	const (
    		seedRoot              = 0
    		seedRuntime           = 100
    		seedKubelet           = 200
    		seedMisc              = 300
    		seedPod0Infra         = 1000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testcshared/cshared_test.go

    	})
    	if headersErr != nil {
    		t.Helper()
    		t.Fatal(headersErr)
    	}
    }
    
    // test0: exported symbols in shared lib are accessible.
    func TestExportedSymbols(t *testing.T) {
    	globalSkip(t)
    	testenv.MustHaveCGO(t)
    	testenv.MustHaveExec(t)
    
    	t.Parallel()
    
    	cmd := "testp0"
    	bin := cmdToRun(cmd)
    
    	createHeadersOnce(t)
    
    	runCC(t, "-I", installdir, "-o", cmd, "main0.c", libgoname)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
  8. pkg/kubelet/server/stats/volume_stat_calculator_test.go

    	kubestats "k8s.io/kubelet/pkg/apis/stats/v1alpha1"
    	"k8s.io/kubernetes/pkg/features"
    	statstest "k8s.io/kubernetes/pkg/kubelet/server/stats/testing"
    	"k8s.io/kubernetes/pkg/volume"
    )
    
    const (
    	namespace0  = "test0"
    	pName0      = "pod0"
    	capacity    = int64(10000000)
    	available   = int64(5000000)
    	inodesTotal = int64(2000)
    	inodesFree  = int64(1000)
    
    	vol0          = "vol0"
    	vol1          = "vol1"
    	vol2          = "vol2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/events_test.go

    					APIVersion: "other/v1beta1",
    					Kind:       "Job",
    					Namespace:  "foo",
    				},
    			},
    			true,
    		}, {
    			&core.Event{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "test10",
    					Namespace: metav1.NamespaceDefault,
    				},
    				InvolvedObject: core.ObjectReference{
    					APIVersion: "batch",
    					Kind:       "Job",
    					Namespace:  "foo",
    				},
    			},
    			false,
    		}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 01 19:47:37 UTC 2022
    - 37.2K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers_test.go

    		{ // Test pod condition pending with deletion
    			api.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "test20", DeletionTimestamp: &deleteTime},
    				Spec:       api.PodSpec{Containers: make([]api.Container, 1)},
    				Status: api.PodStatus{
    					Phase: "Pending",
    				},
    			},
    			[]metav1.TableRow{{Cells: []interface{}{"test20", "0/1", "Terminating", "0", "<unknown>"}}},
    		},
    	}
    
    	for i, test := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top