Home
last modified time | relevance | path

Searched refs:FR (Results 1 - 25 of 31) sorted by relevance

12

/third_party/libunwind/libunwind/src/ia64/
H A Dgetcontext.S30 #define FR(n) (SC_FR + (n)*16) define
57 add r3 = FR(2), in0
62 add r8 = FR(16), in0
67 add r9 = FR(24), in0
76 stf.spill [r9] = f24, (FR(31) - FR(24)) // M2
127 add r8 = FR(3), in0
131 stf.spill [r8] = f3, (FR(4) - FR(3)) // M3
132 add r9 = FR(
[all...]
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dshortnumberinfo_test.cc65 ParseNumberForTesting("123456", RegionCode::FR()), RegionCode::FR())); in TEST_F()
86 ParseNumberForTesting("1010", RegionCode::FR()), RegionCode::FR())); in TEST_F()
93 ParseNumberForTesting("123456", RegionCode::FR()), RegionCode::FR())); in TEST_F()
142 RegionCode::FR(), ShortNumberInfo::PREMIUM_RATE); in TEST_F()
145 ParseNumberForTesting(premium_rate_example, RegionCode::FR()), in TEST_F()
146 RegionCode::FR())); in TEST_F()
156 RegionCode::FR(), ShortNumberInf in TEST_F()
[all...]
H A Dtest_util.h128 static const char* FR() { in FR() function in i18n::phonenumbers::RegionCode
129 return "FR"; in FR()
H A Dphonenumbermatcher_test.cc885 NumberTest("+33 3 34 2312", RegionCode::FR()),
928 NumberTest("+33 3 34 23 12", RegionCode::FR()),
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DShortNumberInfoTest.java34 shortInfo.isPossibleShortNumberForRegion(parse("123456", RegionCode.FR), RegionCode.FR)); in testIsPossibleShortNumber()
49 assertTrue(shortInfo.isValidShortNumberForRegion(parse("1010", RegionCode.FR), RegionCode.FR)); in testIsValidShortNumber()
53 shortInfo.isValidShortNumberForRegion(parse("123456", RegionCode.FR), RegionCode.FR)); in testIsValidShortNumber()
90 String premiumRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
93 parse(premiumRateExample, RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
99 String standardRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
[all...]
H A DRegionCode.java44 static final String FR = "FR"; field in RegionCode
H A DPhoneNumberMatcherTest.java508 new NumberTest("+33 3 34 2312", RegionCode.FR),
540 new NumberTest("+33 3 34 23 12", RegionCode.FR),
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dshortnumberinfo_test.js53 phoneUtil.parse('123456', RegionCode.FR), RegionCode.FR));
74 phoneUtil.parse('1010', RegionCode.FR), RegionCode.FR));
80 phoneUtil.parse('123456', RegionCode.FR), RegionCode.FR));
126 RegionCode.FR,
131 phoneUtil.parse(premiumRateExample, RegionCode.FR), RegionCode.FR));
140 RegionCode.FR,
[all...]
H A Dregioncodefortesting.js53 FR: 'FR',
/third_party/skia/modules/skottie/src/effects/
H A DFractalNoiseEffect.cpp250 template <NoiseFilter FI, NoiseFractal FR>
254 if (fOctaves > 8) return noise_effect<20, FI, FR>(); in getEffect()
255 if (fOctaves > 4) return noise_effect< 8, FI, FR>(); in getEffect()
256 if (fOctaves > 3) return noise_effect< 4, FI, FR>(); in getEffect()
257 if (fOctaves > 2) return noise_effect< 3, FI, FR>(); in getEffect()
258 if (fOctaves > 1) return noise_effect< 2, FI, FR>(); in getEffect()
260 return noise_effect<1, FI, FR>(); in getEffect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackMaps.cpp441 for (auto const &FR : FnInfos) { in emitFunctionFrameRecords()
442 LLVM_DEBUG(dbgs() << WSMP << "function addr: " << FR.first in emitFunctionFrameRecords()
443 << " frame size: " << FR.second.StackSize in emitFunctionFrameRecords()
444 << " callsite count: " << FR.second.RecordCount << '\n'); in emitFunctionFrameRecords()
445 OS.EmitSymbolValue(FR.first, 8); in emitFunctionFrameRecords()
446 OS.EmitIntValue(FR.second.StackSize, 8); in emitFunctionFrameRecords()
447 OS.EmitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
H A DLocalStackSlotAllocation.cpp348 FrameRef &FR = FrameReferenceInsns[ref]; in insertFrameReferenceRegisters() local
349 MachineInstr &MI = *FR.getMachineInstr(); in insertFrameReferenceRegisters()
350 int64_t LocalOffset = FR.getLocalOffset(); in insertFrameReferenceRegisters()
351 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dfunction_ref.h94 typename FR = absl::base_internal::invoke_result_t<F, Args&&...>>
97 std::is_convertible<FR, R>::value>::type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp146 auto FR = EM.find(DR); in run() local
147 if (FR == EM.end()) in run()
149 RegisterRef SR = FR->second; in run()
H A DHexagonEarlyIfConv.cpp204 unsigned TSR, unsigned FR, unsigned FSR);
779 unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) { in buildMux()
806 .addReg(FR, 0, FSR); in buildMux()
818 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local
826 FR = RO.getReg(), FSR = RO.getSubReg(); in updatePhiNodes()
834 else if (FR == 0) in updatePhiNodes()
835 FR = SR, FSR = SSR; in updatePhiNodes()
837 assert(TR || FR); in updatePhiNodes()
840 if (TR && FR) { in updatePhiNodes()
844 FP.PredR, TR, TSR, FR, FS in updatePhiNodes()
777 buildMux(MachineBasicBlock *B, MachineBasicBlock::iterator At, const TargetRegisterClass *DRC, unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) buildMux() argument
[all...]
/third_party/ffmpeg/tests/fate/
H A Dtruehd.mak7 fate-truehd-5.1-downmix-2.0: CMD = md5pipe -f truehd -request_channel_layout FL+FR -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
H A Dfilter-audio.mak149 fate-filter-pan-stereo1: CMD = framecrc -ss 3.14 -i $(SRC) -frames:a 20 -filter:a "pan=2c|FL=FR|FR=FL"
159 fate-filter-pan-stereo3: CMD = framecrc -ss 3.14 -i $(SRC) -frames:a 20 -filter:a "pan=FL+FR|FL<3*c0+2*c1|FR<2*c0+3*c1"
179 fate-filter-pan-downmix1: CMD = framecrc -ss 3.14 -i $(SRC) -frames:a 20 -filter:a "pan=2c|FL<FL+0.5*FC+0.6*BL+0.6*SL|FR<FR+0.5*FC+0.6*BR+0.6*SR"
H A Ddca.mak53 fate-dca-x96_xxch_71_24_96_3840-dmix_6: CMD = ffmpeg -request_channel_layout "FL|FR|FC|LFE|SL|SR" -i $(TARGET_SAMPLES)/dts/dcadec-suite/x96_xxch_71_24_96_3840.dtshd -f f32le -af aresample -
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp73 for (const AssemblerFixup *FR : FixupRefs) { in addRelocations()
74 Fixups.push_back(*FR); in addRelocations()
/third_party/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp38 const Locale& FR = Locale::getFrance(); in TestRegister() local
44 Collator* frcol = Collator::createInstance(FR, status); in TestRegister()
94 frcol = Collator::createInstance(FR, status); in TestRegister()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c126 #define FR(dr) (freg_map[dr]) macro
2530 return FR(reg); in sljit_get_float_register_index()
2560 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG1), src, srcw, dst, dstw)); in sljit_emit_fop1_conv_sw_from_f64()
2575 return emit_op_mem2(compiler, flags ? DOUBLE_DATA : SINGLE_DATA, FR(TMP_FREG1), dst, dstw, 0, 0); in sljit_emit_fop1_conv_sw_from_f64()
2601 FAIL_IF(emit_op_mem2(compiler, (flags ? DOUBLE_DATA : SINGLE_DATA) | LOAD_DATA, FR(TMP_FREG1), src, srcw, dst, dstw)); in sljit_emit_fop1_conv_f64_from_sw()
2618 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(TMP_FREG1), dst, dstw, 0, 0); in sljit_emit_fop1_conv_f64_from_sw()
2633 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG1), src1, src1w, src2, src2w)); in sljit_emit_fop1_cmp()
2638 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG2), src2, src2w, 0, 0)); in sljit_emit_fop1_cmp()
2700 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(dst_r), src, srcw, dst, dstw)); in sljit_emit_fop1()
2727 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(dst_ in sljit_emit_fop1()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp699 Value *FR = Builder.CreateIntrinsic(Intrinsic::amdgcn_fmad_ftz, in expandDivRem24() local
707 FR = Builder.CreateUnaryIntrinsic(Intrinsic::fabs, FR, FQ); in expandDivRem24()
713 Value *CV = Builder.CreateFCmpOGE(FR, FB); in expandDivRem24()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp741 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); in LowerVASTART() local
743 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1), in LowerVASTART()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp258 OptimizationRemarkAnalysis FR("size-info", "FunctionIRSizeChange", in emitInstrCountChangedRemark()
260 FR << DiagnosticInfoOptimizationBase::Argument("Pass", PassName) in emitInstrCountChangedRemark()
271 F->getContext().diagnose(FR); in emitInstrCountChangedRemark()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h319 FunctionRecord(FunctionRecord &&FR) = default; member

Completed in 27 milliseconds

12