Search Options

Results per page
Sort
Preferred Languages
Advance

Results 271 - 273 of 273 for account (0.05 sec)

  1. doc/go_spec.html

    The shift operators shift the left operand by the shift count specified by the
    right operand, which must be non-negative. If the shift count is negative at run time,
    a <a href="#Run_time_panics">run-time panic</a> occurs.
    The shift operators implement arithmetic shifts if the left operand is a signed
    integer and logical shifts if it is an unsigned integer.
    There is no upper limit on the shift count. Shifts behave
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    P3ptr MOVD table+8(FP), P1ptr MOVD $16, R16 MOVD $32, R17 MOVD $48, R18 LXVDSX (R1)(R18), SEL1 VSPLTB $7, SEL1, IDX // splat byte VSPLTISB $1, ONE // Vector with byte 1s VSPLTISB $1, SEL2 // Vector with byte 1s MOVD $32, COUNT // len(p256AffineTable) MOVD COUNT, CTR // loop count VSPLTISB $0, X1H // VZERO X1H VSPLTISB $0, X1L // VZERO X1L VSPLTISB $0, Y1H // VZERO Y1H VSPLTISB $0, Y1L // VZERO Y1L loop_select: LXVD2X (P1ptr+R0), X2H LXVD2X (P1ptr+R16), X2L LXVD2X (P1ptr+R17), Y2H LXVD2X (P1ptr+R18),...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg testing/quick, type CheckError struct
    pkg testing/quick, type CheckError struct, Count int
    pkg testing/quick, type CheckError struct, In []interface{}
    pkg testing/quick, type Config struct
    pkg testing/quick, type Config struct, MaxCount int
    pkg testing/quick, type Config struct, MaxCountScale float64
    pkg testing/quick, type Config struct, Rand *rand.Rand
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top