Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 1p512 (0.03 sec)

  1. src/cmd/internal/obj/arm/asm5.go

    	case 55: /* negf freg, freg */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		rf := int(p.From.Reg)
    		rt := int(p.To.Reg)
    
    		o1 |= (uint32(rf)&15)<<0 | (uint32(rt)&15)<<12
    
    	case 56: /* move to FP[CS]R */
    		o1 = ((uint32(p.Scond)&C_SCOND)^C_SCOND_XOR)<<28 | 0xee1<<16 | 0xa1<<4
    
    		o1 |= (uint32(p.From.Reg) & 15) << 12
    
    	case 57: /* move from FP[CS]R */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  2. src/math/big/float_test.go

    		{"-0", MaxPrec, "-0", Exact},
    		{"-Inf", MaxPrec, "-Inf", Exact},
    		{"+Inf", MaxPrec, "+Inf", Exact},
    
    		// just a few regular cases - general rounding is tested elsewhere
    		{"1.5", 1, "2", Above},
    		{"-1.5", 1, "-2", Below},
    		{"123", 1e6, "123", Exact},
    		{"-123", 1e6, "-123", Exact},
    	} {
    		x := makeFloat(test.x).SetPrec(test.prec)
    		prec := test.prec
    		if prec > MaxPrec {
    			prec = MaxPrec
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  3. src/runtime/malloc.go

    	//      ios/arm64         33         4MB           1  2048  (8KB)
    	//       */32-bit         32         4MB           1  1024  (4KB)
    	//     */mips(le)         31         4MB           1   512  (2KB)
    
    	// heapArenaBytes is the size of a heap arena. The heap
    	// consists of mappings of size heapArenaBytes, aligned to
    	// heapArenaBytes. The initial heap mapping is one arena.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. src/runtime/zcallback_windows_arm.s

    	MOVW	$1508, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1509, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1510, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1511, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1512, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1513, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1514, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1515, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1516, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  5. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1508, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1509, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1510, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1511, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1512, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1513, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1514, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1515, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1516, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M12.13,11.59 C11.97,12.84 10.35,14.12 9.1,14.16 C6.17,14.2 9.89,9.46 8.74,8.37 C9.3,8.16 10.62,7.83 10.62,8.81 C10.62,9.63 10.12,10.55 9.88,11.32 C8.66,15.16 12.13,11.15 12.14,11.18 C12.16,11.21 12.16,11.35 12.13,11.59 C12.08,11.95 12.16,11.35 12.13,11.59 L12.13,11.59 Z M11.56,5.67 C11.56,6.67 9.36,7.15 9.36,6.03 C9.36,5 11.56,4.54 11.56,5.67 L11.56,5.67 Z"/><circle fill="none" stroke="#000" stroke-width="1.1" cx="10"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
Back to top