/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/ceres-solver/examples/ |
D | libmv_homography.cc | 111 const Eigen::Matrix<T, 2, 1> &x1, in SymmetricGeometricDistanceTerms() 136 const Vec2 &x1, in SymmetricGeometricDistance() 164 static void To(const Parameters &p, Parameterized *h) { in To() 171 static void From(const Parameterized &h, Parameters *p) { in From() 198 const Mat &x1, in Homography2DFromCorrespondencesLinearEuc() 281 TerminationCheckingCallback(const Mat &x1, const Mat &x2, in TerminationCheckingCallback() 317 const Mat &x1, in EstimateHomography2DFromCorrespondences() 377 Mat x1(2, 100); in main() local
|
/external/pdfium/core/src/fxge/agg/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 | fx_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() 241 int p, rem, mod, lift, delta, first, incr; in render_line() local
|
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()
|
/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/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/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/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/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() 303 static void convert_path(struct path *p, in convert_path() 345 struct polygon *p = (((struct polygon**)polys->data)[i]); in polygon_array_calculate_bounds() 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/libvncserver/x11vnc/ |
D | xinerama.c | 68 char *p, *blist = strdup(list); in initialize_blackouts() local 155 int n, b, x1, y1, x2, y2, cnt; in blackout_tiles() local 524 void zero_fb(int x1, int y1, int x2, int y2) { in zero_fb()
|
/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/robolectric/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/clang/test/SemaTemplate/ |
D | default-arguments.cpp | 4 X<int, 1> *x1; variable 20 template<class T, bool = a<T>::v> struct p { }; // expected-error {{no member named 'v'}} struct 22 template struct p<bool>; // expected-note {{in instantiation of default argument for 'p<bool>' requ… variable 23 template struct p<int>; variable
|
/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/pdfium/third_party/freetype/src/raster/ |
D | ftraster.c | 322 void* p; member 937 PProfile p; in Finalize_Profile_Table() local 1090 Line_Up( RAS_ARGS Long x1, in Line_Up() 1229 Line_Down( RAS_ARGS Long x1, in Line_Down() 1965 Long x1, y1, x2, y2, x3, y3; in Decompose_Curve() local 2279 FT_F26Dot6 x1, in Vertical_Sweep_Span() 2352 FT_F26Dot6 x1, in Vertical_Sweep_Drop() 2528 FT_F26Dot6 x1, in Horizontal_Sweep_Span() 2558 PByte p; in Horizontal_Sweep_Span() local 2574 FT_F26Dot6 x1, in Horizontal_Sweep_Drop() [all …]
|
/external/skia/tests/ |
D | PathTest.cpp | 1245 static void check_convex_bounds(skiatest::Reporter* reporter, const SkPath& p, in check_convex_bounds() 2084 const SkPath& p) { in write_and_read_back() 2109 SkPath p; in test_flattening() local 2159 SkPath p; in test_transform() local 2263 SkPath p; in test_zero_length_paths() local 2341 SkPath p, p2; in test_segment_masks() local 2366 SkPath p; in test_iter() local 2546 SkPath p; in test_raw_iter() local 3042 static void test_empty(skiatest::Reporter* reporter, const SkPath& p) { in test_empty() 3075 SkPath p; in test_rrect() local [all …]
|
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 57 …onst VerticalFill verticalFill, const deInt64 x0, const deInt64 y0, const deInt64 x1, 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 473 const deInt64 x1 = toSubpixelCoord(v1.x()); in init() local 883 const deInt64 x1 = toSubpixelCoord(v1.x()) + widthOffset.x(); in init() local 1103 const deInt64 x1 = toSubpixelCoord(v1.x()); in init() local
|