Home
last modified time | relevance | path

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

/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.c866 unsigned int nd1, nd2; in get_a_numa_node() local
869 ret = get_allowed_nodes(0, 2, &nd1, &nd2); in get_a_numa_node()
879 ret = get_allowed_nodes(NH_MEMS | NH_CPUS, 1, &nd1); in get_a_numa_node()
882 tst_resm(TINFO, "get node%u.", nd1); in get_a_numa_node()
883 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 …]
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1605 IRTemp nd1 = newTemp(Ity_I32); in armUnsignedSatQ() local
1613 assign( nd1, mkU32(ceil) ); in armUnsignedSatQ()
1614 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armUnsignedSatQ()
1615 assign( nd3, IRExpr_ITE(mkexpr(nd2), mkexpr(nd1), mkexpr(nd0)) ); in armUnsignedSatQ()
1649 IRTemp nd1 = newTemp(Ity_I32); in armSignedSatQ() local
1657 assign( nd1, mkU32(ceil) ); in armSignedSatQ()
1658 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armSignedSatQ()
1659 assign( nd3, IRExpr_ITE( mkexpr(nd2), mkexpr(nd1), mkexpr(nd0) ) ); in armSignedSatQ()