Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for 0e347 (0.07 sec)

  1. src/strconv/atof_test.go

    	{"-0x0.00p-01234567890123456789", "-0", nil},
    
    	{"0e291", "0", nil}, // issue 15364
    	{"0e292", "0", nil}, // issue 15364
    	{"0e347", "0", nil}, // issue 15364
    	{"0e348", "0", nil}, // issue 15364
    	{"-0e291", "-0", nil},
    	{"-0e292", "-0", nil},
    	{"-0e347", "-0", nil},
    	{"-0e348", "-0", nil},
    	{"0x0p126", "0", nil},
    	{"0x0p127", "0", nil},
    	{"0x0p128", "0", nil},
    	{"0x0p129", "0", nil},
    	{"0x0p130", "0", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  2. test/float_lit.go

    		print("-210e3 is ", -210e3, "\n")
    	}
    
    	if !close(0E-1, 0, 1, 0) {
    		print("0E-1 is ", 0E-1, "\n")
    	}
    	if !close(+0e23, 0, 1, 1) {
    		print("+0e23 is ", +0e23, "\n")
    	}
    	if !close(-0e345, 0, 1, 1) {
    		print("-0e345 is ", -0e345, "\n")
    	}
    
    	if !close(0E1, 0, 1, 1) {
    		print("0E1 is ", 0E1, "\n")
    	}
    	if !close(+10e23, 10, 1, 23) {
    		print("+10e23 is ", +10e23, "\n")
    	}
    	if !close(-210e34, -210, 1, 34) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 12 18:17:49 UTC 2013
    - 4K bytes
    - Viewed (0)
  3. src/encoding/json/number_test.go

    		"1.2e34",
    		"1.2E-0",
    		"1.2e+1",
    		"1.2e-34",
    		"-1.2E0",
    		"-1.2E1",
    		"-1.2e34",
    		"-1.2E-0",
    		"-1.2e+1",
    		"-1.2e-34",
    		"0E0",
    		"0E1",
    		"0e34",
    		"0E-0",
    		"0e+1",
    		"0e-34",
    		"-0E0",
    		"-0E1",
    		"-0e34",
    		"-0E-0",
    		"-0e+1",
    		"-0e-34",
    	}
    
    	for _, test := range validTests {
    		if !isValidNumber(test) {
    			t.Errorf("%s should be valid", test)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 24 05:40:28 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/language/tables.go

    	5:   {want: 0x1a3, have: 0x10d, distance: 0x4, oneway: true},
    	6:   {want: 0x295, have: 0x10d, distance: 0x4, oneway: true},
    	7:   {want: 0x101, have: 0x36f, distance: 0x8, oneway: false},
    	8:   {want: 0x101, have: 0x347, distance: 0x8, oneway: false},
    	9:   {want: 0x5, have: 0x3e2, distance: 0xa, oneway: true},
    	10:  {want: 0xd, have: 0x139, distance: 0xa, oneway: true},
    	11:  {want: 0x16, have: 0x367, distance: 0xa, oneway: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    	0x336: 0x6dfa, 0x337: 0x6eda, 0x338: 0x9753, 0x339: 0x9753, 0x33a: 0x4d53, 0x33b: 0x4d53,
    	0x33c: 0x7019, 0x33d: 0x0004, 0x33e: 0x0004,
    	// Block 0xd, offset 0x340
    	0x342: 0x0013,
    	0x347: 0x0013, 0x34a: 0x0012, 0x34b: 0x0013,
    	0x34c: 0x0013, 0x34d: 0x0013, 0x34e: 0x0012, 0x34f: 0x0012, 0x350: 0x0013, 0x351: 0x0013,
    	0x352: 0x0013, 0x353: 0x0012, 0x355: 0x0013,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  6. src/strconv/eisel_lemire.go

    	{0x848CE34679ABB01C, 0xD6444E39C3DB9B09}, // 1e344
    	{0xF2D80E0C0C0B4E11, 0x85EAB0E41A6940E5}, // 1e345
    	{0x6F8E118F0F0E2195, 0xA7655D1D2103911F}, // 1e346
    	{0x4B7195F2D2D1A9FB, 0xD13EB46469447567}, // 1e347
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 41.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_to_mhlo_int_test.cc

    TEST_F(ConvertTfQuantToMhloIntTest, UniformQuantizeAndDequantizeToValidGraph) {
      constexpr absl::string_view kProgram = R"mlir(
    func.func @main(%arg0: tensor<10xf32>) -> tensor<10xf32> {
      %scale = "tf.Const"() { value = dense<0.347> : tensor<f32> } : () -> tensor<f32>
      %zp = "tf.Const"() { value = dense<3> : tensor<i32> } : () -> tensor<i32>
      %0 = "tf.UniformQuantize"(%arg0, %scale, %zp) {
        quantization_axis = -1 : i64,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 01:03:21 UTC 2024
    - 35.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/cases/tables12.0.0.go

    	0x33c: 0x4d52, 0x33d: 0x4d52,
    	// Block 0xd, offset 0x340
    	0x340: 0x3fba, 0x341: 0x40aa, 0x342: 0x419a, 0x343: 0x428a, 0x344: 0x437a, 0x345: 0x446a,
    	0x346: 0x455a, 0x347: 0x464a, 0x348: 0x4739, 0x349: 0x4829, 0x34a: 0x4919, 0x34b: 0x4a09,
    	0x34c: 0x4af9, 0x34d: 0x4be9, 0x34e: 0x4cd9, 0x34f: 0x4dc9, 0x350: 0x4eba, 0x351: 0x4faa,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 99.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    	0x336: 0x6dfa, 0x337: 0x6eda, 0x338: 0x9753, 0x339: 0x9753, 0x33a: 0x4d53, 0x33b: 0x4d53,
    	0x33c: 0x7019, 0x33d: 0x0004, 0x33e: 0x0004,
    	// Block 0xd, offset 0x340
    	0x342: 0x0013,
    	0x347: 0x0013, 0x34a: 0x0012, 0x34b: 0x0013,
    	0x34c: 0x0013, 0x34d: 0x0013, 0x34e: 0x0012, 0x34f: 0x0012, 0x350: 0x0013, 0x351: 0x0013,
    	0x352: 0x0013, 0x353: 0x0012, 0x355: 0x0013,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/tables13.0.0.go

    	0x33c: 0x4d52, 0x33d: 0x4d52,
    	// Block 0xd, offset 0x340
    	0x340: 0x3fba, 0x341: 0x40aa, 0x342: 0x419a, 0x343: 0x428a, 0x344: 0x437a, 0x345: 0x446a,
    	0x346: 0x455a, 0x347: 0x464a, 0x348: 0x4739, 0x349: 0x4829, 0x34a: 0x4919, 0x34b: 0x4a09,
    	0x34c: 0x4af9, 0x34d: 0x4be9, 0x34e: 0x4cd9, 0x34f: 0x4dc9, 0x350: 0x4eba, 0x351: 0x4faa,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 100.7K bytes
    - Viewed (0)
Back to top