Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 90 for 193 (0.23 sec)

  1. src/math/log1p.go

    //
    //              u = 1+x;
    //              if(u==1.0) return x ; else
    //                         return log(u)*(x/(u-1.0));
    //
    //       See HP-15C Advanced Functions Handbook, p.193.
    
    // Log1p returns the natural logarithm of 1 plus its argument x.
    // It is more accurate than [Log](1 + x) when x is near zero.
    //
    // Special cases are:
    //
    //	Log1p(+Inf) = +Inf
    //	Log1p(±0) = ±0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. cmd/erasure-sets_test.go

    		{"Cost Benefit Analysis (2009-2010).pptx", 133},
    		{"117Gn8rfHL2ACARPAhaFd0AGzic9pUbIA/5OCn5A", 185},
    		{"SHØRT", 97},
    		{"There are far too many object names, and far too few bucket names!", 101},
    		{"a/b/c/", 193},
    		{"/a/b/c", 116},
    		{string([]byte{0xff, 0xfe, 0xfd}), 61},
    	}
    
    	// Tests hashing order to be consistent.
    	for i, testCase := range testCases {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Feb 12 07:21:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go

    	SYS_PUTPMSG                      = 189
    	SYS_VFORK                        = 190
    	SYS_UGETRLIMIT                   = 191
    	SYS_MMAP2                        = 192
    	SYS_TRUNCATE64                   = 193
    	SYS_FTRUNCATE64                  = 194
    	SYS_STAT64                       = 195
    	SYS_LSTAT64                      = 196
    	SYS_FSTAT64                      = 197
    	SYS_LCHOWN32                     = 198
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_VFORK                        = 189
    	SYS_UGETRLIMIT                   = 190
    	SYS_READAHEAD                    = 191
    	SYS_MMAP2                        = 192
    	SYS_TRUNCATE64                   = 193
    	SYS_FTRUNCATE64                  = 194
    	SYS_STAT64                       = 195
    	SYS_LSTAT64                      = 196
    	SYS_FSTAT64                      = 197
    	SYS_PCICONFIG_READ               = 198
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  5. src/strconv/testdata/testfp.txt

    float64 %b 4603285e-024 5975405561110124p-110
    float64 %b 87575437e-309 8452160731874668p-1053
    float64 %b 245540327e+122 4985336549131723p+381
    float64 %b 6138508175e+120 4985336549131723p+379
    float64 %b 83356057653e+193 5986732817132056p+625
    float64 %b 619534293513e+124 4798406992060657p+399
    float64 %b 2335141086879e+218 5419088166961646p+713
    float64 %b 36167929443327e-159 8135819834632444p-536
    float64 %b 609610927149051e-255 4576664294594737p-850
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 7.9K bytes
    - Viewed (0)
  6. src/internal/coverage/cfile/testdata/issue59563/repro.go

    	} else if x == 188 {
    		x += 188
    	} else if x == 189 {
    		x += 189
    	} else if x == 190 {
    		x += 190
    	} else if x == 191 {
    		x += 191
    	} else if x == 192 {
    		x += 192
    	} else if x == 193 {
    		x += 193
    	} else if x == 194 {
    		x += 194
    	} else if x == 195 {
    		x += 195
    	} else if x == 196 {
    		x += 196
    	} else if x == 197 {
    		x += 197
    	} else if x == 198 {
    		x += 198
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 13K bytes
    - Viewed (0)
  7. docs/features/interceptors.md

    Host: www.publicobject.com
    Connection: Keep-Alive
    Accept-Encoding: gzip
    
    INFO: Received response for http://www.publicobject.com/helloworld.txt in 115.6ms
    Server: nginx/1.4.6 (Ubuntu)
    Content-Type: text/html
    Content-Length: 193
    Connection: keep-alive
    Location: https://publicobject.com/helloworld.txt
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 8.1K bytes
    - Viewed (0)
  8. cmd/apierrorcode_string.go

    	_ = x[ErrAdminPolicyChangeAlreadyApplied-188]
    	_ = x[ErrAdminInvalidArgument-189]
    	_ = x[ErrAdminInvalidAccessKey-190]
    	_ = x[ErrAdminInvalidSecretKey-191]
    	_ = x[ErrAdminConfigNoQuorum-192]
    	_ = x[ErrAdminConfigTooLarge-193]
    	_ = x[ErrAdminConfigBadJSON-194]
    	_ = x[ErrAdminNoSuchConfigTarget-195]
    	_ = x[ErrAdminConfigEnvOverridden-196]
    	_ = x[ErrAdminConfigDuplicateKeys-197]
    	_ = x[ErrAdminConfigInvalidIDPType-198]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. src/go/internal/gccgoimporter/testdata/time.gox

    type <type 3>;
    type <type 33>;
    const Tuesday <type 19> = 2 ;
    var UTC <type 15>;
    func Unix (sec <type -4>, nsec <type -4>) <type 3>;
    const UnixDate = "Mon Jan _2 15:04:05 MST 2006";
    const Wednesday <type 19> = 3 ;
    type <type 19>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_PATHCONF       = 191 // { long sys_pathconf(const char *path, int name); }
    	SYS_FPATHCONF      = 192 // { long sys_fpathconf(int fd, int name); }
    	SYS_SWAPCTL        = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); }
    	SYS_GETRLIMIT      = 194 // { int sys_getrlimit(int which, \
    	SYS_SETRLIMIT      = 195 // { int sys_setrlimit(int which, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
Back to top