HomeSort by relevance Sort by last modified time
    Searched defs:Mod (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/math/
mod.go 8 Floating-point mod function.
11 // Mod returns the floating-point remainder of x/y.
16 // Mod(ħInf, y) = NaN
17 // Mod(NaN, y) = NaN
18 // Mod(x, 0) = NaN
19 // Mod(x, ħInf) = x
20 // Mod(x, NaN) = NaN
21 func Mod(x, y float64) float64
23 func mod(x, y float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
mod.go 8 Floating-point mod function.
11 // Mod returns the floating-point remainder of x/y.
16 // Mod(ħInf, y) = NaN
17 // Mod(NaN, y) = NaN
18 // Mod(x, 0) = NaN
19 // Mod(x, ħInf) = x
20 // Mod(x, NaN) = NaN
21 func Mod(x, y float64) float64
23 func mod(x, y float64) float64 { func
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Mod.java 19 * $Id: Mod.java 468655 2006-10-28 07:12:06Z minchau $
28 * The 'mod' operation expression executer.
30 public class Mod extends Operation
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
ModStream.h 43 const ModInfo &Mod;
  /external/llvm/unittests/AsmParser/
AsmParserTest.cpp 27 auto Mod = parseAssemblyString(Source, Error, Ctx);
29 EXPECT_TRUE(Mod != nullptr);
40 std::unique_ptr<Module> Mod;
41 EXPECT_DEATH(Mod = parseAssemblyString(Source.substr(0, Source.size() - 2),
54 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping);
56 EXPECT_TRUE(Mod != nullptr);
72 auto Mod = parseAssemblyString(Source, Error, Ctx);
73 ASSERT_TRUE(Mod != nullptr);
74 auto &M = *Mod;
137 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp 179 Module *Mod = ParseIRFile(InputFile, Err, Context);
180 if (!Mod) {
188 if (Mod->MaterializeAllPermanently(&ErrorMsg)) {
195 EngineBuilder builder(Mod);
208 Mod->setTargetTriple(Triple::normalize(TargetTriple));
259 Function *EntryFn = Mod->getFunction(EntryFunc);
267 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context),
278 for (Module::iterator I = Mod->begin(), E = Mod->end(); I != E; ++I) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 53 unsigned char Mod = static_cast<unsigned char>(X) & 15;
54 *--BufPtr = hexdigit(Mod);
  /external/llvm/include/llvm/ADT/
StringExtras.h 54 unsigned char Mod = static_cast<unsigned char>(X) & 15;
55 *--BufPtr = hexdigit(Mod, LowerCase);
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 266 // Mod sets z = x % y and returns z.
268 func (z *Int) Mod(x, y *Int) *Int {
  /prebuilts/go/darwin-x86/src/image/
geom.go 48 // Mod returns the point q in r such that p.X-q.X is a multiple of r's width
50 func (p Point) Mod(r Rectangle) Point {
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 266 // Mod sets z = x % y and returns z.
268 func (z *Int) Mod(x, y *Int) *Int {
  /prebuilts/go/linux-x86/src/image/
geom.go 48 // Mod returns the point q in r such that p.X-q.X is a multiple of r's width
50 func (p Point) Mod(r Rectangle) Point {
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 37 Module *Mod;
58 Mod = &M;
133 Function *NewF = Mod->getFunction(Name);
135 NewF = Function::Create(FunctionType::get(F->getReturnType(), Types, false), GlobalValue::ExternalLinkage, Name, Mod);
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 201 Module *Mod = BB->getParent()->getParent();
202 Value *ExtF = Intrinsic::getDeclaration(Mod, IntId);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 43 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
50 unsigned NoModRef, Mod, Ref, ModRef;
65 NoModRef = Mod = Ref = ModRef = 0;
202 // Mod/ref alias analysis: compare all pairs of calls and values
217 case AliasAnalysis::Mod:
218 PrintModRefResults("Just Mod", PrintMod, I, *V, F.getParent());
219 ++Mod; break;
232 // Mod/ref alias analysis: compare all pairs of calls
242 case AliasAnalysis::Mod:
243 PrintModRefResults("Just Mod", PrintMod, *C, *D, F.getParent())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 216 Module *Mod = unwrap(M);
217 unwrap(EE)->removeModule(Mod);
218 *OutMod = wrap(Mod);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1FieldElement.java 6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP192K1Field.P, ((SecP192K1FieldElement)b).x, z);
121 Mod.invert(SecP192K1Field.P, x, z);
SecP192R1FieldElement.java 6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP192R1Field.P, ((SecP192R1FieldElement)b).x, z);
121 Mod.invert(SecP192R1Field.P, x, z);
SecP224K1FieldElement.java 6 import org.bouncycastle.math.raw.Mod;
102 Mod.invert(SecP224K1Field.P, ((SecP224K1FieldElement)b).x, z);
125 Mod.invert(SecP224K1Field.P, x, z);
209 * which is ((4x)^(m + 1))/2 mod Q
SecP256K1FieldElement.java 6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP256K1Field.P, ((SecP256K1FieldElement)b).x, z);
121 Mod.invert(SecP256K1Field.P, x, z);
SecP256R1FieldElement.java 6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP256R1Field.P, ((SecP256R1FieldElement)b).x, z);
121 Mod.invert(SecP256R1Field.P, x, z);
SecP384R1FieldElement.java 6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP384R1Field.P, ((SecP384R1FieldElement)b).x, z);
121 Mod.invert(SecP384R1Field.P, x, z);
SecP521R1FieldElement.java 6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP521R1Field.P, ((SecP521R1FieldElement)b).x, z);
121 Mod.invert(SecP521R1Field.P, x, z);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Mod.java 7 public abstract class Mod
11 // int x = d + (((d + 1) & 4) << 1); // d.x == 1 mod 2**4
12 int x = d; // d.x == 1 mod 2**3
13 x *= 2 - d * x; // d.x == 1 mod 2**6
14 x *= 2 - d * x; // d.x == 1 mod 2**12
15 x *= 2 - d * x; // d.x == 1 mod 2**24
16 x *= 2 - d * x; // d.x == 1 mod 2**48
  /external/clang/lib/Basic/
Module.cpp 246 Module *Mod = *I;
247 if (!Mod->IsExplicit)
248 Exported.push_back(Mod);
256 Module *Mod = Exports[I].getPointer();
259 Exported.push_back(Mod);
284 Module *Mod = Imports[I];
290 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) {
300 Exported.push_back(Mod);

Completed in 287 milliseconds

1 2 3 4