/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | AbstractIntegerDistribution.java | 87 public double cumulativeProbability(double x0, double x1) in cumulativeProbability() 145 public double cumulativeProbability(int x0, int x1) throws MathException { in cumulativeProbability() 164 public int inverseCumulativeProbability(final double p) throws MathException{ in inverseCumulativeProbability() 172 int x0 = getDomainLowerBound(p); in inverseCumulativeProbability() local 283 protected abstract int getDomainLowerBound(double p); in getDomainLowerBound() 294 protected abstract int getDomainUpperBound(double p); in getDomainUpperBound()
|
D | IntegerDistribution.java | 59 double cumulativeProbability(int x0, int x1) throws MathException; in cumulativeProbability() 83 int inverseCumulativeProbability(double p) throws MathException; in inverseCumulativeProbability()
|
D | BetaDistributionImpl.java | 170 public double inverseCumulativeProbability(double p) throws MathException { in inverseCumulativeProbability() 182 protected double getInitialDomain(double p) { in getInitialDomain() 188 protected double getDomainLowerBound(double p) { in getDomainLowerBound() 194 protected double getDomainUpperBound(double p) { in getDomainUpperBound() 211 public double cumulativeProbability(double x0, double x1) throws MathException { in cumulativeProbability()
|
D | NormalDistributionImpl.java | 171 double x0 = x - mean; in density() local 220 public double inverseCumulativeProbability(final double p) in inverseCumulativeProbability() 253 protected double getDomainLowerBound(double p) { in getDomainLowerBound() 275 protected double getDomainUpperBound(double p) { in getDomainUpperBound() 296 protected double getInitialDomain(double p) { in getInitialDomain()
|
D | HypergeometricDistributionImpl.java | 121 protected int getDomainLowerBound(double p) { in getDomainLowerBound() 134 protected int getDomainUpperBound(double p) { in getDomainUpperBound() 203 double p = (double) sampleSize / (double) populationSize; in probability() local 347 private double innerCumulativeProbability(int x0, int x1, int dx, int n, in innerCumulativeProbability()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 79 struct path *p, in data_at() 167 static void coords_adjust_by_scale_bias(struct path *p, in coords_adjust_by_scale_bias() 216 struct polygon *p = ((struct polygon **) polyarray->array->data)[i]; in polygon_array_cleanup() local 225 void path_destroy(struct path *p) in path_destroy() 240 VGbitfield path_capabilities(struct path *p) in path_capabilities() 245 void path_set_capabilities(struct path *p, VGbitfield bf) in path_set_capabilities() 250 void path_append_data(struct path *p, in path_append_data() 272 VGint path_num_segments(struct path *p) in path_num_segments() 296 VGfloat x0 = sx; in close_polygon() local 303 static void convert_path(struct path *p, in convert_path() [all …]
|
/external/clang/test/SemaCXX/ |
D | pseudo-destructors.cpp | 74 void test_X0(N1::X0 &x0) { in test_X0() 80 void destroy(T* p) { in destroy() 89 void AliasTemplate(int *p) { in AliasTemplate()
|
D | member-pointers-2.cpp | 23 int *p; in test() local 44 X0* x0; member 48 void f(X1 p) { in f()
|
/external/clang/test/Sema/ |
D | struct-decl.c | 46 struct x0 { struct 47 unsigned int x1; 66 struct hiding_1 *p = hiding_1(); in test_hiding() local
|
D | expr-address-of.c | 7 void add_one(int *p) { (*p)++; } in add_one() 10 register struct entry *p; in test() local 41 register int *x0; in f0() local 51 register int x0[10]; in f1() local
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 128 function lin_solve(b, x, x0, a, c) argument 157 function diffuse(b, x, x0, dt) argument 163 function lin_solve2(x, x0, y, y0, a, c) argument 198 function diffuse2(x, x0, y, y0, dt) argument 239 function project(u, v, p, div) argument 277 function dens_step(x, x0, u, v, dt) argument
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsintrp.c | 78 cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p) in _cmsSetInterpolationRoutine() 109 cmsInterpParams* p; in _cmsComputeInterpParamsEx() local 169 void _cmsFreeInterpParams(cmsInterpParams* p) in _cmsFreeInterpParams() 188 register const cmsInterpParams* p) in LinLerp1D() 225 const cmsInterpParams* p) in LinLerp1Dfloat() 291 const cmsInterpParams* p) in Eval1InputFloat() 331 const cmsInterpParams* p) in BilinearInterpFloat() 339 int x0, y0, in BilinearInterpFloat() local 384 register const cmsInterpParams* p) in BilinearInterp16() 394 int x0, y0; in BilinearInterp16() local [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | Intersection.java | 48 private static final void findMinMax(float x0, float x1, float x2, Vector3f minMax) { in findMinMax() 270 Plane p = vars.plane; in intersect() local
|
/external/skia/samplecode/ |
D | SampleXfermodesBlur.cpp | 47 SkPaint p; in draw_mode() local 167 SkScalar x0 = 0; in onDrawContent() local 176 SkPaint p; in onDrawContent() local
|
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 57 …nst HorizontalFill horizontalFill, const VerticalFill verticalFill, const deInt64 x0, const deInt6… in initEdgeCCW() 140 static bool inViewport (const tcu::IVec2& p, const tcu::IVec4& viewport) in inViewport() 150 static bool vertexOnLeftSideOfLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLeftSideOfLine() 159 static bool vertexOnRightSideOfLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnRightSideOfLine() 168 static bool vertexOnLine (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLine() 177 static bool vertexOnLineSegment (const tcu::Vector<deInt64,2>& p, const SubpixelLineSegment& l) in vertexOnLineSegment() 332 const tcu::Vector<deInt64,2> p = diamondCenter + corners[ndx].dp; in doesLineSegmentExitDiamond() local 471 const deInt64 x0 = toSubpixelCoord(v0.x()); in init() local 547 const int x0 = m_curPos.x(); in rasterizeSingleSample() local 727 const int x0 = m_curPos.x(); in rasterizeMultiSample() local [all …]
|
/external/skia/gm/ |
D | colortypexfermode.cpp | 125 SkScalar x0 = 0; in onDraw() local 134 SkPaint p; in onDraw() local
|
D | xfermodes.cpp | 20 SkPaint p; in make_bitmaps() local 82 SkPaint p; in draw_mode() local 240 SkScalar x0 = 0; in onDraw() local 253 SkPaint p; in onDraw() local
|
/external/smali/gradle/wrapper/ |
D | gradle-wrapper.jar | ... )
org.gradle.wrapper.Download$1 x0
}
org/gradle/wrapper/IDownload.class ... |
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 639 int x0, int y0, in get_texel_quad_2d_no_border() 654 int x0, int y0, in get_texel_quad_2d() 782 float p, in img_filter_2d_linear_repeat_POT() 807 int x0 = uflr & (xpot - 1); in img_filter_2d_linear_repeat_POT() local 843 float p, in img_filter_2d_nearest_repeat_POT() 862 int x0 = uflr & (xpot - 1); in img_filter_2d_nearest_repeat_POT() local 882 float p, in img_filter_2d_nearest_clamp_POT() 897 int x0, y0; in img_filter_2d_nearest_clamp_POT() local 929 float p, in img_filter_1d_nearest() 966 float p, in img_filter_1d_array_nearest() [all …]
|
/external/skia/bench/ |
D | DashBench.cpp | 120 SkPaint p(paint); in handlePath() local 161 SkScalar x0 = SkIntToScalar(10); in make_quad() local 169 SkScalar x0 = SkIntToScalar(10); in make_cubic() local 274 SkPaint p; in onDraw() local 360 SkPaint p; in onDraw() local 400 SkPaint p; in onDraw() local
|
/external/libopus/src/ |
D | opus.c | 53 float x0; in opus_pcm_soft_clip() local 234 int p; in opus_packet_parse_impl() local
|
/external/openssh/ |
D | chacha.c | 27 #define U8TO32_LITTLE(p) \ argument 33 #define U32TO8_LITTLE(p, v) \ argument 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | TwofishEngine.java | 365 int p = i* 8; in setKey() local 451 int x0 = BytesTo32Bits(src, srcIndex) ^ gSubKeys[INPUT_WHITEN]; in encryptBlock() local 492 int x0 = BytesTo32Bits(src, srcIndex+8) ^ gSubKeys[OUTPUT_WHITEN + 2]; in decryptBlock() local 665 private int BytesTo32Bits(byte[] b, int p) in BytesTo32Bits()
|
/external/openssh/openbsd-compat/ |
D | chacha_private.h | 26 #define U8TO32_LITTLE(p) \ argument 32 #define U32TO8_LITTLE(p, v) \ argument 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | BrentSolver.java | 304 double x0, double y0, in solve() 344 double p; in solve() local
|