Home
last modified time | relevance | path

Searched defs:RS (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce.java289 private boolean addint1D_array(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D_array()
298 private boolean addint1D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D()
326 private boolean addint2D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint2D()
359 private boolean addint3D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint3D()
395 private boolean patternInterleavedReduce(RenderScript RS, ScriptC_reduce s) { in patternInterleavedReduce()
440 private boolean patternDuplicateAnonymousResult(RenderScript RS, ScriptC_reduce s) { in patternDuplicateAnonymousResult()
477 …private boolean findMinAbs(RenderScript RS, float[] inputArray, String testName, ReduceFindMinAbs … in findMinAbs()
507 private boolean findMinAbsBool(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in findMinAbsBool()
512 private boolean findMinAbsBoolInf(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in findMinAbsBoolInf()
517 private boolean findMinAbsNaN(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in findMinAbsNaN()
[all …]
H A DUT_reduce_backward.java114 private boolean addint1D(RenderScript RS, ScriptC_reduce_backward s) { in addint1D()
123 private boolean addint2D(RenderScript RS, ScriptC_reduce_backward s) { in addint2D()
160 private boolean findMinAndMax(RenderScript RS, ScriptC_reduce_backward s) { in findMinAndMax()
177 private boolean fz(RenderScript RS, ScriptC_reduce_backward s) { in fz()
194 private boolean fz2(RenderScript RS, ScriptC_reduce_backward s) { in fz2()
219 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { in fz3()
246 private long[] histogram(RenderScript RS, final byte[] inputArray) { in histogram()
265 private boolean histogram(RenderScript RS, ScriptC_reduce_backward s) { in histogram()
287 private Int2 mode(RenderScript RS, final byte[] inputArray) { in mode()
296 private boolean mode(RenderScript RS, ScriptC_reduce_backward s) { in mode()
H A DUT_element.java74 private void initializeGlobals(RenderScript RS, ScriptC_element s) { in initializeGlobals()
94 private void testJavaSide(RenderScript RS) { in testJavaSide()
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce.java287 private boolean addint1D_array(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D_array()
296 private boolean addint1D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint1D()
324 private boolean addint2D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint2D()
357 private boolean addint3D(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in addint3D()
393 private boolean patternInterleavedReduce(RenderScript RS, ScriptC_reduce s) { in patternInterleavedReduce()
438 private boolean patternDuplicateAnonymousResult(RenderScript RS, ScriptC_reduce s) { in patternDuplicateAnonymousResult()
475 …private boolean findMinAbs(RenderScript RS, float[] inputArray, String testName, ReduceFindMinAbs … in findMinAbs()
505 private boolean findMinAbsBool(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in findMinAbsBool()
510 private boolean findMinAbsBoolInf(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in findMinAbsBoolInf()
515 private boolean findMinAbsNaN(RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in findMinAbsNaN()
[all …]
H A DUT_reduce_backward.java112 private boolean addint1D(RenderScript RS, ScriptC_reduce_backward s) { in addint1D()
121 private boolean addint2D(RenderScript RS, ScriptC_reduce_backward s) { in addint2D()
158 private boolean findMinAndMax(RenderScript RS, ScriptC_reduce_backward s) { in findMinAndMax()
175 private boolean fz(RenderScript RS, ScriptC_reduce_backward s) { in fz()
192 private boolean fz2(RenderScript RS, ScriptC_reduce_backward s) { in fz2()
217 private boolean fz3(RenderScript RS, ScriptC_reduce_backward s) { in fz3()
244 private long[] histogram(RenderScript RS, final byte[] inputArray) { in histogram()
263 private boolean histogram(RenderScript RS, ScriptC_reduce_backward s) { in histogram()
285 private Int2 mode(RenderScript RS, final byte[] inputArray) { in mode()
294 private boolean mode(RenderScript RS, ScriptC_reduce_backward s) { in mode()
H A DUT_fp16.java36 private void initializeGlobals(RenderScript RS, ScriptC_fp16 s, Element e, int nDims) { in initializeGlobals()
58 private void TestHalf(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf()
79 private void TestHalf2(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf2()
100 private void TestHalf3(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf3()
121 private void TestHalf4(RenderScript RS, ScriptC_fp16 s, int nDims) { in TestHalf4()
H A DUT_element.java72 private void initializeGlobals(RenderScript RS, ScriptC_element s) { in initializeGlobals()
92 private void testJavaSide(RenderScript RS) { in testJavaSide()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp105 getStrategyFor(const ResourceState &RS) { in getStrategyFor()
138 const ResourceState &RS = *Resources[Index]; in ResourceManager() local
180 ResourceState &RS = *Resources[Index]; in selectPipe() local
197 ResourceState &RS = *Resources[RSID]; in use() local
226 ResourceState &RS = *Resources[RSID]; in release() local
256 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; in reserveBuffers() local
274 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; in releaseBuffers() local
289 const ResourceState &RS = *Resources[getResourceStateIndex(E.first)]; in checkAvailability() local
315 const ResourceState &RS = *Resources[getResourceStateIndex(E.first)]; in checkAvailability() local
H A DRegisterFile.cpp384 bool RegisterFile::canEliminateMove(const WriteState &WS, const ReadState &RS, in canEliminateMove()
450 const ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() local
457 ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() local
503 const MCSubtargetInfo &STI, const ReadState &RS, in collectWrites()
618 void RegisterFile::addRegisterRead(ReadState &RS, in addRegisterRead()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp105 getStrategyFor(const ResourceState &RS) { in getStrategyFor()
138 const ResourceState &RS = *Resources[Index]; in ResourceManager() local
180 ResourceState &RS = *Resources[Index]; in selectPipe() local
197 ResourceState &RS = *Resources[RSID]; in use() local
226 ResourceState &RS = *Resources[RSID]; in release() local
256 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; in reserveBuffers() local
274 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; in releaseBuffers() local
/aosp_15_r20/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java70 public ColorMatrixFilter(RenderScript RS) { s_mat = new ScriptC_colormatrix_f(RS); } in ColorMatrixFilter()
84 public ContrastFilter(RenderScript RS) { s = new ScriptC_contrast_f(RS); } in ContrastFilter()
98 public ExposureFilter(RenderScript RS) { s = new ScriptC_exposure_f(RS); } in ExposureFilter()
112 public FisheyeFilter(RenderScript RS) { in FisheyeFilter()
144 public GreyFilter(RenderScript RS) { s = new ScriptC_greyscale_f(RS); } in GreyFilter()
158 public LevelsFilter(RenderScript RS) { s = new ScriptC_levels_relaxed_f(RS); } in LevelsFilter()
217 public ShadowsFilter(RenderScript RS) { s = new ScriptC_shadows_f(RS); } in ShadowsFilter()
235 public VibranceFilter(RenderScript RS) { s = new ScriptC_vibrance_f(RS); } in VibranceFilter()
249 public VignetteFilter(RenderScript RS) { s = new ScriptC_vignette_approx_relaxed_f(RS); } in VignetteFilter()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp45 auto RS = makeSampler<Function *>(IB.Rand); in mutate() local
71 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() local
110 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation() local
167 auto RS = makeSampler<Instruction *>(IB.Rand); in mutate() local
198 auto RS = makeSampler<Value *>(IB.Rand); in mutate() local
335 auto RS = makeSampler(IB.Rand, Modifications); in mutate() local
388 auto RS = in mutate() local
563 auto RS = makeSampler<Instruction *>(IB.Rand); in mutate() local
H A DRandomIRBuilder.cpp35 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource() local
47 auto RS = makeSampler<Value *>(Rand); in newSource() local
130 auto RS = makeSampler<Use *>(Rand); in connectToSink() local
189 if (auto RS = makeSampler(Rand, make_filter_range(Insts, IsMatchingPtr))) in findPointer() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp39 auto RS = makeSampler<Function *>(IB.Rand); in mutate() local
61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() local
100 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation() local
154 auto RS = makeSampler<Instruction *>(IB.Rand); in mutate() local
185 auto RS = makeSampler<Value *>(IB.Rand); in mutate() local
H A DRandomIRBuilder.cpp33 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource() local
44 auto RS = makeSampler<Value *>(Rand); in newSource() local
97 auto RS = makeSampler<Use *>(Rand); in connectToSink() local
153 if (auto RS = makeSampler(Rand, make_filter_range(Insts, IsMatchingPtr))) in findPointer() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp94 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero()
104 static RefState getEscaped(const RefState *RS) { in getEscaped()
905 const RefState *RS = State->get<RegionState>(Sym); in ProcessZeroAllocation() local
1506 const RefState *RS = C.getState()->get<RegionState>(Sym); in getCheckIfTracked() local
1673 const RefState *RS, in ReportMismatchedDealloc()
2065 const RefState *RS = C.getState()->get<RegionState>(Sym); in reportLeak() local
2133 RegionStateTy RS = state->get<RegionState>(); in checkDeadSymbols() local
2294 const RefState *RS = C.getState()->get<RegionState>(Sym); in isReleased() local
2313 if (const RefState *RS = C.getState()->get<RegionState>(Sym)) { in checkUseZeroAllocated() local
2346 RegionStateTy RS = state->get<RegionState>(); in evalAssume() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DConstructionContext.h96 ConstructionContextItem(const ReturnStmt *RS) in ConstructionContextItem()
583 const ReturnStmt *RS; variable
587 const ReturnStmt *RS) in ReturnedValueConstructionContext()
611 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext()
636 const ReturnStmt *RS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyReturnedValueConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DConstructionContext.h96 ConstructionContextItem(const ReturnStmt *RS) in ConstructionContextItem()
583 const ReturnStmt *RS; variable
587 const ReturnStmt *RS) in ReturnedValueConstructionContext()
611 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext()
636 const ReturnStmt *RS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyReturnedValueConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DConstructionContext.h96 ConstructionContextItem(const ReturnStmt *RS) in ConstructionContextItem()
583 const ReturnStmt *RS; variable
587 const ReturnStmt *RS) in ReturnedValueConstructionContext()
611 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext()
636 const ReturnStmt *RS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyReturnedValueConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DConstructionContext.h96 ConstructionContextItem(const ReturnStmt *RS) in ConstructionContextItem()
583 const ReturnStmt *RS; variable
587 const ReturnStmt *RS) in ReturnedValueConstructionContext()
611 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext()
636 const ReturnStmt *RS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyReturnedValueConstructionContext()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp624 static Register scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS, in scavengeVReg()
679 RegScavenger &RS, in scavengeFrameVirtualRegsInBlock()
752 void llvm::scavengeFrameVirtualRegs(MachineFunction &MF, RegScavenger &RS) { in scavengeFrameVirtualRegs()
798 RegScavenger RS; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp637 static Register scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS, in scavengeVReg()
691 RegScavenger &RS, in scavengeFrameVirtualRegsInBlock()
764 void llvm::scavengeFrameVirtualRegs(MachineFunction &MF, RegScavenger &RS) { in scavengeFrameVirtualRegs()
810 RegScavenger RS; in runOnMachineFunction() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp122 const RegisterSet &RS; member
881 const BitTracker::RegisterRef &RS, MachineRegisterInfo &MRI) { in isTransparentCopy()
1226 BitTracker::RegisterRef RS) { in usedBitsEqual()
1277 BitTracker::RegisterRef RS = Op; in processBlock() local
1594 BitTracker::RegisterRef RS = MI.getOperand(1); in propagateRegCopy() local
1626 BitTracker::RegisterRef RS = MI.getOperand(SrcX); in propagateRegCopy() local
1820 BitTracker::RegisterRef RS = ValOp; in genStoreUpperHalf() local
1864 BitTracker::RegisterRef RS = MI->getOperand(2); in genStoreImmediate() local
2033 BitTracker::RegisterRef RS = Op; in genExtractLow() local
2073 BitTracker::RegisterRef RS = MI->getOperand(1); in simplifyTstbit() local
/aosp_15_r20/external/trusty/musl/src/string/
Dmemcpy.c14 #define RS << in memcpy() macro
17 #define RS >> in memcpy() macro
/aosp_15_r20/external/musl/src/string/
H A Dmemcpy.c14 #define RS << in memcpy() macro
17 #define RS >> in memcpy() macro

12345678910>>...25