/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | geometric_test.py | 39 geom = geometric.Geometric(probs=probs) 41 self.assertEqual([5,], geom.batch_shape_tensor().eval()) 42 self.assertAllEqual([], geom.event_shape_tensor().eval()) 43 self.assertEqual(tensor_shape.TensorShape([5]), geom.batch_shape) 44 self.assertEqual(tensor_shape.TensorShape([]), geom.event_shape) 50 geom = geometric.Geometric(probs=invalid_ps, validate_args=True) 51 geom.probs.eval() 56 geom = geometric.Geometric(probs=invalid_ps, validate_args=True) 57 geom.probs.eval() 65 geom = geometric.Geometric(probs=probs) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | wmma.py | 67 for geom, abc, layout, space, stride, itype in product( 83 "geom" : geom, 138 for geom, abc, layout, space, stride, itype in product( 154 "geom" : geom, 194 for geom, alayout, blayout, ctype, dtype, satf in product( 208 "geom" : geom,
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 149 SkSL::String geom((char*) cached.data() + offset, geomSize); in loadShadersFromCache() local 176 geom, in loadShadersFromCache() 188 const SkSL::String& geom, in storeShadersInCache() argument 195 frag.length() + geom.length(); in storeShadersInCache() 216 *((shader_size*) (data.get() + offset)) = (shader_size) geom.length(); in storeShadersInCache() 218 memcpy(data.get() + offset, geom.data(), geom.length()); in storeShadersInCache() 219 offset += geom.length(); in storeShadersInCache() 298 SkSL::String geom; in finalize() local 325 &geom, in finalize() 330 this->storeShadersInCache(vert, vertInputs, frag, fragInputs, geom, geomInputs); in finalize()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 149 SkSL::String geom((char*) cached.data() + offset, geomSize); in loadShadersFromCache() local 176 geom, in loadShadersFromCache() 188 const SkSL::String& geom, in storeShadersInCache() argument 195 frag.length() + geom.length(); in storeShadersInCache() 216 *((shader_size*) (data.get() + offset)) = (shader_size) geom.length(); in storeShadersInCache() 218 memcpy(data.get() + offset, geom.data(), geom.length()); in storeShadersInCache() 219 offset += geom.length(); in storeShadersInCache() 299 SkSL::String geom; in finalize() local 326 &geom, in finalize() 331 this->storeShadersInCache(vert, vertInputs, frag, fragInputs, geom, geomInputs); in finalize()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11Xcb.cpp | 148 xcb_get_geometry_reply_t *geom; in getDimensions() local 149 …geom = xcb_get_geometry_reply(m_display.getConnection(), xcb_get_geometry(m_display.getConnection(… in getDimensions() 150 *height = static_cast<int>(geom->height); in getDimensions() 151 *width = static_cast<int>(geom->width); in getDimensions() 152 deFree(geom); in getDimensions()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 316 void *geom; member 2507 { (yyval.geom) = NULL; } in yyparse() 2513 { (void) (yyvsp[-2].expr); (yyval.geom) = NULL; } in yyparse() 2519 { (yyval.geom) = NULL; } in yyparse() 2525 { (yyval.geom) = NULL;} in yyparse() 2531 { (yyval.geom) = NULL; } in yyparse() 2537 { (yyval.geom) = NULL; } in yyparse() 2543 { FreeStmt((ParseCommon *) (yyvsp[0].var)); (yyval.geom) = NULL; } in yyparse() 2549 { (yyval.geom) = NULL; } in yyparse() 2555 { FreeStmt((ParseCommon *) (yyvsp[0].ledMap)); (yyval.geom) = NULL; } in yyparse() [all …]
|
D | parser.y | 184 void *geom; 213 %type <geom> ShapeDecl SectionDecl SectionBody SectionBodyItem RowBody RowBodyItem 214 %type <geom> Keys Key OverlayDecl OverlayKeyList OverlayKey OutlineList OutlineInList 215 %type <geom> DoodadDecl
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 283 DISK_GEOMETRY geom; in CalcDeviceSize() local 284 SizeDefined = GetGeometry(&geom); in CalcDeviceSize() 286 SizeDefined = GetCdRomGeometry(&geom); in CalcDeviceSize() 288 …Size = geom.Cylinders.QuadPart * geom.TracksPerCylinder * geom.SectorsPerTrack * geom.BytesPerSect… in CalcDeviceSize()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 15 import java.awt.geom.AffineTransform; 16 import java.awt.geom.Arc2D; 17 import java.awt.geom.Area; 18 import java.awt.geom.Ellipse2D; 19 import java.awt.geom.GeneralPath; 20 import java.awt.geom.Path2D; 21 import java.awt.geom.PathIterator; 22 import java.awt.geom.Point2D; 23 import java.awt.geom.Rectangle2D; 24 import java.awt.geom.RoundRectangle2D;
|
D | RoundRectangle.java | 3 import java.awt.geom.AffineTransform; 4 import java.awt.geom.PathIterator; 5 import java.awt.geom.Rectangle2D; 6 import java.awt.geom.RectangularShape; 7 import java.awt.geom.RoundRectangle2D;
|
D | CachedPathIteratorFactory.java | 3 import java.awt.geom.CubicCurve2D; 4 import java.awt.geom.PathIterator; 5 import java.awt.geom.Point2D; 6 import java.awt.geom.QuadCurve2D;
|
/external/ImageMagick/Magick++/lib/ |
D | Geometry.cpp | 182 geom[MagickPathExtent]; in operator =() local 199 (void) CopyMagickString(geom,geometry_.c_str(),MagickPathExtent); in operator =() 200 if (geom[0] != '-' && geom[0] != '+' && geom[0] != 'x' && in operator =() 201 !isdigit(static_cast<int>(geom[0]))) in operator =() 203 pageptr=GetPageGeometry(geom); in operator =() 206 (void) CopyMagickString(geom,pageptr,MagickPathExtent); in operator =() 211 flags=GetGeometry(geom,&x,&y,&width_val,&height_val); in operator =()
|
/external/gptfdisk/ |
D | diskio-windows.cc | 128 DISK_GEOMETRY_EX geom; in GetBlockSize() local 137 &geom, sizeof(geom), &retBytes, NULL)) { in GetBlockSize() 138 blockSize = geom.Geometry.BytesPerSector; in GetBlockSize()
|
/external/python/cpython2/Lib/idlelib/ |
D | ZoomHeight.py | 24 geom = top.wm_geometry() 25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
|
/external/python/cpython3/Lib/idlelib/ |
D | zoomheight.py | 24 geom = top.wm_geometry() 25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 97 struct hd_geometry geom; in stat_bdev() local 114 if (ioctl(fd, HDIO_GETGEO, &geom) < 0) in stat_bdev() 117 *start_lba = geom.start; in stat_bdev()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | mains1.frag.out | 15 noMain1.geom 30 noMain2.geom
|
D | max_vertices_0.geom.out | 1 max_vertices_0.geom
|
/external/deqp-deps/glslang/Test/ |
D | 420_size_gl_in.geom | 3 // testing input arrays without a gl_in[] block redeclaration, see 400.geom for with
|
D | runtests | 20 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv 46 $EXE -i -C *.vert *.geom *.frag *.tes* *.comp > singleThread.out 47 $EXE -i -C *.vert *.geom *.frag *.tes* *.comp -t > multiThread.out 240 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
|
/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom() argument 94 switch (geom) { in draw_normal_geom()
|
/external/skqp/samplecode/ |
D | SampleClipDrawMatch.cpp | 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom() argument 94 switch (geom) { in draw_normal_geom()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 446 xcb_get_geometry_reply_t *geom; in x11_surface_get_capabilities() local 460 geom = xcb_get_geometry_reply(conn, geom_cookie, &err); in x11_surface_get_capabilities() 461 if (geom) { in x11_surface_get_capabilities() 462 VkExtent2D extent = { geom->width, geom->height }; in x11_surface_get_capabilities() 477 free(geom); in x11_surface_get_capabilities()
|
/external/skqp/src/gpu/ops/ |
D | GrDashOp.cpp | 579 const LineData& geom = fLines[i]; in onPrepareDraws() local 584 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 589 vertices.writeQuad(GrQuad(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 597 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 602 vertices.writeQuad(GrQuad(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 610 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 615 vertices.writeQuad(GrQuad(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 582 const LineData& geom = fLines[i]; in onPrepareDraws() local 587 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 592 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 600 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 605 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws() 613 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws() 618 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
|