Home
last modified time | relevance | path

Searched defs:Param (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dgaussian_distribution_test.cc178 struct Param { struct
179 double mean;
180 double stddev;
181 double p_fail; // Z-Test probability of failure.
182 int trials; // Z-Test trials.
Dexponential_distribution_test.cc177 struct Param { struct
178 double lambda;
179 double p_fail;
180 int trials;
Dlog_uniform_int_distribution_test.cc216 using Param = log_uniform_i32::param_type; in GenParams() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.cpp191 typename ToSetterParam<T>::ReturnType toSetterParam(const T &Param) { in toSetterParam()
197 toSetterParam(const cl::list<Ice::VerboseItem> &Param) { in toSetterParam()
210 toSetterParam(const cl::list<std::string> &Param) { in toSetterParam()
DWasmTranslator.cpp291 Node Param(uint32_t Index, wasm::LocalType Type) { in Param() function in IceBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h290 struct Param { struct
302 Param() { reset(); } in Param() argument
DAMDGPULibFunc.cpp60 unsigned char Param[5]; member
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_binary_expression_test.cc962 struct Param { struct
963 Type type;
964 ast::BinaryOp op;
965 std::string name;
1147 struct Param { struct
1148 ast::BinaryOp op;
1149 std::string name;
/third_party/rust/crates/syn/tests/common/
Deq.rs562 impl SpanlessEq for Param { implementation
564 let Param { in eq() localVariable
572 let Param { in eq() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp107 auto Param = llvm::getInlineParams(OptLevel, SizeOptLevel); in createFunctionInliningPass() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp62 for (auto *Param : Ty->params()) in computeSignatureVTs() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiAppEvent.js64 Param: ParamMock, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp158 unsigned Param = atoi(Sym.data()+ParamBaseName.size()); in findIndexForHandle() local
DNVPTXISelDAGToDAG.cpp2245 SDValue Param = N->getOperand(1); in tryStoreParam() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h50 unsigned char Param; member
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp105 static const char *FlagValue(const char *Param, const char *Name) { in FlagValue()
130 static bool ParseOneFlag(const char *Param) { in ParseOneFlag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp174 for (auto &Param : Fn.args()) { in FunctionInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp290 struct BTF::BTFParam Param; in completeType() local
305 for (const auto &Param : Parameters) { in emitType() local
/third_party/vk-gl-cts/scripts/khr_util/
Dregistry.py71 class Param(Located): pass class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h230 Param, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp996 for (const auto &Param : Params) { in constructCallSiteParmEntryDIEs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp93 for (wasm::ValType Param : Sig.Params) in getHashValue() local
/third_party/python/Lib/
Dast.py631 class Param(expr_context): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp82 for (auto Param : FuncTy->params()) { in isCallingConvCCompatible() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1484 Value *Param[2] = {I->getOperand(0), I->getOperand(1)}; in instrumentPointerComparisonOrSubtraction() local

12