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

1 2 3 4 5 6 7 8

  /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/swiftshader/third_party/subzero/src/
IceConverter.h 34 Converter(llvm::Module *Mod, GlobalContext *Ctx)
35 : Translator(Ctx), Mod(Mod),
44 llvm::Module *getModule() const { return Mod; }
51 llvm::Module *Mod;
60 void nameUnnamedGlobalVariables(llvm::Module *Mod);
64 void nameUnnamedFunctions(llvm::Module *Mod);
70 void convertGlobals(llvm::Module *Mod);
73 void installGlobalDeclarations(llvm::Module *Mod);
IceCompiler.cpp 133 std::unique_ptr<llvm::Module> Mod =
139 std::unique_ptr<llvm::Module> Mod = parseIRFile(IRFilename, Err, Context);
141 if (!Mod) {
148 std::unique_ptr<Converter> Converter(new class Converter(Mod.get(), &Ctx));
IceUtils.h 98 uint64_t Mod = Pos & (Align - 1);
99 if (Mod == 0)
101 return Align - Mod;
  /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) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
ModStream.h 46 const ModInfo &Mod;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 60 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 60 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
ModStream.h 46 const ModInfo &Mod;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 60 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 60 const DbiModuleDescriptor &Mod;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 53 unsigned char Mod = static_cast<unsigned char>(X) & 15;
54 *--BufPtr = hexdigit(Mod);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 67 const DbiModuleDescriptor &Mod;
  /external/llvm/include/llvm/ADT/
StringExtras.h 54 unsigned char Mod = static_cast<unsigned char>(X) & 15;
55 *--BufPtr = hexdigit(Mod, LowerCase);

Completed in 1007 milliseconds

1 2 3 4 5 6 7 8