/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 57 using namespace std; 1013 std::copy(data.data.begin(), data.data.end(), std::back_inserter(arrayData)); 1142 std::copy(data0.data.begin(), data0.data.end(), std::back_inserter(arrayData));
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 648 std::pair<rr::RValue<sw::SIMD::Float>, rr::RValue<sw::SIMD::Float>> 655 return std::make_pair(whole, frac); in Modf() 776 std::array<rr::RValue<sw::SIMD::Float>, 4> MatrixInverse( in MatrixInverse() 785 std::array<rr::RValue<sw::SIMD::Float>, 9> MatrixInverse( in MatrixInverse() 809 std::array<rr::RValue<sw::SIMD::Float>, 16> MatrixInverse( in MatrixInverse()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decimfmt.cpp | 1583 output = std::move(obj.quantity); in formatToDecimalQuantity() 1830 if (std::isnan(input) in fastFormatDouble() 1836 doFastFormatInt32(static_cast<int32_t>(input), std::signbit(input), output); in fastFormatDouble() 1870 std::div_t res = std::div(input, 10);
|
H A D | number_longnames.cpp | 873 if (std::abs(singleUnit->dimensionality) != 1) { in calculateGenderForUnit() 882 if (std::abs(singleUnit->dimensionality) != 1) { in calculateGenderForUnit() 1012 processPatternTimes(std::move(unit), loc, width, derivedPerCases.value0(unitDisplayCase), in forArbitraryUnit() 1017 processPatternTimes(std::move(perUnit), loc, width, derivedPerCases.value1(unitDisplayCase), in forArbitraryUnit() 1652 int64_t number = i > 0 ? std::abs(micros.mixedMeasures[i]) : micros.mixedMeasures[i]; in getMixedUnitModifier()
|
H A D | vtzone.cpp | 1898 AnnualTimeZoneRule *std = nullptr, *dst = nullptr; in writeSimple() local 1899 getSimpleRulesNear(time, initial, std, dst, status); in writeSimple() 1904 if (std != nullptr && dst != nullptr) { in writeSimple() 1905 rbtz.addTransitionRule(std, status); in writeSimple() 1938 if (std != nullptr) { in writeSimple() 1939 delete std; in writeSimple()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 408 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C)); in getMemSetPatternValue() 1092 unsigned Align = std::min(SI->getAlignment(), LI->getAlignment()); in processLoopStoreOfLoopLoad() 1180 std::swap(TrueSucc, FalseSucc); in matchCondition() 1512 std::distance(InstWithoutDebugIt.begin(), InstWithoutDebugIt.end()); in recognizeAndInsertFFS() 1768 std::swap(Opnd0, Opnd1); in transformLoopToPopcount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8664.h | 904 using LabelVector = std::vector<Label *>; 940 std::is_same<typename std::decay<RegType>::type, ByteRegister>::value || in is8BitRegisterRequiringRex() 941 std::is_same<typename std::decay<RegType>::type, GPRRegister>::value; in is8BitRegisterRequiringRex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 83 VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::SExt, Width))); in HexagonEvaluator() 85 VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::ZExt, Width))); in HexagonEvaluator() 163 std::vector<BT::RegisterRef> Vector; 333 unsigned A = MFI.getObjectAlignment(FI) + std::abs(Off); 1287 for (std::pair<unsigned,unsigned> P : MRI.liveins())
|
/third_party/protobuf/src/google/protobuf/ |
H A D | type.pb.cc | 729 using std::swap; in InternalSwap() 1213 using std::swap; in InternalSwap() 1571 using std::swap; in InternalSwap() 1845 using std::swap; in InternalSwap() 2105 using std::swap; in InternalSwap()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item.rs | 25 use std::cell::Cell; 26 use std::collections::BTreeSet; 27 use std::fmt::Write; 28 use std::io; 29 use std::iter;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 57 using std::string; 58 using std::vector; 59 using std::map; 60 using std::pair; 61 using std::ostringstream; 1115 viewports, // const std::vector<VkViewport>& viewports in createPipeline() 1116 scissors, // const std::vector<VkRect2D>& scissors in createPipeline()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 25 #include "GLSL.std.450.h" 33 using namespace std; 39 CompilerMSL::CompilerMSL(std::vector<uint32_t> spirv_) in CompilerMSL() 55 : CompilerGLSL(std::move(ir_)) in CompilerMSL() 1063 std::string CompilerMSL::get_tess_factor_struct_name() in get_tess_factor_struct_name() 1312 std::sort(disabled_frag_outputs.begin(), disabled_frag_outputs.end()); in emit_entry_point_declarations() 1559 std::set<uint32_t> added_arg_ids; in extract_global_variables_from_functions() 1567 void CompilerMSL::extract_global_variables_from_function(uint32_t func_id, std::set<uint32_t> &added_arg_ids, in extract_global_variables_from_function() 1641 std::set<uint32_t> inner_func_args; in extract_global_variables_from_function() 1795 std in extract_global_variables_from_function() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 31 const std::set<std::string> &extensions) in initProcsDesktopGL() 1915 const std::set<std::string> &extensions) in initProcsGLES() 2640 void DispatchTableGL::initProcsSharedExtensions(const std::set<std::string> &extensions) in initProcsSharedExtensions() 2820 const std::set<std::string> &extensions) in initProcsDesktopGLNULL() 4701 const std::set<std in initProcsGLESNULL() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 197 std::string MsgStorage; in LLVMGetDiagInfoDescription() 397 std::error_code EC; in LLVMPrintModuleToFile() 409 std::string E = "Error printing to file: " + dest.error().message(); in LLVMPrintModuleToFile() 418 std::string buf; in LLVMPrintModuleToString() 531 std::string buf; in LLVMPrintTypeToString() 842 std::string buf; in LLVMPrintValueToString() 896 using MetadataEntries = SmallVectorImpl<std::pair<unsigned, MDNode *>>; 900 SmallVector<std::pair<unsigned, MDNode *>, 8> MVEs; in llvm_getMetadata() 4008 ErrorOr<std::unique_ptr<MemoryBuffer>> MBOrErr = MemoryBuffer::getFile(Path); 4009 if (std [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 1572 std::pair<MachineInstr*, MachineInstr*> 1627 return std::make_pair(Split[0], Split[1]); in expandMovDPP64() 2029 MachineBasicBlock::iterator Next = std::next(I); in removeBranch() 2173 std::swap(TrueReg, FalseReg); in insertSelect() 4480 static std::tuple<unsigned, unsigned> 4519 return std::make_tuple(RsrcPtr, NewSRsrc); 4716 std::tie(RsrcPtr, NewSRsrc) = extractRsrcPtr(*this, MI, *Rsrc); 4751 std::tie(RsrcPtr, NewSRsrc) = extractRsrcPtr(*this, MI, *Rsrc); 5732 make_range(std::next(MachineBasicBlock::iterator(SCCDefInst)), 6146 ArrayRef<std [all...] |
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 80 std::string swizzle(nir_alu_instr *instr, int src); 83 std::map<unsigned, nir_alu_instr*> movs; 84 std::map<unsigned, nir_alu_src*> loads; 85 std::map<unsigned, nir_ssa_def*> res_map; 109 std::string 112 std::string swizzle; in swizzle()
|
/third_party/skia/tests/ |
H A D | ResourceCacheTest.cpp | 270 fToDelete = std::move(resource); in setUnrefWhenDestroyed() 1234 std::this_thread::sleep_for(GrStdSteadyClock::duration(5)); in test_time_purge() 1237 std::this_thread::sleep_for(GrStdSteadyClock::duration(5)); in test_time_purge() 1242 std::unique_ptr<GrStdSteadyClock::time_point[]> timeStamps( in test_time_purge() 1276 std::unique_ptr<GrGpuResource* []> refedResources(new GrGpuResource*[cnt / 2]); in test_time_purge() 1515 std::vector<SkString> tagStrings; in test_tags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 793 const unsigned MaxAmt = SExtSize - std::max(CISize, ASize); in visitTrunc() 804 std::min(ShiftAmt, ASize - 1))); in visitTrunc() 806 Value *Shift = Builder.CreateAShr(A, std::min(ShiftAmt, ASize - 1)); in visitTrunc() 1544 unsigned SrcWidth = std::max(LHSWidth, RHSWidth); in visitFPTrunc() 1736 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI() 1900 std::iota(ShuffleMaskStorage.begin(), ShuffleMaskStorage.end(), 0); in optimizeVectorResizeWithIntegerBitCasts()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 89 using namespace std; 421 static unsigned concurrency = std::thread::hardware_concurrency() ?: 1; 1716 std::string file = b_source0.substr(b_source0.find_last_of("/")+1, b_source0.length()); in handle_buildid_f_match() 2002 std::string file = b_source1.substr(b_source1.find_last_of("/")+1, b_source1.length()); in handle_buildid_r_match() 2508 << std::setprecision(std::numeric_limits<double>::digits10 + 1) in handle_metrics() 2673 throw reportable_exception(406, "File too large, max size=" + std::to_string(maxsize)); in handler_cb() 4213 connection_pool = std::thread::hardware_concurrency() * 2 ?: 2; in main()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci.c | 864 #define EHCI_APPEND_FS_TD(std, last) (last) = _ehci_append_fs_td(std, last) 880 * the last->next->prev is never followed: std->next->prev = std; in _ehci_append_fs_td() 890 #define EHCI_APPEND_HS_TD(std, last) (last) = _ehci_append_hs_td(std, last) 906 * the last->next->prev is never followed: std->next->prev = std; in _ehci_append_hs_td() 948 #define EHCI_REMOVE_FS_TD(std, last) (last) = _ehci_remove_fs_td(std, las [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 179 std::numeric_limits<uint16_t>::max()); in MaxCodeUnit() 181 std::numeric_limits<uint16_t>::max()); in MaxCodeUnit() 2166 std::min(kMaxLookaheadForBoyerMoore, EatsAtLeast(not_at_start)); in EmitBoundaryCheck() 2524 bound_checked_up_to_ = std::max(0, bound_checked_up_to_ - by); in AdvanceCurrentPositionInTrace() 2638 int preload_characters = std::min(4, eats_at_least); in CalculatePreloadCharacters() 2730 // CountTrailingZeros requires an integral type and std::bitset can only in BitsetFirstSetBit() 2875 std::memset(boolean_skip_table->GetDataStartAddress(), kSkipArrayEntry, in GetSkipTable() 3212 eats_at_least = std::min(kMaxLookaheadForBoyerMoore, EatsAtLeast(false)); in EmitOptimizedUnanchoredSearch() 3868 int to = std::min(max_char, static_cast<int>(range.to())); in FillInBMInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 121 outParams[0] = std::max(color.colorUI.red, kMinValue); in ConvertFromColor() 122 outParams[1] = std::max(color.colorUI.green, kMinValue); in ConvertFromColor() 123 outParams[2] = std::max(color.colorUI.blue, kMinValue); in ConvertFromColor() 124 outParams[3] = std::max(color.colorUI.alpha, kMinValue); in ConvertFromColor() 865 GLint FindMaxSize(const std::vector<T> &resources, M member) in FindMaxSize() 870 max = std::max(max, clampCast<GLint>((resource.*member).size())); in FindMaxSize() 1641 std::numeric_limits<GLsizei>::max(), nullptr, params); in QueryActiveUniformBlockiv() 1657 size_t returnCount = std::min<size_t>(bufSize, format.sampleCounts.size()); in QueryInternalFormativ()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanPerformanceCounterTest.cpp | 2930 std::vector<GLint> data1(kCount, 1); in TEST_P() 2931 std::vector<GLint> data2(kCount, 2); in TEST_P() 3035 std::vector<GLColor> expectedData(kIterations * 2, GLColor::green); in TEST_P() 3036 std::vector<GLColor> actualData(kIterations * 2, GLColor::black); in TEST_P() 3067 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() 3069 const std::array<GLColor, 4> kUpdateData1 = {GLColor::white, GLColor::white, GLColor::white, in TEST_P() 3071 const std::array<GLColor, 4> kUpdateData2 = {GLColor::blue, GLColor::blue, GLColor::blue, in TEST_P() 3168 const std::array<Vector3, 6> &quadVertices = GetQuadVertices(); in TEST_P()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gsubgpos.hh | 2316 case 1: return_trace (c->dispatch (u.format1, std::forward<Ts> (ds)...)); 2317 case 2: return_trace (c->dispatch (u.format2, std::forward<Ts> (ds)...)); 2318 case 3: return_trace (c->dispatch (u.format3, std::forward<Ts> (ds)...)); 3400 case 1: return_trace (c->dispatch (u.format1, std::forward<Ts> (ds)...)); 3401 case 2: return_trace (c->dispatch (u.format2, std::forward<Ts> (ds)...)); 3402 case 3: return_trace (c->dispatch (u.format3, std::forward<Ts> (ds)...)); 3431 return_trace (get_subtable<typename T::SubTable> ().dispatch (c, get_type (), std::forward<Ts> (ds)...)); 3511 case 1: return_trace (u.format1.dispatch (c, std::forward<Ts> (ds)...));
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 77 using std::map; 78 using std::string; 79 using std::vector; 80 using std::pair; 506 std::ostringstream result; 525 std::ostringstream result; 577 std::string name; 578 std::string description;
|