HomeSort by relevance Sort by last modified time
    Searched refs:Model (Results 26 - 50 of 250) sorted by null

12 3 4 5 6 7 8 910

  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 31 Reloc::Model RM, CodeModel::Model CM,
SystemZSubtarget.cpp 55 // Return true if GV binds locally under reloc model RM.
56 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) {
65 Reloc::Model RM,
66 CodeModel::Model CM) const {
72 // For the small model, all locally-binding symbols are in range.
SystemZSubtarget.h 91 // Return true if GV can be accessed using LARL for reloc model RM
92 // and code model CM.
93 bool isPC32DBLSymbol(const GlobalValue *GV, Reloc::Model RM,
94 CodeModel::Model CM) const;
SystemZTargetMachine.cpp 25 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM,
XCoreTargetMachine.cpp 21 /// XCoreTargetMachine ctor - Create an ILP32 architecture model
26 Reloc::Model RM, CodeModel::Model CM,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 44 Reloc::Model RM, CodeModel::Model CM,
  /external/chromium_org/tools/telemetry/telemetry/core/heap/
model.py 7 class Model(object):
8 """ The heap snapshot model is a set of LiveHeapObjects. The LiveHeapObjects
  /packages/apps/Mms/src/com/android/mms/ui/
PresenterFactory.java 27 import com.android.mms.model.Model;
37 ViewInterface view, Model model) {
45 Context.class, ViewInterface.class, Model.class);
46 return (Presenter) constructor.newInstance(context, view, model);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
model.js 7 function Model(precision) {
18 Model.prototype.handle = function(input) {
68 * Reset the model's state to the passed in state.
72 Model.prototype.reset_ = function(state) {
79 * Selectively replace the model's state with the passed in state.
83 Model.prototype.set_ = function(state) {
96 * the model's state with the operator and operand used but returning the result
97 * of the calculation instead of updating the model's state with it.
101 Model.prototype.calculate_ = function(operator, operand) {
114 * model's precision, or "E" on overflow
    [all...]
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 56 Reloc::Model RM, CodeModel::Model CM,
68 Reloc::Model RM, CodeModel::Model CM,
77 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 72 Reloc::Model RM, CodeModel::Model CM,
83 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
91 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 42 Reloc::Model RM, CodeModel::Model CM,
54 Reloc::Model RM, CodeModel::Model CM,
64 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
StochasticLinearRanker.java 41 static public class Model implements Serializable {
84 * Get the current model and parameters of ranker
86 public Model getUModel(){
87 Model slrModel = new Model();
106 * load the given model and parameters to the ranker
108 public boolean loadModel(Model model) {
109 String[] wKeys = new String[model.weights.size()];
110 float[] wValues = new float[model.weights.size()]
    [all...]
  /external/chromium_org/chrome/browser/extensions/docs/examples/apps/
calculator_browsertest.cc 19 IN_PROC_BROWSER_TEST_F(CalculatorBrowserTest, Model) {
  /packages/apps/Mms/src/com/android/mms/model/
Model.java 18 package com.android.mms.model;
22 public class Model {
  /external/llvm/lib/Support/
Host.cpp 186 unsigned &Model) {
188 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
193 // Examine extended model ID if family ID is 6 or F.
194 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
203 unsigned Model = 0;
204 DetectX86FamilyModel(EAX, Family, Model);
233 switch (Model) {
246 switch (Model) {
264 switch (Model) {
269 // model 0
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler_unittest.js 6 * Test whether given model is valid.
7 * @param {Object} model
8 * @return {boolean} Model is valid or not.
10 var modelIsValid = function(model) {
11 // Model object must contain 'name' and 'id'.
12 if (!('name' in model) || !('id' in model))
15 // Model object cant contain 'children' and 'size' together.
16 if ('children' in model && 'size' in model ||
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
schema_loader.py 11 from model import Model, UnixName
18 use with the Model.
47 namespace = Model().AddNamespace(
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 69 static MCCodeGenInfo *createHexagonMCCodeGenInfo(StringRef TT, Reloc::Model RM,
70 CodeModel::Model CM,
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 CodeModel::Model CM,
  /external/llvm/lib/Target/R600/
AMDGPUTargetMachine.h 38 StringRef CPU, TargetOptions Options, Reloc::Model RM,
39 CodeModel::Model CM, CodeGenOpt::Level OL);
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 32 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
StochasticLinearRankerWithPrior.java 30 linear combination of user model and prior model */
33 /* When prior model is used, this parmaeter will set the mixing factor, alpha. */
36 /* When prior model is used, If this parameter is true then algorithm will use
37 the automatic cross validated alpha for mixing user model and prior model */
45 set the minium number of required training pairs before using the user model */
66 static public class Model implements Serializable {
67 public StochasticLinearRanker.Model uModel = new StochasticLinearRanker.Model();
    [all...]

Completed in 1200 milliseconds

12 3 4 5 6 7 8 910