Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 589 for iword (0.04 sec)

  1. src/math/big/arith_arm64.s

    	BEQ	done
    copy_4:				// no carry flag, copy the rest
    	vwOneIterCopy(R0, done)
    	B	copy_4
    
    // func shlVU(z, x []Word, s uint) (c Word)
    // This implementation handles the shift operation from the high word to the low word,
    // which may be an error for the case where the low word of x overlaps with the high
    // word of z. When calling this function directly, you need to pay attention to this
    // situation.
    TEXT ·shlVU(SB),NOSPLIT,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  2. src/math/big/natconv.go

    			}
    			prev = '_'
    		} else {
    			// convert rune into digit value d1
    			var d1 Word
    			switch {
    			case '0' <= ch && ch <= '9':
    				d1 = Word(ch - '0')
    			case 'a' <= ch && ch <= 'z':
    				d1 = Word(ch - 'a' + 10)
    			case 'A' <= ch && ch <= 'Z':
    				if b <= maxBaseSmall {
    					d1 = Word(ch - 'A' + 10)
    				} else {
    					d1 = Word(ch - 'A' + maxBaseSmall)
    				}
    			default:
    				d1 = MaxBase + 1
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 14.6K bytes
    - Viewed (0)
  3. src/math/asin_s390x.s

    	FMOVD	F0, F8
    	SRAD	$32, R7
    	WORD	$0xC0193FE6 //iilf  %r1,1072079005
    	BYTE	$0xA0
    	BYTE	$0x9D
    	WORD	$0xB91700C7 //llgtr %r12,%r7
    	MOVW	R12, R8
    	MOVW	R1, R6
    	CMPBGT	R8, R6, L2
    	WORD	$0xC0193BFF //iilf  %r1,1006632959
    	BYTE	$0xFF
    	BYTE	$0xFF
    	MOVW	R1, R6
    	CMPBGT	R8, R6, L13
    L3:
    	FMOVD	216(R9), F0
    	FMADD	F0, F8, F8
    L1:
    	FMOVD	F8, ret+8(FP)
    	RET
    L2:
    	WORD	$0xC0193FEF	//iilf	%r1,1072693247
    	BYTE	$0xFF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 4.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/assembler/groovy/src/main/asm_i386_masm/sum.s

        .386
        .model    flat
    
    PUBLIC    _sum
    _TEXT     SEGMENT
    _sum    PROC
        mov    eax, DWORD PTR 4[esp]
        add    eax, DWORD PTR 8[esp]
        ret    0
    _sum    ENDP
    _TEXT   ENDS
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 184 bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java

            }
    
            public MyToken(final String word, final int startOffset, final int endOffset, final int posInc) {
                this(word, startOffset, endOffset, posInc, Integer.MAX_VALUE); // Integer.MAX_VALUE for seq means unused
            }
    
            public MyToken(final String word, final int startOffset, final int endOffset, final int posInc, final int seq) {
                this.word = word;
                this.startOffset = startOffset;
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 17K bytes
    - Viewed (0)
  6. src/math/hypot_386.s

    	FMOVDP  F0, ret+16(FP)
    	RET
    not_finite:
    // test bits for -Inf or +Inf
    	MOVL    p_hi+4(FP), AX  // high word p
    	ORL     p_lo+0(FP), AX  // low word p
    	ANDL    $0x7fffffff, AX
    	CMPL    AX, $0x7ff00000
    	JEQ     is_inf
    	MOVL    q_hi+12(FP), AX  // high word q
    	ORL     q_lo+8(FP), AX   // low word q
    	ANDL    $0x7fffffff, AX
    	CMPL    AX, $0x7ff00000
    	JEQ     is_inf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 15 15:48:19 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  7. src/math/big/arith_amd64.s

    	SBBQ CX, CX		// save CF
    
    	ADDQ $1, SI		// i++
    	SUBQ $1, DI		// n--
    	JG L2			// if n > 0 goto L2
    
    E2:	NEGQ CX
    	MOVQ CX, c+72(FP)	// return c
    	RET
    
    
    // func addVW(z, x []Word, y Word) (c Word)
    TEXT ·addVW(SB),NOSPLIT,$0
    	MOVQ z_len+8(FP), DI
    	CMPQ DI, $32
    	JG large
    	MOVQ x+24(FP), R8
    	MOVQ y+48(FP), CX	// c = y
    	MOVQ z+0(FP), R10
    
    	MOVQ $0, SI		// i = 0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  8. src/math/tanh_s390x.s

    	FMOVD   tanhrodataL18<>+32(SB), F4
    	WORD    $0xB9270022     //lhr %r2,%r2
    	WFMADB  V3, V1, V4, V1
    	FMOVD   tanhrodataL18<>+24(SB), F4
    	WFMADB  V3, V2, V4, V3
    	WFMADB  V0, V5, V0, V2
    	WFMADB  V0, V1, V3, V0
    	WORD    $0xA7183ECF     //lhi %r1,16079
    	WFMADB  V0, V2, V5, V2
    	FMUL    F6, F2
    	MOVW    R2, R10
    	MOVW    R1, R11
    	CMPBLE  R10, R11, L16
    	FMOVD   F6, F0
    	WORD    $0xED005010     //adb %f0,.L28-.L18(%r5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  9. src/runtime/cgo/gcc_windows_amd64.c

    #include <errno.h>
    #include "libcgo.h"
    #include "libcgo_windows.h"
    
    static void threadentry(void*);
    static void (*setg_gcc)(void*);
    static DWORD *tls_g;
    
    void
    x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
    {
    	setg_gcc = setg;
    	tls_g = (DWORD *)tlsg;
    }
    
    
    void
    _cgo_sys_thread_start(ThreadStart *ts)
    {
    	_cgo_beginthread(threadentry, ts);
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 12 03:56:28 UTC 2023
    - 1K bytes
    - Viewed (0)
  10. src/math/log10_s390x.s

    	FMOVD   x+0(FP), F0
    	MOVD    $log10rodataL19<>+0(SB), R9
    	FMOVD   F0, x-8(SP)
    	WORD    $0xC0298006     //iilf %r2,2147909631
    	BYTE    $0x7F
    	BYTE    $0xFF
    	WORD    $0x5840F008     //l %r4, 8(%r15)
    	SUBW    R4, R2, R3
    	RISBGZ	$32, $47, $0, R3, R5
    	MOVH    $0x0, R1
    	RISBGN	$0, $31, $32, R5, R1
    	WORD    $0xC0590016     //iilf %r5,1507327
    	BYTE    $0xFF
    	BYTE    $0xFF
    	MOVW    R4, R10
    	MOVW    R5, R11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.7K bytes
    - Viewed (0)
Back to top