/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
D | eval.pass.cpp | 68 std::vector<double> areas(Np); in test1() local 70 for (size_t i = 0; i < areas.size(); ++i) in test1() 72 areas[i] = (p[i]+p[i+1])*(b[i+1]-b[i])/2; in test1() 73 S += areas[i]; in test1() 75 for (size_t i = 0; i < areas.size(); ++i) in test1() 76 areas[i] /= S; in test1() 86 a += areas[j]; in test1() 121 std::vector<double> areas(Np); in test2() local 123 for (size_t i = 0; i < areas.size(); ++i) in test2() 125 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/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 | firmware_FMap.py | 163 def check_areas(self, areas, expected_tree, bounds=None): argument 206 area = next((a for a in areas if a['name'] == branch), None) 225 elif not self.check_areas(areas, expected_tree[branch], region):
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrint.java | 155 String areas = barGraph.getAreas(); in print() local 156 if (areas == null) areas = ""; in print() 173 this.stream.print(areas); in print()
|
D | FingerPrintGraph.java | 94 BarGraphArea[] areas; field in FingerPrintGraph 222 this.areas = new BarGraphArea[this.count]; in drawBars() 228 this.areas[i] = new BarGraphArea(configResults); in drawBars() 229 BarGraphArea graphArea = this.areas[i]; in drawBars() 650 if (this.areas != null) { 652 this.areas[i].print(stream);
|
/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/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/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/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/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
|
/external/kernel-headers/original/uapi/linux/ |
D | vfio.h | 262 struct vfio_region_sparse_mmap_area areas[]; member
|
/external/llvm/test/CodeGen/ARM/ |
D | none-macho.ll | 60 ; need the 2 register-save areas employed by iOS.
|
/external/selinux/python/sepolgen/ |
D | HACKING | 15 The library is is divided into several functional areas:
|
/external/valgrind/docs/internals/ |
D | module-structure.txt | 11 structured as modules with clearly delimited areas of functionality,
|
/external/libcxx/include/ |
D | streambuf | 45 // Get and put areas: 164 // Get and put areas:
|
/external/mesa3d/docs/ |
D | README.MITS | 78 Threading of additional areas of Mesa to improve performance
|
/external/skia/site/user/api/ |
D | skregion.md | 8 Regions are a highly compressed way to represent (integer) areas. Skia
|