- Sort Score
- Result 10 results
- Languages All
Results 451 - 453 of 453 for Div (0.03 sec)
-
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// Globe Hosting SRL : https://www.globehosting.com/ // Submitted by Gavin Brown <******@****.***> co.ro shop.ro // GMO Pepabo, Inc. : https://pepabo.com/ // Submitted by Hosting Div <******@****.***> lolipop.io angry.jp babyblue.jp babymilk.jp backdrop.jp bambina.jp bitter.jp blush.jp boo.jp boy.jp boyfriend.jp but.jp candypop.jp
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (1) -
api/go1.txt
pkg image, method (*YCbCr) Opaque() bool pkg image, method (*YCbCr) SubImage(Rectangle) Image pkg image, method (*YCbCr) YOffset(int, int) int pkg image, method (Point) Add(Point) Point pkg image, method (Point) Div(int) Point pkg image, method (Point) Eq(Point) bool pkg image, method (Point) In(Rectangle) bool pkg image, method (Point) Mod(Rectangle) Point pkg image, method (Point) Mul(int) Point
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
x = x / y and returns the remainder. // // It panics if y is zero. // //go:norace func (x *Nat) DivShortVarTime(y uint) uint { if y == 0 { panic("bigmod: division by zero") } var r uint for i := len(x.limbs) - 1; i >= 0; i-- { x.limbs[i], r = bits.Div(r, x.limbs[i], y) } return r } golang.org/fips140@v1.0.0/fips140/v1.0.0/bigmod/nat_386.s // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)