Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for 00000000000000000010 (0.08 sec)

  1. src/internal/zstd/fuzz_test.go

    	"(\xb5/\xfd\x1002000$\x05\x0000\xcc0\xa8100d\x0000001000000000000000000000000000000000000000000000000000000000000000000000000\x000000000000000000000000000000000000000000000000000000000000000000000000000000",
    	"(\xb5/\xfd001\x00\x0000000000000000000",
    	"(\xb5/\xfd00\xec\x00\x00&@\x05\x05A7002\x02\x00\x02\x00\x02\x0000000000000000",
    	"(\xb5/\xfd00\xec\x00\x00V@\x05\x0517002\x02\x00\x02\x00\x02\x0000000000000000",
    	"\x50\x2a\x4d\x18\x02\x00\x00\x00",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 04:10:45 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. src/math/tanh_s390x.s

    DATA tanhxmone<>+0(SB)/8, $-1.0
    GLOBL tanhxmone<>+0(SB), RODATA, $8
    DATA tanhxzero<>+0(SB)/8, $0
    GLOBL tanhxzero<>+0(SB), RODATA, $8
    
    // Polynomial coefficients
    DATA tanhtab<>+0(SB)/8, $0.000000000000000000E+00
    DATA tanhtab<>+8(SB)/8, $-.171540871271399150E-01
    DATA tanhtab<>+16(SB)/8, $-.306597931864376363E-01
    DATA tanhtab<>+24(SB)/8, $-.410200970469965021E-01
    DATA tanhtab<>+32(SB)/8, $-.486343079978231466E-01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  3. src/math/rand/regress_test.go

    	int64(834026388),                    // Int63n(2147483646)
    	int64(1577188963),                   // Int63n(2147483647)
    	int64(543572285742637646),           // Int63n(1000000000000000000)
    	int64(355889821886249464),           // Int63n(1152921504606846976)
    	int64(8325060299420976708),          // Int63n(9223372036854775806)
    	int64(7837839688282259259),          // Int63n(9223372036854775807)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  4. src/math/log10_s390x.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "textflag.h"
    
    // Minimax polynomial coefficients and other constants
    DATA log10rodataL19<>+0(SB)/8, $0.000000000000000000E+00
    DATA log10rodataL19<>+8(SB)/8, $-1.0
    DATA log10rodataL19<>+16(SB)/8, $0x7FF8000000000000   //+NanN
    DATA log10rodataL19<>+24(SB)/8, $.15375570329280596749
    DATA log10rodataL19<>+32(SB)/8, $.60171950900703668594E+04
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.7K bytes
    - Viewed (0)
  5. src/math/j1.go

    //       S = 1 + ps0*s**2 + ... + ps4*s**10
    // and
    //      | pone(x)-1-R/S | <= 2**(-60.06)
    
    // for x in [inf, 8]=1/[0,0.125]
    var p1R8 = [6]float64{
    	0.00000000000000000000e+00, // 0x0000000000000000
    	1.17187499999988647970e-01, // 0x3FBDFFFFFFFFFCCE
    	1.32394806593073575129e+01, // 0x402A7A9D357F7FCE
    	4.12051854307378562225e+02, // 0x4079C0D4652EA590
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  6. src/math/atanh_s390x.s

    DATA ·atanhtab2076<> + 24(SB)/8, $0.166383778368856480E-01
    DATA ·atanhtab2076<> + 32(SB)/8, $0.866678223433169637E-02
    DATA ·atanhtab2076<> + 40(SB)/8, $0.319831684989627514E-02
    DATA ·atanhtab2076<> + 48(SB)/8, $0.000000000000000000E+00
    DATA ·atanhtab2076<> + 56(SB)/8, $-.113006378583725549E-02
    DATA ·atanhtab2076<> + 64(SB)/8, $-.367979419636602491E-03
    DATA ·atanhtab2076<> + 72(SB)/8, $0.213172484510484979E-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  7. src/math/j0.go

    // 	  S = 1 + pS0*s**2 + ... + pS4*s**10
    // and
    //      | pzero(x)-1-R/S | <= 2  ** ( -60.26)
    
    // for x in [inf, 8]=1/[0,0.125]
    var p0R8 = [6]float64{
    	0.00000000000000000000e+00,  // 0x0000000000000000
    	-7.03124999999900357484e-02, // 0xBFB1FFFFFFFFFD32
    	-8.08167041275349795626e+00, // 0xC02029D0B44FA779
    	-2.57063105679704847262e+02, // 0xC07011027B19E863
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.6K bytes
    - Viewed (0)
  8. src/math/log1p_s390x.s

    DATA ·log1ptab<> + 24(SB)/8, $0.166383778368856480E-01
    DATA ·log1ptab<> + 32(SB)/8, $0.866678223433169637E-02
    DATA ·log1ptab<> + 40(SB)/8, $0.319831684989627514E-02
    DATA ·log1ptab<> + 48(SB)/8, $-.000000000000000000E+00
    DATA ·log1ptab<> + 56(SB)/8, $-.113006378583725549E-02
    DATA ·log1ptab<> + 64(SB)/8, $-.367979419636602491E-03
    DATA ·log1ptab<> + 72(SB)/8, $0.213172484510484979E-02
    DATA ·log1ptab<> + 80(SB)/8, $0.623271047682013536E-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.1K bytes
    - Viewed (0)
  9. src/archive/tar/writer_test.go

    	// that fails and replaced ever char through numbers to anonymize the sample.
    	longName := "/0000_0000000/00000-000000000/0000_0000000/00000-0000000000000/0000_0000000/00000-0000000-00000000/0000_0000000/00000000/0000_0000000/000/0000_0000000/00000000v00/0000_0000000/000000/0000_0000000/0000000/0000_0000000/00000y-00/0000/0000/00000000/0x000000/"
    	hdr.Name = longName
    
    	hdr.Size = 0
    	var buf bytes.Buffer
    	writer := NewWriter(&buf)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/api/resource/math.go

    		return 10000000000000
    	case 14:
    		return 100000000000000
    	case 15:
    		return 1000000000000000
    	case 16:
    		return 10000000000000000
    	case 17:
    		return 100000000000000000
    	case 18:
    		return 1000000000000000000
    	default:
    		return 0
    	}
    }
    
    // negativeScaleInt64 returns the result of dividing base by scale * 10 and the remainder, or
    // false if no such division is possible. Dividing by negative scales is undefined.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 23 13:07:14 UTC 2020
    - 7.3K bytes
    - Viewed (0)
Back to top