/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() 173 int x1 = getDomainUpperBound(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 | 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/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/ |
D | assign_convertible_element_type.pass.cpp | 26 X x1(1); in main() local 27 PY p(2); in main() local
|
D | assign_element_type.pass.cpp | 26 X x1(1); in main() local 27 P p(2); in main() local
|
/external/wycheproof/java/com/google/security/wycheproof/ |
D | RandomUtil.java | 76 protected static long getState(int x0, int x1) { in getState() 139 int x1 = buffer.getInt(); in getSeedFor() local 148 static long getSeedForPrime(BigInteger p) { in getSeedForPrime() 174 static void checkPrime(BigInteger p) throws GeneralSecurityException { in checkPrime()
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in get_reference3() local 49 int x1; in f2() local 55 int x1; in f3() local 61 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in f4() local 99 void *p = &p; in radar13226577() local
|
/external/pdfium/third_party/agg23/ |
D | agg_curves.h | 68 curve4_div(FX_FLOAT x1, FX_FLOAT y1, in curve4_div() 103 const point_type& p = m_points[m_count++]; in vertex() local 113 const point_type& p = m_points[m_count++]; in vertex_flag() local 142 curve4(FX_FLOAT x1, FX_FLOAT y1, in curve4() 157 void init(FX_FLOAT x1, FX_FLOAT y1, in init()
|
D | agg_rendering_buffer.h | 29 int x1, x2; member 121 int8u* next_row(void* p) in next_row() 125 const int8u* next_row(const void* p) const in next_row()
|
D | agg_rasterizer_scanline_aa.cpp | 163 AGG_INLINE void outline_aa::render_hline(int ey, int x1, int y1, int x2, int y2) in render_hline() 169 int delta, p, first, dx; in render_hline() local 225 void outline_aa::render_line(int x1, int y1, int x2, int y2) in render_line()
|
/external/valgrind/memcheck/tests/ |
D | mempool.c | 34 pool *p; in make_pool() local 53 void push(pool *p) in push() 70 void pop(pool *p) in pop() 83 void destroy_pool(pool *p) in destroy_pool() 99 char *allocate(pool *p, int size) in allocate() 115 char *x1, *x2, *x3, *x4, *x5; in test() local 117 pool *p = make_pool(); in test() local
|
D | mempool2.c | 37 pool *p; in make_pool() local 56 void push(pool *p, int use_mmap ) in push() 73 void pop(pool *p, int use_mmap) in pop() 86 void destroy_pool(pool *p, int use_mmap) in destroy_pool() 102 char *allocate(pool *p, int size) in allocate() 118 char *x1, *x2; in test() local
|
/external/libvncserver/libvncserver/ |
D | font.c | 50 int x1,int y1,int x2,int y2, in rfbDrawCharWithClip() 106 int x1,int y1,int x2,int y2, in rfbDrawStringWithClip() 131 void rfbFontBBox(rfbFontDataPtr font,unsigned char c,int* x1,int* y1,int* x2,int* y2) in rfbFontBBox() 144 int *x1, int *y1, int *x2, int *y2) in rfbWholeFontBBox() 167 rfbFontDataPtr p; in rfbLoadConsoleFont() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mem_test.cc | 78 static bool AllocateTwoAdjacentArrays(char **x1, char **x2, size_t size) { in AllocateTwoAdjacentArrays() 97 char *p = reinterpret_cast<char *>(v[i]); in AllocateTwoAdjacentArrays() local 107 char *x1, *x2; in TEST() local
|
/external/clang/test/Sema/ |
D | expr-address-of.c | 7 void add_one(int *p) { (*p)++; } in add_one() 10 register struct entry *p; in test() local 44 register int *x1; in f0() local 55 register int x1[10]; in f1() local
|
D | struct-decl.c | 47 unsigned int x1; member 66 struct hiding_1 *p = hiding_1(); in test_hiding() local
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPath.java | 28 Point p = new Point(x, y, MOVE_TO); in moveTo() local 40 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
D | PowellOptimizer.java | 103 double[] x1 = x.clone(); in doOptimize() local 183 private double[][] newPointAndDirection(double[] p, in newPointAndDirection() 237 public void search(final double[] p, final double[] d) in search()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_noise.inl | 105 detail::tvec3<T, P> p = detail::permute( local 157 detail::tvec3<T, P> x1(x0 - i1 + C.x); local 163 detail::tvec4<T, P> p(detail::permute(detail::permute(detail::permute( local 259 detail::tvec4<T, P> x1 = x0 - i1 + C.x; local
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_dynamic.c | 222 ubyte p[4]; in upload_STIPPLE() local 269 unsigned x1 = i915->scissor.minx; in upload_SCISSOR_RECT() local
|
/external/ltp/testcases/misc/math/fptests/ |
D | fptest01.c | 124 int p; in init() local 245 static int addwaiting(int p) in addwaiting() 284 int i, p, proc; in doevent() local 353 double x1, x2; in gauss() local
|
D | fptest02.c | 123 int p; in init() local 226 static int addwaiting(int p) in addwaiting() 265 int i, p, proc; in doevent() local 335 double x1, x2; in gauss() local
|
/external/libpng/contrib/tools/ |
D | genpng.c | 179 double x1, y1, x2, y2; member 347 square_check(double x, double y, double x1, double y1, double x2, double y2) in square_check() 459 circle_check(double x, double y, double x1, double y1, double x2, double y2) in circle_check() 553 line_check(double x, double y, double x1, double y1, double x2, double y2, in line_check() 702 pixel(png_uint_16p p, struct arg *args, int nargs, double x, double y) in pixel()
|
/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
|