Home
last modified time | relevance | path

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

1234567

/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
168 pcm_cras->areas[chan].addr = samples + chan * sample_bytes; in pcm_cras_process_cb()
169 pcm_cras->areas[chan].first = 0; in pcm_cras_process_cb()
170 pcm_cras->areas[chan].step = in pcm_cras_process_cb()
175 areas = snd_pcm_ioplug_mmap_areas(io); in pcm_cras_process_cb()
187 snd_pcm_area_copy(&pcm_cras->areas[chan], in pcm_cras_process_cb()
189 &areas[chan], in pcm_cras_process_cb()
194 snd_pcm_area_copy(&areas[chan], in pcm_cras_process_cb()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dzone.tab44 AR -3124-06411 America/Argentina/Cordoba Argentina (most areas: CB, CC, CN, ER, FM, MN, SE, SF)
59 AU -4253+14719 Australia/Hobart Tasmania (most areas)
62 AU -3352+15113 Australia/Sydney New South Wales (most areas)
64 AU -2728+15302 Australia/Brisbane Queensland (most areas)
68 AU -3157+11551 Australia/Perth Western Australia (most areas)
109 CA +4439-06336 America/Halifax Atlantic - NS (most areas); PE
112 CA +5320-06025 America/Goose_Bay Atlantic - Labrador (most areas)
114 CA +4339-07923 America/Toronto Eastern - ON, QC (most areas)
117 CA +6344-06828 America/Iqaluit Eastern - NU (most east areas)
124 CA +5024-10439 America/Regina CST - SK (most areas)
[all …]
DWikipediaOfficialLanguages.txt28 Croatian (official in Burgenland in areas with a Croat minority)[10] (statewide minority language)
29 Slovene (official in Carinthia and Styria in areas with a Slovene minority)[10] (statewide minority…
396 Assyrian Neo-Aramaic (in assyrian areas)
397 Iraqi Turkmen (in Turkmen areas)
569 Sami (indigenous language in vast areas from Engerdal to the Russian border, official administrativ…
603 All native languages in areas where they are spoken by the majority of people
778 Finnish (in Gällivare, Haparanda, Kiruna, Pajala, Övertorneå, and the surrounding areas) (minority …
779 Meänkieli (in Gällivare, Haparanda, Kiruna, Pajala, Övertorneå, and the surrounding areas) (minorit…
781 Sami (in Arjeplog, Gällivare, Jokkmokk, Kiruna, and the surrounding areas) (minority language)
/external/autotest/server/site_tests/firmware_FMap/
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
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.py175 def check_areas(self, areas, expected_tree, bounds=None): argument
218 area = next((a for a in areas if a['name'] == branch), None)
237 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
/external/wayland/doc/publican/
Dmerge-mapcoords.xsl21 <!-- suppress existing image map areas -->
32 <!-- now emit the needed areas -->
/external/u-boot/drivers/block/
DKconfig10 be partitioned into several areas, called 'partitions' in U-Boot.
27 be partitioned into several areas, called 'partitions' in U-Boot.
/external/perfetto/ui/src/assets/
Drecord.scss34 grid-template-areas: "sidebar section";
77 grid-template-areas: "icon title" "icon subtext";
172 grid-template-areas: "label label" "img descr";
292 grid-template-areas: ". . .";
344 grid-template-areas: "hdr hdr hdr hdr" "icon slider label unit";
350 grid-template-areas: "hdr slider label unit";
/external/scapy/scapy/contrib/
Disis.uts37 areas=[ISIS_AreaEntry(areaid="49.1000")]
79 areas=[ISIS_AreaEntry(areaid="49.1000")]
/external/u-boot/doc/SPL/
DREADME.omap349 For the areas that reside within DDR1 they must not be used prior to s_init()
50 completing. Note that CONFIG_SYS_TEXT_BASE must be clear of the areas that SPL
/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/u-boot/doc/
DREADME.memory-test38 will happily "test" all such areas, which of course will cause
44 areas used by U-Boot itself - on most systems these are the areas
/external/bcc/
DCODEOWNERS3 # review code that touches the respective areas, and MUST review it if the
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/
DNavMeshAreas.asset7 areas:
/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
/external/u-boot/board/birdland/bav335x/
DREADME30 the IP blocks, so both areas will need their choices updated to reflect
/external/u-boot/doc/mvebu/
Darmada-8k-memory.txt9 All "Reserved" areas below, are kept for future usage.

1234567