/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample_fractional.c | 44 void WebRtcSpl_Resample48khzTo32khz(const int32_t *In, int32_t *Out, size_t K) in WebRtcSpl_Resample48khzTo32khz() argument 57 tmp += kCoefficients48To32[0][0] * In[0]; in WebRtcSpl_Resample48khzTo32khz() 58 tmp += kCoefficients48To32[0][1] * In[1]; in WebRtcSpl_Resample48khzTo32khz() 59 tmp += kCoefficients48To32[0][2] * In[2]; in WebRtcSpl_Resample48khzTo32khz() 60 tmp += kCoefficients48To32[0][3] * In[3]; in WebRtcSpl_Resample48khzTo32khz() 61 tmp += kCoefficients48To32[0][4] * In[4]; in WebRtcSpl_Resample48khzTo32khz() 62 tmp += kCoefficients48To32[0][5] * In[5]; in WebRtcSpl_Resample48khzTo32khz() 63 tmp += kCoefficients48To32[0][6] * In[6]; in WebRtcSpl_Resample48khzTo32khz() 64 tmp += kCoefficients48To32[0][7] * In[7]; in WebRtcSpl_Resample48khzTo32khz() 68 tmp += kCoefficients48To32[1][0] * In[1]; in WebRtcSpl_Resample48khzTo32khz() [all …]
|
D | resample.c | 22 static void WebRtcSpl_32khzTo22khzIntToShort(const int32_t *In, int16_t *Out, 25 void WebRtcSpl_32khzTo22khzIntToInt(const int32_t *In, int32_t *Out, 422 void WebRtcSpl_32khzTo22khzIntToInt(const int32_t* In, in WebRtcSpl_32khzTo22khzIntToInt() argument 436 Out[0] = ((int32_t)In[3] << 15) + (1 << 14); in WebRtcSpl_32khzTo22khzIntToInt() 439 WebRtcSpl_DotProdIntToInt(&In[0], &In[22], kCoefficients32To22[0], &Out[1], &Out[10]); in WebRtcSpl_32khzTo22khzIntToInt() 442 WebRtcSpl_DotProdIntToInt(&In[2], &In[20], kCoefficients32To22[1], &Out[2], &Out[9]); in WebRtcSpl_32khzTo22khzIntToInt() 445 WebRtcSpl_DotProdIntToInt(&In[3], &In[19], kCoefficients32To22[2], &Out[3], &Out[8]); in WebRtcSpl_32khzTo22khzIntToInt() 448 WebRtcSpl_DotProdIntToInt(&In[5], &In[17], kCoefficients32To22[3], &Out[4], &Out[7]); in WebRtcSpl_32khzTo22khzIntToInt() 451 WebRtcSpl_DotProdIntToInt(&In[6], &In[16], kCoefficients32To22[4], &Out[5], &Out[6]); in WebRtcSpl_32khzTo22khzIntToInt() 454 In += 16; in WebRtcSpl_32khzTo22khzIntToInt() [all …]
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 7 In octets 820721, unicast pkts 9601, multicast pkts 0, broadcast pkts 1302, discards 0 8 In errors 0, unknown protos 0 19 … In octets 156084746, unicast pkts 473593, multicast pkts 0, broadcast pkts 1862745, discards 0 20 In errors 0, unknown protos 0 31 … In octets 3051593057, unicast pkts 52919488, multicast pkts 1491, broadcast pkts 956, discards 0 32 In errors 0, unknown protos 0 43 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0 44 In errors 0, unknown protos 0 55 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0 56 In errors 0, unknown protos 0 [all …]
|
/external/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 18 …- (void) someMethod: (MyClass*)In __attribute__((annotate("objc_no_direct_instance_variable_assign… 19 - (void) someMethodNotAnnaotated: (MyClass*)In; 46 - (void) someMethod: (MyClass*)In { 47 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us… 48 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 49 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 50 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 55 - (void) someMethodNotAnnaotated: (MyClass*)In { 56 (__A) = In; 57 _X = In; // no-warning [all …]
|
/external/opencv3/doc/py_tutorials/ |
D | py_tutorials.markdown | 14 In this section you 20 In this section 25 In this section 30 In this section you 35 In this section we 40 In this section you 45 In this section you 50 In this section you 55 In this section, we will see how OpenCV-Python bindings are generated
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 68 bool convert(Instruction *In); 84 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY() 88 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY() 94 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 101 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 109 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY() 118 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 125 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 132 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 139 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() [all …]
|
/external/skia/resources/ |
D | slides_content2.lua | 35 Skia In Blink 37 Skia In Blink : Fonts 43 Skia In Blink : Record-Time-Rasterization 52 Skia In Blink : RTR response 60 Skia In Blink : Recording 68 Skia In Blink : Recording response 76 Skia In Blink : Playback 85 Skia In Blink : multi-picture-draw 94 Skia In Blink : MPD optimizations*
|
/external/llvm/test/CodeGen/X86/ |
D | legalize-shl-vec.ll | 3 define <2 x i256> @test_shl(<2 x i256> %In) { 5 %Out = shl <2 x i256> %In, %Amt 20 define <2 x i256> @test_srl(<2 x i256> %In) { 22 %Out = lshr <2 x i256> %In, %Amt 37 define <2 x i256> @test_sra(<2 x i256> %In) { 39 %Out = ashr <2 x i256> %In, %Amt
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ChangeLog | 5 - In pscap, don't drop capabilities when running with capabilities 8 - In netcap, make sure readlink is handled properly 10 - In netcap and pscap, ensure euid is initialized 27 - In netcap and pscap use the effective uid 28 - In capng_change_id, only retain setpcap if clearing the bounding set 36 - In netcap, don't complain about missing udp or raw network files 40 - In netcap, don't complain about missing network files 51 - In the init routine, set hdr.pid to current process 54 - In update function, reverse the order of bounding set vs capabilities
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmslut.c | 62 void EvaluateIdentity(const cmsFloat32Number In[], in EvaluateIdentity() argument 66 memmove(Out, In, mpe ->InputChannels * sizeof(cmsFloat32Number)); in EvaluateIdentity() 83 void FromFloatTo16(const cmsFloat32Number In[], cmsUInt16Number Out[], cmsUInt32Number n) in FromFloatTo16() argument 88 Out[i] = _cmsQuickSaturateWord(In[i] * 65535.0); in FromFloatTo16() 94 void From16ToFloat(const cmsUInt16Number In[], cmsFloat32Number Out[], cmsUInt32Number n) in From16ToFloat() argument 99 Out[i] = (cmsFloat32Number) In[i] / 65535.0F; in From16ToFloat() 167 void EvaluateCurves(const cmsFloat32Number In[], in EvaluateCurves() argument 182 Out[i] = cmsEvalToneCurveFloat(Data ->TheCurves[i], In[i]); in EvaluateCurves() 312 void EvaluateMatrix(const cmsFloat32Number In[], in EvaluateMatrix() argument 325 Tmp += In[j] * Data->Double[i*mpe->InputChannels + j]; in EvaluateMatrix() [all …]
|
D | cmsgamma.c | 820 cmsToneCurve* CMSEXPORT cmsDupToneCurve(const cmsToneCurve* In) in cmsDupToneCurve() argument 825 …if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) retu… in cmsDupToneCurve() 827 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -… in cmsDupToneCurve() 878 int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_str… in GetInterval() argument 896 if (In >= y0 && In <= y1) return i; in GetInterval() 900 if (In >= y1 && In <= y0) return i; in GetInterval() 912 if (In >= y0 && In <= y1) return i; in GetInterval() 916 if (In >= y1 && In <= y0) return i; in GetInterval() 1223 cmsUInt16Number In, Out; in cmsEvalToneCurveFloat() local 1225 In = (cmsUInt16Number) _cmsQuickSaturateWord(v * 65535.0); in cmsEvalToneCurveFloat() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2007-11-15-CompareMiscomp.ll | 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 1" 4 define i1 @test(i32 %In) { 5 %c1 = icmp sgt i32 %In, -1 6 %c2 = icmp eq i32 %In, 1
|
D | 2008-06-21-CompareMiscomp.ll | 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 15" 5 define i1 @test(i32 %In) { 6 %c1 = icmp ugt i32 %In, 13 7 %c2 = icmp eq i32 %In, 15
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 597 Value *In = ICI->getOperand(0); in transformZExtICmp() local 598 Value *Sh = ConstantInt::get(In->getType(), in transformZExtICmp() 599 In->getType()->getScalarSizeInBits()-1); in transformZExtICmp() 600 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit"); in transformZExtICmp() 601 if (In->getType() != CI.getType()) in transformZExtICmp() 602 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/); in transformZExtICmp() 605 Constant *One = ConstantInt::get(In->getType(), 1); in transformZExtICmp() 606 In = Builder->CreateXor(In, One, In->getName()+".not"); in transformZExtICmp() 609 return ReplaceInstUsesWith(CI, In); in transformZExtICmp() 643 Value *In = ICI->getOperand(0); in transformZExtICmp() local [all …]
|
/external/boringssl/src/crypto/modes/asm/ |
D | ghashv8-armx.pl | 229 { my ($Xln,$Xmn,$Xhn,$In) = map("q$_",(4..7)); 240 vext.8 $In,$t1,$t1,#8 242 vpmull.p64 $Xln,$H,$In @ H·Ii+1 243 veor $t1,$t1,$In @ Karatsuba pre-processing 244 vpmull2.p64 $Xhn,$H,$In 280 vext.8 $In,$t1,$t1,#8 283 vpmull.p64 $Xln,$H,$In @ H·Ii+1 289 veor $t1,$t1,$In @ Karatsuba pre-processing 291 vpmull2.p64 $Xhn,$H,$In
|
/external/clang/test/Analysis/ |
D | objc-properties.m | 31 - (void) someMethod: (MyClass*)In; 65 - (void) someMethod: (MyClass*)In { 66 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us… 67 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 68 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 69 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 427 for (const auto &In : Ins) { in LowerCall() local 428 assert(!In.Flags.isByVal() && "byval is not valid for return values"); in LowerCall() 429 assert(!In.Flags.isNest() && "nest is not valid for return values"); in LowerCall() 430 if (In.Flags.isInAlloca()) in LowerCall() 432 if (In.Flags.isInConsecutiveRegs()) in LowerCall() 434 if (In.Flags.isInConsecutiveRegsLast()) in LowerCall() 439 Tys.push_back(In.VT); in LowerCall() 511 for (const ISD::InputArg &In : Ins) { in LowerFormalArguments() local 512 if (In.Flags.isByVal()) in LowerFormalArguments() 514 if (In.Flags.isInAlloca()) in LowerFormalArguments() [all …]
|
/external/opencv3/doc/py_tutorials/py_core/py_optimization/ |
D | py_optimization.markdown | 7 In image processing, since you are dealing with large number of operations per second, it is 64 In [5]: cv2.useOptimized() 67 In [6]: %timeit res = cv2.medianBlur(img,49) 71 In [7]: cv2.setUseOptimized(False) 73 In [8]: cv2.useOptimized() 76 In [9]: %timeit res = cv2.medianBlur(img,49) 94 In [10]: x = 5 96 In [11]: %timeit y=x**2 99 In [12]: %timeit y=x*x 102 In [15]: z = np.uint8([5]) [all …]
|
/external/mesa3d/src/mapi/mapi/ |
D | sources.mak | 5 # - In default mode, mapi implements the interface defined by mapi.h. To use 8 # - In util mode, mapi provides utility functions for use with glapi. To use 11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use 14 # - In bridge mode, mapi provides entry points calling into glapi. To use
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.texture.border_clamp.txt | 49 In formats.* subgroup, all GLES31 texture formats are tested. Each format is 53 In range_clamp.* subgroup, border color components are set to values that are 57 In sampler.* subgroup, texture border color and wrapping mode are set using 60 In per_axis_wrap_mode.*, texture wrap mode is not same in all S, T, and R 64 In depth_compare_mode.*, depth texture border values are tested with compare 67 In unused_channels.*, border color has non-zero values in components that are
|
D | functional.tessellation_geometry_interaction.txt | 43 passthrough geometry or tessellation shader does not change the result image. In 45 shader and then with a passthrough geometry shader. In 66 over the viewport. In the geometry_scatter_instances case, each geometry shader 68 emitted by the other instances of the same geometry shader execution. In the 70 far form each other. In geometry_scatter_layers case, each emitted primitive of 85 shader stages. In {vertex, control, evaluation, geometry}_set cases, a constant 86 is assigned to the gl_PointSize in the corresponding shader stage. In {vertex, 87 control, ...}_add cases, gl_PointSize is incremented by a constant. In {eval,
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.instanced.txt | 41 In the cases that test draw function, instancing method and instance count, the 44 glVertexAttribDivisor(). In a mixed case different methods are used for 48 In the tests for instanced attribute types, only the vertex attribute divisor 51 attribute is of type vec3. In these cases, draw function and instance count are 54 In all cases, the resulting image is compared against a reference image
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 4279 template <typename In> 4282 return (!isTypeValid<typename In::In0>() ? 0 : in numInputs() 4283 !isTypeValid<typename In::In1>() ? 1 : in numInputs() 4284 !isTypeValid<typename In::In2>() ? 2 : in numInputs() 4285 !isTypeValid<typename In::In3>() ? 3 : in numInputs() 4304 template<typename In> 4307 vector<typename In::In0> in0; 4308 vector<typename In::In1> in1; 4309 vector<typename In::In2> in2; 4310 vector<typename In::In3> in3; [all …]
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | TestByteSource.java | 59 return new RandomAmountInputStream(new In(), new Random()); in openStream() 62 private final class In extends TestInputStream { class in TestByteSource 64 public In() throws IOException { in In() method in TestByteSource.In
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 14 In order to ease the switch from Eigen2 to Eigen3, Eigen3 features \subpage Eigen2SupportModes "Eig… 22 The USING_PART_OF_NAMESPACE_EIGEN macro has been removed. In Eigen 3, just do: 31 … second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Ei… 81 In Eigen2, coefficient wise operations which have no proper mathematical definition (as a coefficie… 84 In Eigen3 this .cwise() prefix has been superseded by a new kind of matrix type called 107 In Eigen 2 you had to play with the part, extract, and marked functions to deal with triangular and… 219 <td class="alt">In place solving</td></tr> 235 In Eigen 2, the Transform class didn't really know whether it was a projective or affine transforma… 237 The Transform3f (etc) typedefs are no more. In Eigen 3, the Transform typedefs explicitly refer to … 251 In Eigen all operations are performed in a lazy fashion except the matrix products which are always… [all …]
|