/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
D | statusor.h | 163 struct Specialize; 167 struct StatusOrHelper::Specialize { struct 173 struct StatusOrHelper::Specialize<T*> { argument 191 if (StatusOrHelper::Specialize<T>::IsValueNull(value)) {
|
/external/protobuf/src/google/protobuf/stubs/ |
D | statusor.h | 164 struct Specialize; 168 struct StatusOrHelper::Specialize { struct 174 struct StatusOrHelper::Specialize<T*> { argument 192 if (StatusOrHelper::Specialize<T>::IsValueNull(value)) {
|
/external/rust/crates/either/ |
D | README.rst | 47 - Specialize more methods of the ``io`` traits, by @Kixunil and @cuviper (#75) 62 - Specialize ``source`` in the ``Error`` implementation, by @thomaseizinger (#69) 64 - Specialize more iterator methods and implement the ``FusedIterator`` trait, 67 - Specialize ``Clone::clone_from``, by @cuviper (#72)
|
/external/skia/src/gpu/ganesh/gradients/ |
D | GrGradientShader.cpp | 597 GrSkSLFP::Specialize<int>(layoutPreservesOpacity)); in make_clamped_gradient() 659 "mirror", GrSkSLFP::Specialize<int>(mirror), in make_tiled_gradient() 661 GrSkSLFP::Specialize<int>(layoutPreservesOpacity), in make_tiled_gradient() 663 GrSkSLFP::Specialize<int>(useFloorAbsWorkaround)); in make_tiled_gradient() 709 "colorSpace", GrSkSLFP::Specialize<int>( in make_interpolated_to_dst() 711 "do_unpremul", GrSkSLFP::Specialize<int>( in make_interpolated_to_dst()
|
/external/skia/src/gpu/ganesh/ |
D | GrFragmentProcessor.cpp | 493 "unpremulInput", GrSkSLFP::Specialize(unpremulInput ? 1 : 0), in ColorMatrix() 494 "clampRGBOutput", GrSkSLFP::Specialize(clampRGBOutput ? 1 : 0), in ColorMatrix() 495 "premulOutput", GrSkSLFP::Specialize(premulOutput ? 1 : 0)); in ColorMatrix() 640 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Rect() 691 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Circle() 788 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Ellipse() 789 "medPrecision", GrSkSLFP::Specialize<int>(medPrecision), in Ellipse()
|
/external/skia/src/shaders/gradients/ |
D | SkTwoPointConicalGradient.cpp | 521 "isRadiusIncreasing", GrSkSLFP::Specialize<int>(isRadiusIncreasing), in asFragmentProcessor() 522 "isFocalOnCircle", GrSkSLFP::Specialize<int>(isFocalOnCircle), in asFragmentProcessor() 523 "isWellBehaved", GrSkSLFP::Specialize<int>(isWellBehaved), in asFragmentProcessor() 524 "isSwapped", GrSkSLFP::Specialize<int>(isSwapped), in asFragmentProcessor() 525 "isNativelyFocal", GrSkSLFP::Specialize<int>(isNativelyFocal), in asFragmentProcessor()
|
D | SkSweepGradient.cpp | 187 "useAtanWorkaround", GrSkSLFP::Specialize(useAtanWorkaround)); in asFragmentProcessor()
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
D | tf_cpurt_passes.td | 57 let summary = "Specialize linalg.matmul to dot, matvec or vecmat at runtime"; 66 Specialize linalg.matmul at runtime to:
|
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
D | jit_compiler.h | 135 llvm::Error Specialize(ArgumentsRef arguments,
|
D | jit_compiler.cc | 278 llvm::Error JitCompiler::Specialize(ArgumentsRef arguments, in Specialize() function in xla::runtime::JitCompiler
|
/external/python/pyasn1/ |
D | TODO.rst | 63 * Specialize ASN.1 character and useful types
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedKryo.td | 122 // Specialize the coarse model by associating instruction groups with the
|
D | AArch64SchedCyclone.td | 550 // TODO: Specialize FSQRT for longer latency.
|
/external/tensorflow/tensorflow/compiler/xla/runtime/ |
D | jit_executable.cc | 295 if (auto err = (*compiler)->Specialize(arguments, *symbolic_shapes, in GetExecutable()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedKryo.td | 118 // Specialize the coarse model by associating instruction groups with the
|
D | AArch64SchedCyclone.td | 549 // TODO: Specialize FSQRT for longer latency.
|
D | AArch64SchedA57.td | 121 // Specialize the coarse model by associating instruction groups with the
|
/external/eigen/unsupported/Eigen/ |
D | MPRealSupport | 144 // Specialize GEBP kernel and traits for mpreal (no need for peeling, nor complicated stuff)
|
/external/rust/crates/combine/ |
D | CHANGELOG.md | 136 * Specialize decoding on BufReader ([9559e114](https://github.com/Marwes/combine/commit/9559e1146… 499 * Specialize uncons_while1 on all streams ([c995ad61](https://github.com/Marwes/combine/commit/c9… 723 * Specialize and_then, then and flat_map ([9dc7dc6b](https://github.com/Marwes/combine/commit/9dc… 724 * Specialize the tuple parser to avoid unnecessary branches ([2b294f80](https://github.com/Marwes…
|
/external/mesa3d/docs/relnotes/ |
D | 9.1.2.rst | 162 - i965: Specialize SURFACE_STATE creation for shader time.
|
/external/skia/src/gpu/ganesh/effects/ |
D | GrSkSLFP.h | 60 static GrSpecializedUniform<T> Specialize(const T& value) { in Specialize() function
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_gl_spirv.txt | 70 SHADER_BINARY_FORMAT_SPIR_V_ARB binary format. Specialize shader objects
|
/external/rust/crates/itertools/ |
D | CHANGELOG.md | 14 - Specialize `ProcessResults::fold` (#563)
|
/external/skia/src/core/ |
D | SkBlurMF.cpp | 1036 "isFast", GrSkSLFP::Specialize<int>(isFast)); in make_rect_blur()
|
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/ |
D | Cxx20Papers.csv | 21 "`P0551R3 <https://wg21.link/P0551R3>`__","LWG","Thou Shalt Not Specialize ``std``\ Function Templ…
|