Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 25 of 137) sorted by relevance

123456

/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Deval.pass.cpp67 std::vector<double> areas(Np); in test1() local
69 for (size_t i = 0; i < areas.size(); ++i) in test1()
71 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; in test1()
72 S += areas[i]; in test1()
74 for (size_t i = 0; i < areas.size(); ++i) in test1()
75 areas[i] /= S; in test1()
85 a += areas[j]; in test1()
119 std::vector<double> areas(Np); in test2() local
121 for (size_t i = 0; i < areas.size(); ++i) in test2()
123 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; in test2()
[all …]
Deval_param.pass.cpp67 std::vector<double> areas(Np); in main() local
69 for (size_t i = 0; i < areas.size(); ++i) in main()
71 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; in main()
72 S += areas[i]; in main()
74 for (size_t i = 0; i < areas.size(); ++i) in main()
75 areas[i] /= S; in main()
85 a += areas[j]; in main()
/external/adhd/cras/src/alsa_plugin/
Dpcm_cras.c36 snd_pcm_channel_area_t *areas; member
55 free(pcm_cras->areas); in snd_pcm_cras_free()
129 const snd_pcm_channel_area_t *areas; in pcm_cras_process_cb() local
167 pcm_cras->areas[chan].addr = samples + chan * sample_bytes; in pcm_cras_process_cb()
168 pcm_cras->areas[chan].first = 0; in pcm_cras_process_cb()
169 pcm_cras->areas[chan].step = in pcm_cras_process_cb()
174 areas = snd_pcm_ioplug_mmap_areas(io); in pcm_cras_process_cb()
186 snd_pcm_area_copy(&pcm_cras->areas[chan], in pcm_cras_process_cb()
188 &areas[chan], in pcm_cras_process_cb()
193 snd_pcm_area_copy(&areas[chan], in pcm_cras_process_cb()
[all …]
/external/autotest/server/site_tests/firmware_FMap/
Dcontrol9 PURPOSE = "Check the existence of BIOS and EC FMap and the required FMap areas"
10 CRITERIA = "This test will fail if the required FMap areas not existed"
20 FMap areas and verifies their hierarchies. It relies on flashrom to dump
Dcontrol.dev9 PURPOSE = "Check the existence of BIOS and EC FMap and the required FMap areas"
10 CRITERIA = "This test will fail if the required FMap areas not existed"
20 FMap areas and verifies their hierarchies. It relies on flashrom to dump
Dfirmware_FMap.py164 def check_areas(self, areas, expected_tree, bounds=None): argument
207 area = next((a for a in areas if a['name'] == branch), None)
226 elif not self.check_areas(areas, expected_tree[branch], region):
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp370 Stitcher::CopyAreaArray areas = _stitcher->get_copy_area (); in init_config() local
371 uint32_t size = areas.size (); in init_config()
374 areas[i].in_idx, in init_config()
375areas[i].in_area.pos_x, areas[i].in_area.pos_y, areas[i].in_area.width, areas[i].in_area.height, in init_config()
376areas[i].out_area.pos_x, areas[i].out_area.pos_y, areas[i].out_area.width, areas[i].out_area.heigh… in init_config()
378 XCAM_ASSERT (areas[i].in_idx < size); in init_config()
379 ret = create_copier (areas[i]); in init_config()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_FunctionalStressTest10 Functional tests test the behavior of functional areas of the POSIX*
19 taxed by excessively using the functional areas in the POSIX specification
20 or monitoring how the functional areas in the POSIX specification behave
DHOWTO_Tagging30 to M=1. That includes tests for all initially scoped POSIX areas (signals,
DHOWTO_BugReporting17 Research as many of the following areas as possible to ensure the bug
/external/wayland/doc/publican/
Dmerge-mapcoords.xsl21 <!-- suppress existing image map areas -->
32 <!-- now emit the needed areas -->
/external/scapy/scapy/contrib/
Disis.uts37 areas=[ISIS_AreaEntry(areaid="49.1000")]
79 areas=[ISIS_AreaEntry(areaid="49.1000")]
/external/autotest/client/tests/memory_api/
Dcontrol5 then be used to analyze the kernel mappings of the corresponding memory areas.
/external/vboot_reference/tests/futility/data/
DREADME3 bios_mario_mp.bin uses old names for the FMAP areas
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp1071 } areas[] = in init() local
1095 for (int areaNdx = 0; areaNdx < DE_LENGTH_OF_ARRAY(areas); areaNdx++) in init()
1097 const string name = string(areas[areaNdx].name); in init()
1099 …const bool addNearest = !addLinear || (areas[areaNdx].area != DefaultFramebufferBlitCase::AREA_… in init()
1103 … "", format, GL_NEAREST, DefaultFramebufferBlitCase::BLIT_DEFAULT_TO_TARGET, areas[areaNdx].area)); in init()
1104 …format, GL_NEAREST, DefaultFramebufferBlitCase::BLIT_TO_DEFAULT_FROM_TARGET, areas[areaNdx].area)); in init()
1109 …, "", format, GL_LINEAR, DefaultFramebufferBlitCase::BLIT_DEFAULT_TO_TARGET, areas[areaNdx].area)); in init()
1110 … format, GL_LINEAR, DefaultFramebufferBlitCase::BLIT_TO_DEFAULT_FROM_TARGET, areas[areaNdx].area)); in init()
/external/tensorflow/tensorflow/docs_src/about/
Droadmap.md5 to provide guidance about priorities and focus areas of the core set of TensorFlow
7 TensorFlow. Many of these areas are driven by community use cases, and we welcome
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
Dcoverage.txt14 -- assertion 8: is tested in the areas of sem_wait, sem_trywait, sem_post,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MirrorPadGrad.pbtxt31 This operation folds the padded areas of `input` by `MirrorPad` according to the
Dapi_def_ExtractGlimpse.pbtxt57 overlaps the inputs, the non overlapping areas will be filled with
/external/deqp/doc/testspecs/GLES2/
Dfunctional.scissors.txt47 areas outside the scissor rectangle cleared by the test logic.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt39 of occluders are drawn on screen. Occluders can be areas around scissor
Dfunctional.texture.mipmap.txt39 subdivided into smaller areas and each is filled with samples from single
/external/python/cpython2/Misc/
Dmaintainers.rst25 opinions, and decisions when issues involve their areas.
33 Committers should update these tables as their areas of expertise widen.
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h241 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset,
/external/antlr/antlr-3.4/runtime/ActionScript/
DREADME13 should work, but a comprehensive suite of tests has not been built yet, so some areas may

123456