Home
last modified time | relevance | path

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

12345

/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Deval.pass.cpp68 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 …]
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/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
Dfirmware_FMap.py163 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/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/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/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/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/antlr/antlr-3.4/runtime/ActionScript/
DREADME13 should work, but a comprehensive suite of tests has not been built yet, so some areas may
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h241 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset,
/external/python/cpython2/Doc/tutorial/
Dindex.rst11 and rapid application development in many areas on most platforms.
/external/kernel-headers/original/uapi/linux/
Dvfio.h262 struct vfio_region_sparse_mmap_area areas[]; member
/external/llvm/test/CodeGen/ARM/
Dnone-macho.ll60 ; need the 2 register-save areas employed by iOS.
/external/valgrind/docs/internals/
Dmodule-structure.txt11 structured as modules with clearly delimited areas of functionality,
/external/python/cpython2/Doc/library/
Dintro.rst41 available modules and application areas that are supported by the Python
/external/selinux/python/sepolgen/
DHACKING15 The library is is divided into several functional areas:
/external/libcxx/include/
Dstreambuf45 // Get and put areas:
164 // Get and put areas:
/external/skia/site/user/api/
Dskregion.md8 Regions are a highly compressed way to represent (integer) areas. Skia

12345