Home
last modified time | relevance | path

Searched refs:TA (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/third_party/boost/boost/qvm/
Dquat_vec_operations.hpp29 typedef typename quat_traits<A>::scalar_type TA; in operator *() typedef
31 TA const aa = quat_traits<A>::template read_element<0>(a); in operator *()
32 TA const ab = quat_traits<A>::template read_element<1>(a); in operator *()
33 TA const ac = quat_traits<A>::template read_element<2>(a); in operator *()
34 TA const ad = quat_traits<A>::template read_element<3>(a); in operator *()
35 TA const t2 = aa*ab; in operator *()
36 TA const t3 = aa*ac; in operator *()
37 TA const t4 = aa*ad; in operator *()
38 TA const t5 = -ab*ab; in operator *()
39 TA const t6 = ab*ac; in operator *()
[all …]
Dquat_operations.hpp443 typedef typename quat_traits<A>::scalar_type TA; in inverse() typedef
444 TA aa = quat_traits<A>::template read_element<0>(a); in inverse()
445 TA ab = quat_traits<A>::template read_element<1>(a); in inverse()
446 TA ac = quat_traits<A>::template read_element<2>(a); in inverse()
447 TA ad = quat_traits<A>::template read_element<3>(a); in inverse()
448 TA m2 = ab*ab + ac*ac + ad*ad + aa*aa; in inverse()
449 if( m2==scalar_traits<TA>::value(0) ) in inverse()
451 TA rm=scalar_traits<TA>::value(1)/m2; in inverse()
543 typedef typename quat_traits<A>::scalar_type TA; in operator *=() typedef
545 TA const aa=quat_traits<A>::template read_element<0>(a); in operator *=()
[all …]
/third_party/boost/boost/bimap/relation/
Dmutant_relation.hpp98 template< class TA, class TB, class Info, bool force_mutable >
100 ::boost::bimaps::relation::detail::relation_storage<TA,TB,force_mutable>
103 relation_storage<TA,TB,force_mutable> base_;
154 template< class TA, class TB, bool force_mutable>
155 class relation_info_hook<TA,TB,::boost::mpl::na,force_mutable> :
156 public ::boost::bimaps::relation::detail::relation_storage<TA,TB,force_mutable>
159 relation_storage<TA,TB,force_mutable> base_;
226 template< class TA, class TB, class Info = ::boost::mpl::na, bool force_mutable = false >
229 relation_info_hook<TA,TB,Info,force_mutable>
232 relation_info_hook<TA,TB,Info,force_mutable> base_;
[all …]
Dsymmetrical_base.hpp40 template< class TA, class TB, bool force_mutable = false >
48 TA,
Dstructured_pair.hpp160 template< class TA, class TB, class Info, class Layout >
162 public ::boost::bimaps::relation::detail::storage_finder<TA,TB,Layout>::type
164 …typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::relation::detail::storage_finder<TA,TB,Layout>::ty…
209 template< class TA, class TB, class Layout>
210 class pair_info_hook<TA,TB,::boost::mpl::na,Layout> :
211 public ::boost::bimaps::relation::detail::storage_finder<TA,TB,Layout>::type
213 …typedef BOOST_DEDUCED_TYPENAME ::boost::bimaps::relation::detail::storage_finder<TA,TB,Layout>::ty…
250 template< class TA, class TB, class Info, bool FM >
/third_party/node/deps/npm/node_modules/typedarray/
Dreadme.markdown28 var TA = require('typedarray')
31 The `TA` object has the following constructors:
33 * TA.ArrayBuffer
34 * TA.DataView
35 * TA.Float32Array
36 * TA.Float64Array
37 * TA.Int8Array
38 * TA.Int16Array
39 * TA.Int32Array
40 * TA.Uint8Array
[all …]
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeMIPS_64.c38 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
41 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
45 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate()
79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
81 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate()
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate()
89 …return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(i… in load_immediate()
113 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar)); in load_immediate()
114 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
[all …]
DsljitNativeMIPS_32.c32 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
35 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
38 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate()
44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
81 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
134 FAIL_IF(push_inst(compiler, CLZ | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
140 return push_inst(compiler, XORI | SA(EQUAL_FLAG) | TA(EQUAL_FLAG) | IMM(1), EQUAL_FLAG); in emit_single_op()
143 FAIL_IF(push_inst(compiler, ADDU | S(src2) | TA(0) | D(TMP_REG1), DR(TMP_REG1))); in emit_single_op()
145 FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5), UNMOVABLE_INS)); in emit_single_op()
[all …]
DsljitNativeMIPS_common.c112 #define TA(t) ((t) << 16) macro
779 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter()
786 FAIL_IF(push_inst(compiler, STACK_STORE | base | TA(RETURN_ADDR_REG) | IMM(offs), MOVABLE_INS)); in sljit_emit_enter()
802 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0))); in sljit_emit_enter()
804 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1))); in sljit_emit_enter()
806 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2))); in sljit_emit_enter()
848 …FAIL_IF(push_inst(compiler, STACK_LOAD | base | TA(RETURN_ADDR_REG) | IMM(local_size - (sljit_s32)… in sljit_emit_return()
869 return push_inst(compiler, ADDU_W | S(TMP_REG1) | TA(0) | D(SLJIT_SP), UNMOVABLE_INS); in sljit_emit_return()
924 …| TA(reg_ar) | IMM(argw), ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? reg_ar : MOVABL… in getput_arg_fast()
982 …return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(TMP_REG3) | TA(reg_ar), delay… in getput_arg()
[all …]
/third_party/boost/boost/numeric/ublas/experimental/
Dsparse_view.hpp116 template<class L, std::size_t IB, class IA, class JA, class TA>
118 public matrix_expression<compressed_matrix_view<L, IB, IA, JA, TA> > {
121 typedef typename vector_view_traits<TA>::value_type value_type;
128 typedef compressed_matrix_view<L, IB, IA, JA, TA> self_type;
149 typedef TA value_array_type;
297 template<class L, std::size_t IB, class IA, class JA, class TA >
298 const typename compressed_matrix_view<L,IB,IA,JA,TA>::value_type
299 compressed_matrix_view<L,IB,IA,JA,TA>::zero_ = value_type/*zero*/();
302 template<class L, std::size_t IB, class IA, class JA, class TA >
303 compressed_matrix_view<L,IB,IA,JA,TA>
[all …]
/third_party/boost/boost/bimap/relation/detail/
Dto_mutable_relation_functor.hpp43 template< class Tag, class TA, class TB, class Info >
45 Tag,::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> >
47 typedef ::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> Relation;
77 template< class TA, class TB, class Info >
78 struct get_mutable_relation_functor< ::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> >
80 typedef ::boost::bimaps::relation::mutant_relation<TA,TB,Info,true> Relation;
/third_party/boost/libs/test/doc/test_organization/
Dmanaging_tests_dependencies.qbk13 In the general setup and for any two test cases `TA` and `TB`, `TB` should not take for granted tha…
14 executed, even if `TA` is declared before `TB` in the same translation unit.
15 The only ordering-related guarantee that __UTF__ makes by default is that if test cases `TA` and `T…
16 same test suite, no test case (call it `TX`) from any other test suite is executed between `TA` and…
17 declaration of `TX` appears between the declarations of `TA` and `TB`. In other words, all tests fr…
35 (call it `TB`) with another test case (call it `TA`) specified by name. This affects the processing…
38 # first, test case `TA` is ordered to be run before `TB`, irrespective of the order in which they w…
40 # second, the execution of `TB` is skipped if `TA` is either disabled or skipped or is executed
/third_party/libphonenumber/resources/carrier/en/
D43.txt17 43664|A1 TA
24 4368181|A1 TA
25 4368182|A1 TA
27 4368184|A1 TA
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp141 auto TA = DFG.addr<DefNode*>(DefQ[i]); in getAllReachingDefs() local
142 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
145 RegisterRef RR = TA.Addr->getRegRef(DFG); in getAllReachingDefs()
146 if (!DFG.IsPreservingDef(TA)) in getAllReachingDefs()
151 for (auto S : DFG.getRelatedRefs(TA.Addr->getOwner(DFG), TA)) in getAllReachingDefs()
160 auto TA = DFG.addr<DefNode*>(N); in getAllReachingDefs() local
161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
162 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs()
164 Defs.insert(TA.Id); in getAllReachingDefs()
165 Owners.insert(TA.Addr->getOwner(DFG).Id); in getAllReachingDefs()
[all …]
DRDFGraph.cpp1158 auto Related = [this,RA](NodeAddr<RefNode*> TA) -> bool { in getNextRelated() argument
1159 if (TA.Addr->getKind() != RA.Addr->getKind()) in getNextRelated()
1161 if (TA.Addr->getRegRef(*this) != RA.Addr->getRegRef(*this)) in getNextRelated()
1165 auto RelatedStmt = [&Related,RA](NodeAddr<RefNode*> TA) -> bool { in getNextRelated() argument
1166 return Related(TA) && in getNextRelated()
1167 &RA.Addr->getOp() == &TA.Addr->getOp(); in getNextRelated()
1169 auto RelatedPhi = [&Related,RA](NodeAddr<RefNode*> TA) -> bool { in getNextRelated() argument
1170 if (!Related(TA)) in getNextRelated()
1172 if (TA.Addr->getKind() != NodeAttrs::Use) in getNextRelated()
1175 const NodeAddr<const PhiUseNode*> TUA = TA; in getNextRelated()
[all …]
/third_party/typescript/tests/baselines/reference/
DnearbyIdenticalGenericLambdasAssignable.symbols28 type TA = typeof fA;
29 >TA : Symbol(TA, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 6, 2))
46 declare function accA(x: TA): void;
49 >TA : Symbol(TA, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 6, 2))
DnearbyIdenticalGenericLambdasAssignable.types31 type TA = typeof fA;
32 >TA : <T>() => { v: T; }
47 declare function accA(x: TA): void;
48 >accA : (x: TA) => void
DnearbyIdenticalGenericLambdasAssignable.js11 type TA = typeof fA;
16 declare function accA(x: TA): void;
/third_party/node/deps/npm/node_modules/typedarray/test/
Dtarray.js1 var TA = require('../'); variable
5 var ua = new(TA.Uint8Array)(5);
/third_party/node/deps/npm/node_modules/typedarray/test/server/
Dundef_globals.js12 var TA = c.module.exports;
13 var ua = new(TA.Uint8Array)(5);
/third_party/typescript/tests/cases/compiler/
DnearbyIdenticalGenericLambdasAssignable.ts10 type TA = typeof fA; alias
15 declare function accA(x: TA): void;
/third_party/boost/boost/numeric/ublas/
Dfwd.hpp115 …template<class T, std::size_t IB = 0, class IA = unbounded_array<std::size_t>, class TA = unbounde…
117 …template<class T, std::size_t IB = 0, class IA = unbounded_array<std::size_t>, class TA = unbounde…
222 …_major, std::size_t IB = 0, class IA = unbounded_array<std::size_t>, class TA = unbounded_array<T>…
224 …_major, std::size_t IB = 0, class IA = unbounded_array<std::size_t>, class TA = unbounded_array<T>…
/third_party/mbedtls/library/
Dbignum.c1461 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local
1467 mbedtls_mpi_init( &TA ); mbedtls_mpi_init( &TB ); in mbedtls_mpi_mul_mpi()
1469 if( X == A ) { MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &TA, A ) ); A = &TA; } in mbedtls_mpi_mul_mpi()
1501 mbedtls_mpi_free( &TB ); mbedtls_mpi_free( &TA ); in mbedtls_mpi_mul_mpi()
2248 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local
2254 mbedtls_mpi_init( &TA ); mbedtls_mpi_init( &TB ); in mbedtls_mpi_gcd()
2256 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &TA, A ) ); in mbedtls_mpi_gcd()
2259 lz = mbedtls_mpi_lsb( &TA ); in mbedtls_mpi_gcd()
2275 TA.s = TB.s = 1; in mbedtls_mpi_gcd()
2310 while( mbedtls_mpi_cmp_int( &TA, 0 ) != 0 ) in mbedtls_mpi_gcd()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp490 TBAANode TA(A); in getLeastCommonType() local
491 while (TA.getNode()) { in getLeastCommonType()
492 if (PathA.count(TA.getNode())) in getLeastCommonType()
494 PathA.insert(TA.getNode()); in getLeastCommonType()
495 TA = TA.getParent(); in getLeastCommonType()
/third_party/icu/icu4c/source/data/translit/
DInterIndic_Tamil.txt46 \uE024→த; # LETTER TA
47 \uE025→த; # REMAP (indicExceptions.txt): \u0BA5→த = LETTER THA→LETTER TA
48 \uE026→த; # REMAP (indicExceptions.txt): \u0BA6→த = LETTER DA→LETTER TA
49 \uE027→த; # REMAP (indicExceptions.txt): \u0BA7→த = LETTER DHA→LETTER TA

12345678910>>...25