/aosp_15_r20/external/skia/docs/examples/ |
H A D | SmoothBezierSplineInterpolation.cpp | 20 struct Scratch { in MakeCubicSplineInterpolation() struct 21 SkPoint a, b, c, r, p; in MakeCubicSplineInterpolation()
|
/aosp_15_r20/external/gemmlowp/meta/ |
H A D | streams.h | 64 static int Scratch(const RowMajor& params, int lanes_count, int pack_size) { in Scratch() function 87 static int Scratch(const RowMajorWithSum& params, int lanes_count, in Scratch() function 112 static int Scratch(const ColumnMajorWithSum& params, int lanes_count, in Scratch() function 153 static int Scratch(const RowMajor& params) { return PackedStride(params); } in Scratch() function 210 static int Scratch(const RowMajorWithSum& params) { in Scratch() function 275 static int Scratch(const ColumnMajorWithSum& params) { in Scratch() function
|
/aosp_15_r20/external/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 332 StringRef getNodeName(const NamedDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName() 348 StringRef getNodeName(const RecordDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName() 357 llvm::SmallString<128> &Scratch) { in getNodeName() 406 llvm::SmallString<128> Scratch; in matchesNodeUnqualified() local 415 llvm::SmallString<128> Scratch; in matchesNodeFullFast() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | node_def_util.h | 167 struct Scratch { struct 179 // which stores a Tensor object directly. The Scratch object will also go argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 109 Register Scratch = I->getOperand(7).getReg(); in expandAtomicCmpSwapSubword() local 247 Register Scratch = I->getOperand(4).getReg(); in expandAtomicCmpSwap() local 635 Register Scratch = I->getOperand(3).getReg(); in expandAtomicBinOp() local
|
H A D | MipsISelLowering.cpp | 1556 Register Scratch = RegInfo.createVirtualRegister(RegInfo.getRegClass(OldVal)); in emitAtomicBinary() local 1676 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1865 Register Scratch = MRI.createVirtualRegister(RC); in emitAtomicCmpSwap() local 1942 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 109 Register Scratch = I->getOperand(7).getReg(); in expandAtomicCmpSwapSubword() local 247 Register Scratch = I->getOperand(4).getReg(); in expandAtomicCmpSwap() local 635 Register Scratch = I->getOperand(3).getReg(); in expandAtomicBinOp() local
|
H A D | MipsISelLowering.cpp | 1552 Register Scratch = RegInfo.createVirtualRegister(RegInfo.getRegClass(OldVal)); in emitAtomicBinary() local 1672 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1861 Register Scratch = MRI.createVirtualRegister(RC); in emitAtomicCmpSwap() local 1938 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 152 Register Scratch = MI.getOperand(1).getReg(); in expandAtomicRMW128() local 229 Register Scratch = MI.getOperand(1).getReg(); in expandAtomicCmpSwap128() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | meta_support.cc | 45 class Scratch : public ResourceBase { class 47 Scratch() : scratch_(new uint8_t[kScratchSize]) { in Scratch() function in tensorflow::meta::__anon533fcdfd0111::Scratch
|
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/ |
H A D | eight_bit_int_gemm.cc | 143 class Scratch { class 145 Scratch() : buffer_(), buffer_32_(nullptr), size_(0) {} in Scratch() function in gemmlowp::eight_bit_int_gemm::__anon14f9bbfd0111::Scratch
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | OptimizedStructLayout.h | 70 void *Scratch; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | OptimizedStructLayout.h | 70 void *Scratch; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | OptimizedStructLayout.h | 70 void *Scratch; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | OptimizedStructLayout.h | 70 void *Scratch; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | OptimizedStructLayout.h | 70 void *Scratch; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCCodeEmitter.cpp | 212 APInt Scratch(16, 0U); in encodeInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | SIMCCodeEmitter.cpp | 323 APInt Encoding, Scratch; in encodeInstruction() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorContractionSycl.h | 475 …ccessor<OutScalar, 1, cl::sycl::access::mode::read_write, cl::sycl::access::target::local> Scratch; typedef
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceRegistersARM32.h | 89 unsigned Scratch : 1; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 564 SmallString<16> Scratch; member in __anon49eeeb790111::__anon49eeeb790311::MergedBlockName
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 559 SmallString<16> Scratch; member in __anon601bbc7f0111::__anon601bbc7f0711::MergedBlockName
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 1491 auto Scratch = MRI.createVirtualRegister(&AArch64::GPR64RegClass); in legalizeAtomicCmpxchg128() local
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/ |
H A D | GmmResourceInfoExt.h | 578 …} Scratch; // Zero on initial call to GmmResGetMappingSpanDesc and then let pers… member
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1311 APValue Scratch; in EvaluateIgnoredValue() local 9161 EvalResult Scratch; in EvaluateAsBooleanCondition() local 9786 APValue Scratch; in isCXX11ConstantExpr() local 9849 APValue Scratch; in isPotentialConstantExpr() local
|