/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
D | eval.pass.cpp | 67 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 …]
|
D | eval_param.pass.cpp | 67 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/ |
D | pcm_cras.c | 36 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/ |
D | control | 9 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
|
D | control.dev | 9 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
|
D | firmware_FMap.py | 164 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/ |
D | soft_stitcher.cpp | 370 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() 375 … areas[i].in_area.pos_x, areas[i].in_area.pos_y, areas[i].in_area.width, areas[i].in_area.height, in init_config() 376 …areas[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/ |
D | HOWTO_FunctionalStressTest | 10 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
|
D | HOWTO_Tagging | 30 to M=1. That includes tests for all initially scoped POSIX areas (signals,
|
D | HOWTO_BugReporting | 17 Research as many of the following areas as possible to ensure the bug
|
/external/wayland/doc/publican/ |
D | merge-mapcoords.xsl | 21 <!-- suppress existing image map areas --> 32 <!-- now emit the needed areas -->
|
/external/scapy/scapy/contrib/ |
D | isis.uts | 37 areas=[ISIS_AreaEntry(areaid="49.1000")] 79 areas=[ISIS_AreaEntry(areaid="49.1000")]
|
/external/autotest/client/tests/memory_api/ |
D | control | 5 then be used to analyze the kernel mappings of the corresponding memory areas.
|
/external/vboot_reference/tests/futility/data/ |
D | README | 3 bios_mario_mp.bin uses old names for the FMAP areas
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 1071 } 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/ |
D | roadmap.md | 5 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/ |
D | coverage.txt | 14 -- assertion 8: is tested in the areas of sem_wait, sem_trywait, sem_post,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MirrorPadGrad.pbtxt | 31 This operation folds the padded areas of `input` by `MirrorPad` according to the
|
D | api_def_ExtractGlimpse.pbtxt | 57 overlaps the inputs, the non overlapping areas will be filled with
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 47 areas outside the scissor rectangle cleared by the test logic.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 39 of occluders are drawn on screen. Occluders can be areas around scissor
|
D | functional.texture.mipmap.txt | 39 subdivided into smaller areas and each is filled with samples from single
|
/external/python/cpython2/Misc/ |
D | maintainers.rst | 25 opinions, and decisions when issues involve their areas. 33 Committers should update these tables as their areas of expertise widen.
|
/external/tinyalsa/include/tinyalsa/ |
D | asoundlib.h | 241 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset,
|
/external/antlr/antlr-3.4/runtime/ActionScript/ |
D | README | 13 should work, but a comprehensive suite of tests has not been built yet, so some areas may
|