Home
last modified time | relevance | path

Searched refs:nd1 (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_buffer.py3201 nd1 = ndarray(1729, shape=[], format='@L')
3203 v = memoryview(nd1)
3209 self.assertEqual(w, nd1)
3210 self.assertEqual(nd1, w)
3220 self.assertNotEqual(w, nd1)
3221 self.assertNotEqual(nd1, w)
3235 nd1 = ndarray((1729, 1.2, b'12345'), shape=[], format='Lf5s')
3238 v = memoryview(nd1)
3244 self.assertEqual(w, nd1)
3245 self.assertEqual(nd1, w)
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_if_conversion.cpp117 depart_node *nd1 = static_cast<depart_node*>(r->first); in check_and_convert() local
118 if (!nd1->is_depart() || nd1->target != r) in check_and_convert()
120 if_node *nif = static_cast<if_node*>(nd1->first); in check_and_convert()
196 nd1->expand(); in check_and_convert()
207 depart_node *nd1 = static_cast<depart_node*>(r->first); in run_on() local
208 if (!nd1->is_depart()) in run_on()
210 if_node *nif = static_cast<if_node*>(nd1->first); in run_on()
220 convert_kill_instructions(r, em, false, nd1); in run_on()
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp30 NoDefault nd1; member in S
41 S(int) : nd1(42), e1(42) {} in S()
/external/ltp/testcases/kernel/mem/lib/
Dmem.c767 unsigned int nd1, nd2; in get_a_numa_node() local
770 ret = get_allowed_nodes(0, 2, &nd1, &nd2); in get_a_numa_node()
780 ret = get_allowed_nodes(NH_MEMS | NH_CPUS, 1, &nd1); in get_a_numa_node()
783 tst_res(TINFO, "get node%u.", nd1); in get_a_numa_node()
784 return nd1; in get_a_numa_node()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp347 const tcu::Vec2 nd1 = p1.swizzle(0, 1) / p1.w(); in calcTriangleInterpolationWeights() local
350 const float ka = triangleArea(ndpixel, nd1, nd2); in calcTriangleInterpolationWeights()
352 const float kc = triangleArea(ndpixel, nd0, nd1); in calcTriangleInterpolationWeights()
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt35371 nd1á2rak
35404 nd1ékez
35407 nd1élm
35439 nd1ó2ni
35442 nd1öss
35449 nd1ő2reg
35450 nd1ő2rei
35451 nd1ő2rek
35452 nd1ő2rel
35453 nd1ő2rék
[all …]