Home
last modified time | relevance | path

Searched +full:32 +full:- +full:particles (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dcontrol_flow_ops_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
16 # pylint: disable=g-direct-tensorflow-import
71 from tensorflow.python.ops import tensor_array_grad # pylint: disable=unused-import
104 # pylint: disable=cell-var-from-loop
108 # pylint: enable=cell-var-from-loop
172 b = convert([-2., 6., 9.])
192 a = array_ops.ones((batch_size, 32, 32))
194 self.assertAllEqual((batch_size, 32, 32, 32, 32), c.shape)
259 return x_i - mean_value
262 ans = x - math_ops.reduce_mean(x, axis=0)
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/testdata/
DIsaac.Newton-Opticks.txt31 Printed for WILLIAM INNYS at the West-End of St. _Paul's_. MDCCXXX.
47 some Gentlemen of the_ Royal-Society, _in the Year 1675, and then sent
318 Burning-glass, or Spectacle-glass, or an Object-glass of a Telescope)
426 Lens placed at a hole in the Window-shut of a dark Chamber, whereby the
469 the contrary happens in short-sighted Men whose Eyes are too plump. For
476 Concave-glass of a due degree of Concavity, or lastly that by Age the
477 Eye grow flatter till it come to a due Figure: For short-sighted Men see
492 If the Object A [in FIG. 9.] be seen by Reflexion of a Looking-glass
499 really placed at _a_ without the Interposition of the Looking-glass; and
514 two or more such Convex or Concave-glasses, every Glass shall make a new
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/bzip2/testdata/
DIsaac.Newton-Opticks.txt.bz2 ... : 30 31Printed for WILLIAM INNYS at the West-End of St. _Paul's_. MDCCXXX. 32 ...
/aosp_15_r20/external/skia/tools/viewer/
H A DMotionMarkSlide.cpp4 * Use of this source code is governed by a BSD-style license that can be
45 fObjects[i]->draw(canvas); in draw()
51 fObjects[i]->animate(nanos); in animate()
56 // The default impl handles +/- to add or remove N objects from the scene
63 fObjects.push_back(this->createObject()); in onChar()
67 case '-': in onChar()
70 fObjects.resize(fObjects.size() - (size_t) fObjectIncrement); in onChar()
86 fObjects.push_back(this->createObject()); in initializeObjects()
104 return fStage->onChar(uni); in onChar()
108 fStage->draw(canvas); in draw()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ci/
H A Dtraces-vmware.yml2 ---
3 traces-db:
4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 bgfx/01-cubes.rdc:
8 gl-vmware-llvmpipe:
10 bgfx/02-metaballs.rdc:
11 gl-vmware-llvmpipe:
13 bgfx/03-raymarch.rdc:
14 gl-vmware-llvmpipe:
16 bgfx/04-mesh.rdc:
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ci/
H A Dtraces-llvmpipe.yml2 ---
3 traces-db:
4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 0ad/0ad-v2.trace:
8 gl-vmware-llvmpipe:
10 bgfx/01-cubes.rdc:
11 gl-vmware-llvmpipe:
13 bgfx/02-metaballs.rdc:
14 gl-vmware-llvmpipe:
16 bgfx/03-raymarch.rdc:
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dmolecular_dynamics_cells.cpp9 Copyright 2009-2012 Karsten Ahnert
10 Copyright 2009-2012 Mario Mulansky
52 return - m_gamma * v; in operator ()()
67 return 4.0 * m_eps * ( -12.0 * c6 * c6 / r + 6.0 * c6 / r ); in operator ()()
79 Point diff = x1 - x2; in operator ()()
82 return - diff / r * f; in operator ()()
179 for( int i=-1 ; i<=1 ; ++i ) in operator ()()
181 for( int j=-1 ; j<=1 ; ++j ) in operator ()()
191 if( cell_index[0] < 0 ) x2[0] -= m_p.x_max; in operator ()()
193 if( cell_index[1] < 0 ) x2[1] -= m_p.y_max; in operator ()()
[all …]
/aosp_15_r20/external/mesa3d/src/util/
H A D00-mesa-defaults.conf2 <!--
22 built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
29 -->
45 <!-- engine_name_match: A regexp matching the engine name -->
46 <!-- engine_versions: A version in range format
47 (version 1 to 4 : "1:4") -->
58 <!-- Please always enable app-specific workarounds for all drivers and
59 screens. -->
61 <application name="Akka Arrh" executable="Project-A.exe">
78 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/
H A Dspv.debuginfo.hlsl.comp.out16 32: String "springForce"
17 35: String "// OpModuleProcessed auto-map-locations
18 // OpModuleProcessed auto-map-bindings
19 // OpModuleProcessed entry-point main
21 // OpModuleProcessed target-env vulkan1.0
22 // OpModuleProcessed keep-uncalled
23 // OpModuleProcessed hlsl-offsets
100 float3 dist = p0 - p1;
101 return normalize(dist) * params.springStiffness * (length(dist) - restDist);
124 // Spring forces from neighboring particles
[all …]
H A Dspv.debuginfo.glsl.comp.out17 36: String "// OpModuleProcessed auto-map-locations
18 // OpModuleProcessed auto-map-bindings
20 // OpModuleProcessed target-env vulkan1.0
21 // OpModuleProcessed keep-uncalled
22 // OpModuleProcessed entry-point main
91 vec3 dist = p0 - p1;
92 return normalize(dist) * params.springStiffness * (length(dist) - restDist);
116 // Spring forces from neighboring particles
119 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
122 if (id.x < params.particleCount.x - 1) {
[all …]
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/
Dspv.debuginfo.glsl.comp.out18 36: String "// OpModuleProcessed auto-map-locations
19 // OpModuleProcessed auto-map-bindings
21 // OpModuleProcessed target-env vulkan1.0
22 // OpModuleProcessed keep-uncalled
23 // OpModuleProcessed entry-point main
92 vec3 dist = p0 - p1;
93 return normalize(dist) * params.springStiffness * (length(dist) - restDist);
117 // Spring forces from neighboring particles
120 force += springForce(particleIn[index-1].pos.xyz, pos, params.restDistH);
123 if (id.x < params.particleCount.x - 1) {
[all …]
/aosp_15_r20/external/apache-xml/test/tests/contrib-gold/xsltc/mk/
H A Dmk054.out3 PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 …pe="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-REC"><style type="text/css">code { font-f…
18 <a href="http://www.w3.org/TR/1998/REC-xml-19980210">
19 http://www.w3.org/TR/1998/REC-xml-19980210
21 <a href="http://www.w3.org/TR/1998/REC-xml-19980210.xml">
22 http://www.w3.org/TR/1998/REC-xml-19980210.xml
24 <a href="http://www.w3.org/TR/1998/REC-xml-19980210.html">
25 http://www.w3.org/TR/1998/REC-xml-19980210.html
27 <a href="http://www.w3.org/TR/1998/REC-xml-19980210.pdf">
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/animation/SystemUIShaderLib/android_common/kotlin/
DSystemUIShaderLib.jar ... META-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__SystemUI__animation__android_common__SystemUIShaderLib.kotlin_module com/ com ...
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
H A D23.3.0.rst1 Mesa 23.3.0 Release Notes / 2023-11-29
20 ---------------
24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz
28 -----------
29 - NVK: A Vulkan driver for Nvidia hardware
32 ------------
33 - VK_EXT_pipeline_robustness on ANV
34 - VK_KHR_maintenance5 on RADV
35 - OpenGL ES 3.1 on Asahi
36 - GL_ARB_compute_shader on Asahi
[all …]
/aosp_15_r20/external/expat/testdata/largefiles/
H A Dwordnet_glossary-20010201.rdf1 <?xml version='1.0' encoding='ISO-8859-1'?>
3 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
42 b:glossaryEntry="a man-made object"/>
68 …<b:glossaryEntry>the unlimited 3-dimensional expanse in which everything is located; "they tested …
310 <b:glossaryEntry>abolitionists secret aid to escaping slaves; pre-Civil War in US</b:glossaryEntry>
518 … specific locale: "keeps his hold on his constituents through unashamed pork-barreling"</b:glossar…
657 …fully weeding out unwanted things or people; "the department got a good comb-out"</b:glossaryEntry>
807 …<b:glossaryEntry>the act of moving a newly-built vessel into the water for the first time</b:gloss…
914 b:glossaryEntry="a one-handed shot made while whirling on the pivot foot"/>
916 b:glossaryEntry="a two-handed shot from a stationary position"/>
[all …]
/aosp_15_r20/external/libtextclassifier/native/annotator/pod_ner/test_data/
H A Dvocab.txt1012 -
3591 32
9310 particles
16704 ##32
20629 32nd
29625 ##-
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/Mobilo/
H A DM.json1-9.961],[0,0],[0,0]],"o":[[-1.718,-5.749],[-0.155,9.961],[0,0],[0,0]],"v":[[-137.482,74.956],[-146… array
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/
H A D2drvb10.txt1 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2
24 Douay-Rheims Version, Challoner Revision
26 Volume II: The Second Part of the Old Testament (Psalms - 2 Machabees)
32 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2
72 million dollars per hour this year as we release thirty-six text
82 At our revised rates of production, we will reach only one-third
85 from Michael Hart's salary at Carnegie-Mellon University, and an
94 tax deductible to the extent allowable by law. (CMU = Carnegie-
154 By using or reading any part of this PROJECT GUTENBERG-tm
162 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz ... f=182,flags=,originalFreq=179 32 word=but,f=181,flags= ...
Den_wordlist.combined.gz ... f=182,flags=,originalFreq=179 32 word=but,f=181,flags= ...
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/lottiefiles/
H A Dtractor.json1-1.973,1.877],[1.049,1.877],[1.049,-2.877],[1.973,-2.877],[1.973,2.877],[-1.973,2.877]],"c":true},… array
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dv3-codesystems.json3 "id" : "v3-valuesets",
5 "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
9 "fullUrl" : "http://hl7.org/fhir/ValueSet/v3-MessageWaitingPriority",
12 "id" : "v3-MessageWaitingPriority",
14 "lastUpdated" : "2018-08-12T00:00:00.000+10:00",
19-08-12</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Displ…
22 "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
26 "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
30 "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
33 "url" : "http://terminology.hl7.org/ValueSet/v3-MessageWaitingPriority",
[all …]
/aosp_15_r20/external/guice/lib/build/jdiff/
HDxerces.jar ... META-INF/ META-INF/MANIFEST.MF javax/ javax/xml ... ...

123