/external/pdfium/core/fpdfapi/page/ |
D | fpdf_page_func.cpp | 102 bool CPDF_PSFunc::v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const { in v_Call() 445 int n = static_cast<int>(Pop()); in DoOperator() local 455 int n = static_cast<int>(Pop()); in DoOperator() local 463 int n = static_cast<int>(Pop()); in DoOperator() local 542 bool CPDF_SampledFunc::v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const { in v_Call() 645 bool CPDF_ExpIntFunc::v_Call(FX_FLOAT* inputs, FX_FLOAT* results) const { in v_Call() 720 bool CPDF_StitchFunc::v_Call(FX_FLOAT* inputs, FX_FLOAT* outputs) const { in v_Call() 820 bool CPDF_Function::Call(FX_FLOAT* inputs, in Call()
|
/external/v8/src/compiler/ |
D | node.cc | 53 Node* const* inputs, bool has_extensible_inputs) { in New() 121 Node* const* const inputs = node->has_inline_inputs() in Clone() local 382 std::ostream& operator<<(std::ostream& os, const Node& n) { in operator <<() 400 Node::InputEdges::iterator Node::InputEdges::iterator::operator++(int n) { in operator ++() 410 Node::Inputs::const_iterator Node::Inputs::const_iterator::operator++(int n) { in operator ++() 420 Node::UseEdges::iterator Node::UseEdges::iterator::operator++(int n) { in operator ++() 430 Node::Uses::const_iterator Node::Uses::const_iterator::operator++(int n) { in operator ++()
|
D | js-inlining-heuristic.cc | 35 for (int n = 0; n < value_input_count; ++n) { in CollectFunctions() local 188 Node** inputs = graph()->zone()->NewArray<Node*>(input_count); in InlineCandidate() local
|
D | instruction-selector.cc | 155 InstructionOperand inputs[] = {a, b}; in Emit() local 169 InstructionOperand inputs[] = {a, b, c}; in Emit() local 181 InstructionOperand inputs[] = {a, b, c, d}; in Emit() local 193 InstructionOperand inputs[] = {a, b, c, d, e}; in Emit() local 206 InstructionOperand inputs[] = {a, b, c, d, e, f}; in Emit() local 215 size_t input_count, InstructionOperand* inputs, size_t temp_count, in Emit() 336 for (size_t n = 0; n < virtual_registers_.size(); ++n) { in GetVirtualRegistersForTesting() local 483 InstructionOperandVector* inputs, in AddOperandToStateValueDescriptor() 531 InstructionOperandVector* inputs, in AddInputsToFrameStateDescriptor() 1509 auto* inputs = zone()->NewArray<InstructionOperand>(input_count); in EmitTableSwitch() local [all …]
|
D | wasm-compiler.cc | 81 Node* inputs[8]; in BuildCallToRuntime() local 1731 Node* inputs[] = { in GrowMemory() local 1899 Diamond n( in BuildI32AsmjsDivS() local 2823 Node* inputs[] = { in CurrentMemoryPages() local 3102 const NodeVector& inputs) { in SimdOp()
|
D | escape-analysis.cc | 421 bool IsEquivalentPhi(Node* phi, ZoneVector<Node*>& inputs) { in IsEquivalentPhi() 462 for (int n = 0; n < value_input_count; ++n) { in MergeFields() local 1662 for (size_t n = 0; n < object_states.size(); n++) { in DebugPrint() local
|
/external/libvpx/libvpx/test/ |
D | svc_test.cc | 104 void Pass1EncodeNFrames(const int n, const int layers, in Pass1EncodeNFrames() 163 void Pass2EncodeNFrames(std::string *const stats_buf, const int n, in Pass2EncodeNFrames() 206 void DecodeNFrames(const struct vpx_fixed_buf *const inputs, const int n) { in DecodeNFrames() 230 void DropEnhancementLayers(struct vpx_fixed_buf *const inputs, in DropEnhancementLayers() 295 void FreeBitstreamBuffers(struct vpx_fixed_buf *const inputs, const int n) { in FreeBitstreamBuffers()
|
/external/eigen/test/ |
D | sparseLM.cpp | 33 int n = Base::inputs(); in model() local 62 int n = Base::inputs(); in operator ()() local 86 int n = Base::inputs(); in df() local 133 int inputs = 10; in test_sparseLM_T() local
|
D | denseLM.cpp | 34 int n = Base::inputs(); in model() local 60 int n = Base::inputs(); in operator ()() local 81 int n = Base::inputs(); in df() local 150 int inputs = 10; in test_denseLM_T() local
|
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 198 uintptr_t inputs, in Test1Op_Helper() 253 const Tn inputs[], in Test1Op() 287 for (unsigned n = 0; n < inputs_length; n++, d++) { in Test1Op() local 319 uintptr_t inputs, in Test2Op_Helper() 383 const T inputs[], in Test2Op() 415 for (unsigned n = 0; n < inputs_length; n++) { in Test2Op() local 452 uintptr_t inputs, in Test3Op_Helper() 526 const T inputs[], in Test3Op() 558 for (unsigned n = 0; n < inputs_length; n++) { in Test3Op() local 601 uintptr_t inputs, in TestCmp_Helper() [all …]
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypedBlock.java | 26 public boolean[] inputs; field in TypedBlock 162 int n = isStatic ? -1 : 0; in initFirstBlock() local 179 int n, TypeData[] types) in descToTag()
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 58 int inputs() const { return m_inputs; } in inputs() function 84 int inputs() const { return m_inputs; } in inputs() function 253 Index n; variable 374 Index n = x.size(); in lmdif1() local
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 90 InstructionOperand inputs[], in GenerateMemoryOperandInputs() 151 InstructionOperand inputs[], in GetEffectiveAddressMemoryOperand() 206 InstructionOperand inputs[3]; in VisitLoad() local 232 InstructionOperand inputs[3]; in VisitStore() local 303 InstructionOperand inputs[4]; in VisitStore() local 432 InstructionOperand inputs[4]; in VisitBinop() local 566 InstructionOperand inputs[4]; in EmitLea() local 614 InstructionOperand inputs[] = { in VisitInt32PairAdd() local 639 InstructionOperand inputs[] = { in VisitInt32PairSub() local 664 InstructionOperand inputs[] = {g.UseUnique(node->InputAt(0)), in VisitInt32PairMul() local [all …]
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 196 InstructionOperand* inputs) { in TryMatchImmediateOrShift() 217 InstructionOperand inputs[5]; in VisitBinop() local 337 InstructionOperand inputs[3]; in EmitLoad() local 356 size_t input_count, InstructionOperand* inputs, in EmitStore() 433 InstructionOperand inputs[3]; in VisitStore() local 496 InstructionOperand inputs[4]; in VisitStore() local 529 InstructionOperand inputs[3]; in VisitUnalignedLoad() local 569 InstructionOperand inputs[4]; in VisitUnalignedStore() local 861 InstructionOperand inputs[4]; in VisitShift() local 964 InstructionOperand inputs[] = { in VisitInt32PairAdd() local [all …]
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 86 InstructionOperand inputs[], in GenerateMemoryOperandInputs() 147 InstructionOperand inputs[], in GetEffectiveAddressMemoryOperand() 245 InstructionOperand inputs[3]; in VisitLoad() local 271 InstructionOperand inputs[3]; in VisitStore() local 342 InstructionOperand inputs[4]; in VisitStore() local 471 InstructionOperand inputs[4]; in VisitBinop() local 605 InstructionOperand inputs[4]; in EmitLea() local 653 InstructionOperand inputs[] = { in VisitInt32PairAdd() local 678 InstructionOperand inputs[] = { in VisitInt32PairSub() local 703 InstructionOperand inputs[] = {g.UseUnique(node->InputAt(0)), in VisitInt32PairMul() local [all …]
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 82 InstructionOperand inputs[], in GenerateMemoryOperandInputs() 137 InstructionOperand inputs[], in GetEffectiveAddressMemoryOperand() 217 InstructionOperand inputs[3]; in VisitLoad() local 232 InstructionOperand inputs[4]; in VisitProtectedLoad() local 257 InstructionOperand inputs[3]; in VisitStore() local 319 InstructionOperand inputs[4]; in VisitStore() local 458 InstructionOperand inputs[4]; in VisitBinop() local 620 InstructionOperand inputs[4]; in EmitLea() local 699 InstructionOperand inputs[3]; in TryMatchLoadWord64AndShiftRight() local 1118 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; in VisitTryTruncateFloat32ToInt64() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 81 std::vector<struct ureg_src> inputs; member 239 #define OP1(n) OP1_(n, n) argument 240 #define OP2(n) OP2_(n, n) argument 241 #define OP3(n) OP3_(n, n) argument 830 for(unsigned n = 0, i = 0; i < prog.num_params_out; ++i) in sm4_to_tgsi_linkage_only() local
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 193 InstructionOperand inputs[2]; in TryEmitExtendingLoad() local 209 size_t* input_count_return, InstructionOperand* inputs) { in TryMatchImmediate() 226 InstructionOperand inputs[4]; in VisitBinop() local 370 InstructionOperand inputs[3]; in VisitStore() local 1188 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; in VisitTryTruncateFloat32ToInt64() local 1204 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; in VisitTryTruncateFloat64ToInt64() local 1220 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; in VisitTryTruncateFloat32ToUint64() local 1237 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; in VisitTryTruncateFloat64ToUint64() local 1691 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments() local 2033 bool IsNodeUnsigned(Node* n) { in IsNodeUnsigned()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_verts.c | 77 #define GET_TEXSOURCE(n) n argument 310 void radeonEmitArrays( struct gl_context *ctx, GLuint inputs ) in radeonEmitArrays()
|
/external/eigen/unsupported/test/ |
D | NonLinearOptimization.cpp | 63 const int m=15, n=3; in testChkder() local 124 int inputs() const { return m_inputs; } in inputs() function 169 int n=3, info; in testLmder1() local 197 const int m=15, n=3; in testLmder() local 250 const VectorXd::Index n = x.size(); in operator ()() local 265 const VectorXd::Index n = x.size(); in df() local 283 const int n=9; in testHybrj1() local 315 const int n=9; in testHybrj() local 355 const VectorXd::Index n = x.size(); in operator ()() local 373 int n=9, info; in testHybrd1() local [all …]
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 150 size_t* input_count_return, InstructionOperand* inputs) { in TryMatchImmediate() 167 InstructionOperand inputs[4]; in VisitBinop() local 302 InstructionOperand inputs[3]; in VisitStore() local 538 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)), in VisitInt32PairBinop() local 582 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)), in VisitWord32PairShift() local 1189 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 198 const struct lp_rast_shader_inputs *inputs, in lp_setup_whole_tile() 537 floor_pot(uint32_t n) in floor_pot()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 47 check_buffers_are_unmapped(const struct gl_client_array **inputs) in check_buffers_are_unmapped() 381 int n = (count * stride) / 4; in print_draw_arrays() local 408 const struct gl_client_array **inputs = &exec->array.inputs[0]; in recalculate_input_bindings() local
|
/external/fmtlib/test/ |
D | util-test.cc | 560 int n = 42; in TEST() local 720 for (Int i = 1, n = 1, in test_count_digits() local 738 const char *inputs[] = {"foo", "fop", "fo"}; in CheckOp() local
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_context.h | 69 int inputs[VERT_ATTRIB_MAX]; member 343 #define VTX_COLOR(v,n) (((v)>>(R200_VTX_COLOR_0_SHIFT+(n)*2))&\ argument 350 #define VTX_TEXn_COUNT(v,n) (((v) >> (3 * n)) & 0x07) argument
|