/third_party/optimized-routines/math/test/ |
H A D | ulp.h | 10 RT(x) should add a return type specific suffix to x. */ 16 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in ulpscale_mpfr() 21 mpfr_exp_t e = mpfr_get_exp (x) - RT(prec); in ulpscale_mpfr() 22 if (e < RT(emin)) in ulpscale_mpfr() 23 e = RT(emin) - 1; in ulpscale_mpfr() 24 if (e > RT(emax) - RT(prec)) in ulpscale_mpfr() 25 e = RT(emax) - RT(prec); in ulpscale_mpfr() 29 return RT(emi in ulpscale_mpfr() [all...] |
H A D | ulp.c | 620 #define RT(x) x##_f macro 627 #undef RT macro 630 #define RT(x) x##_d macro 637 #undef RT macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1_template.c | 37 const int RT = last[1]; in get_context() local 45 p->quant_table[2][(T - RT) & 0xFF] + in get_context() 51 p->quant_table[2][(T - RT) & 0xFF]; in get_context()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 56 #define RT(rt) ((sljit_ins)reg_map[rt]) macro 913 return push_inst(compiler, STRB | type | RT(reg) in emit_op_mem() 917 return push_inst(compiler, STRBI | type | RT(reg) | RN(tmp_reg)); in emit_op_mem() 927 return push_inst(compiler, STRBI | type | RT(reg) | RN(tmp_reg) | ((sljit_ins)argw << 10)); in emit_op_mem() 933 return push_inst(compiler, STRBI | type | RT(reg) | RN(arg) | ((sljit_ins)argw << (10 - shift))); in emit_op_mem() 939 return push_inst(compiler, STRBI | type | RT(reg) | RN(tmp_reg) | ((sljit_ins)argw << 10)); in emit_op_mem() 944 return push_inst(compiler, STRBI | type | RT(reg) | RN(tmp_reg) | ((sljit_ins)argw << 10)); in emit_op_mem() 949 return push_inst(compiler, STURBI | type | RT(reg) | RN(arg) | (((sljit_ins)argw & 0x1ff) << 12)); in emit_op_mem() 954 return push_inst(compiler, STURBI | type | RT(reg) | RN(tmp_reg) | (((sljit_ins)argw & 0x1ff) << 12)); in emit_op_mem() 958 return push_inst(compiler, STURBI | type | RT(re in emit_op_mem() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 691 RegisterRef RT(ST); in split() 692 if (RT == RegisterRef(SF)) { in split() 700 MachineInstrBuilder(MF, MI).addReg(RT.Reg, S, RT.Sub); in split() 957 RegisterRef RT(MS); in predicate() 959 MachineInstr *DefI = getReachingDefForPred(RT, TfrI, PredR, Cond); in predicate() 1019 // RT = DefI in predicate() 1021 // RD = TfrI ..., RT in predicate() 1023 // If the register-in-the-middle (RT) is used or redefined between in predicate() 1028 // executed if TfrI's condition is false, then RT mus in predicate() [all...] |
H A D | HexagonISelDAGToDAG.cpp | 1488 EVT RT = R.getValueType(); in DetectUseSxtw() local 1489 if (RT == MVT::i64) in DetectUseSxtw() 1491 assert(RT == MVT::i32); in DetectUseSxtw()
|
H A D | BitTracker.cpp | 730 RegisterRef RT = MI.getOperand(3); 737 Res.insert(RegisterCell::ref(getCell(RT, Inputs)), mask(RD.Reg, ST));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 106 static bool classof(const RecTy *RT) { in classof() argument 107 return RT->getRecTyKind() == BitRecTyKind; in classof() 124 static bool classof(const RecTy *RT) { in classof() argument 125 return RT->getRecTyKind() == BitsRecTyKind; in classof() 146 static bool classof(const RecTy *RT) { in classof() argument 147 return RT->getRecTyKind() == CodeRecTyKind; in classof() 164 static bool classof(const RecTy *RT) { in classof() argument 165 return RT->getRecTyKind() == IntRecTyKind; in classof() 182 static bool classof(const RecTy *RT) { in classof() argument 183 return RT in classof() 203 classof(const RecTy *RT) classof() argument 224 classof(const RecTy *RT) classof() argument 253 classof(const RecTy *RT) classof() argument [all...] |
/third_party/cmsis/CMSIS/Core/Include/a-profile/ |
H A D | cmsis_iccarm_a.h | 249 #define __get_CP(cp, op1, RT, CRn, CRm, op2) \ 250 ((RT) = __arm_rsr("p" # cp ":" # op1 ":c" # CRn ":c" # CRm ":" # op2)) 252 #define __set_CP(cp, op1, RT, CRn, CRm, op2) \ 253 (__arm_wsr("p" # cp ":" # op1 ":c" # CRn ":c" # CRm ":" # op2, (RT)))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 93 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor() 96 MinMaxKind(MK), UnsafeAlgebraInst(UAI), RecurrenceType(RT), in RecurrenceDescriptor() 91 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K, FastMathFlags FMF, MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, bool Signed, SmallPtrSetImpl<Instruction *> &CI) RecurrenceDescriptor() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 259 auto *RT = dyn_cast<IntegerType>(F->getReturnType()); in splitAndWriteThinLTOBitcode() 260 if (!RT || RT->getBitWidth() > 64 || F->arg_empty() || in splitAndWriteThinLTOBitcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 298 template <typename RT, typename PT> 299 friend iterator_range<filter_iterator<detail::IterOfRange<RT>, PT>> 300 make_filter_range(RT &&, PT);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 83 /// that ANDs the Phi with a type mask, return the user. RT is updated to 86 static Instruction *lookThroughAnd(PHINode *Phi, Type *&RT, in lookThroughAnd() argument 95 // Matches either I & 2^x-1 or 2^x-1 & I. If we find a match, we update RT in lookThroughAnd() 100 RT = IntegerType::get(Phi->getContext(), Bits); in lookThroughAnd()
|
/third_party/mbedtls/library/ |
H A D | aes.c | 244 #define RT \ macro 313 MBEDTLS_MAYBE_UNUSED static const uint32_t RT0[256] = { RT }; 317 MBEDTLS_MAYBE_UNUSED static const uint32_t RT1[256] = { RT }; 321 MBEDTLS_MAYBE_UNUSED static const uint32_t RT2[256] = { RT }; 325 MBEDTLS_MAYBE_UNUSED static const uint32_t RT3[256] = { RT }; 328 #undef RT macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 88 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit() 89 if (auto *T = dyn_cast<DIType>(RT)) in processCompileUnit() 92 processSubprogram(cast<DISubprogram>(RT)); in processCompileUnit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1527 Type *RT = DFSF.F->getFunctionType()->getReturnType(); in visitReturnInst() local 1529 IRB.CreateInsertValue(UndefValue::get(RT), RI.getReturnValue(), 0); in visitReturnInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 536 auto *RT = static_cast<const ReferenceType *>(SN); in collapse() local 537 SoFar.second = RT->Pointee; in collapse() 538 SoFar.first = std::min(SoFar.first, RT->RK); in collapse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3060 if (DIType *RT = dyn_cast<DIType>(Ty)) { in emitDebugInfoForRetainedTypes() 3061 getTypeIndex(RT); in emitDebugInfoForRetainedTypes()
|
H A D | DwarfDebug.cpp | 1047 if (DIType *RT = dyn_cast<DIType>(Ty)) 1049 CU.getOrCreateTypeDIE(RT);
|