Home
last modified time | relevance | path

Searched defs:intermediate (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DQuantilesTest.java244 ScaleAndIndexes intermediate = Quantiles.scale(10).indexes(indexes); in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() local
610 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_index_negative() local
615 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_index_tooHigh() local
620 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_varargs_negative() local
625 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_varargs_tooHigh() local
630 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_collection_negative() local
636 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_collection_tooHigh() local
642 Quantiles.ScaleAndIndex intermediate = Quantiles.scale(10).index(3); in testScale_index_compute_doubleCollection_empty() local
647 Quantiles.ScaleAndIndex intermediate = Quantiles.scale(10).index(3); in testScale_index_compute_doubleVarargs_empty() local
652 Quantiles.ScaleAndIndex intermediate = Quantiles.scale(10).index(3); in testScale_index_compute_longVarargs_empty() local
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DQuantilesTest.java244 ScaleAndIndexes intermediate = Quantiles.scale(10).indexes(indexes); in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() local
610 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_index_negative() local
615 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_index_tooHigh() local
620 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_varargs_negative() local
625 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_varargs_tooHigh() local
630 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_collection_negative() local
636 Quantiles.Scale intermediate = Quantiles.scale(10); in testScale_indexes_collection_tooHigh() local
642 Quantiles.ScaleAndIndex intermediate = Quantiles.scale(10).index(3); in testScale_index_compute_doubleCollection_empty() local
647 Quantiles.ScaleAndIndex intermediate = Quantiles.scale(10).index(3); in testScale_index_compute_doubleVarargs_empty() local
652 Quantiles.ScaleAndIndex intermediate = Quantiles.scale(10).index(3); in testScale_index_compute_longVarargs_empty() local
[all …]
/aosp_15_r20/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp203 std::string intermediate; in TEST() local
340 std::string intermediate; in TEST() local
463 std::string intermediate; in TEST() local
555 std::string intermediate; in TEST() local
768 std::string intermediate; in TEST() local
858 std::string intermediate; in TEST() local
946 std::string intermediate; in TEST() local
981 std::string intermediate; in TEST() local
1008 std::string intermediate; in TEST() local
1102 std::string intermediate; in TEST() local
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvTools.cpp87 spv_target_env MapToSpirvToolsEnv(const glslang::TIntermediate& intermediate, spv::SpvBuildLogger* … in MapToSpirvToolsEnv()
156 void SpirvToolsValidate(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spir… in SpirvToolsValidate()
183 void SpirvToolsTransform(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spi… in SpirvToolsTransform()
298 void SpirvToolsStripDebugInfo(const glslang::TIntermediate& intermediate, in SpirvToolsStripDebugInfo()
/aosp_15_r20/frameworks/av/media/liberror/
H A Dexpected_utils_test.cpp71 Value intermediate = VALUE_OR_RETURN(Result(Value(3))); in TEST() local
80 Value intermediate = VALUE_OR_RETURN(Result(base::unexpected(Status(2)))); in TEST() local
89 Value intermediate = VALUE_OR_RETURN_STATUS(Result(Value(3))); in TEST() local
98 Value intermediate = VALUE_OR_RETURN_STATUS(Result(base::unexpected(Status(1)))); in TEST() local
/aosp_15_r20/external/libgav1/src/dsp/
H A Dinverse_transform.cc875 const auto intermediate = in Identity4Row_C() local
910 const auto intermediate = in Identity4DcOnly_C() local
916 const auto intermediate = in Identity4DcOnly_C() local
967 const auto intermediate = in Identity8DcOnly_C() local
1005 const auto intermediate = in Identity16Row_C() local
1041 const auto intermediate = in Identity16DcOnly_C() local
1047 const auto intermediate = in Identity16DcOnly_C() local
1098 const auto intermediate = in Identity32DcOnly_C() local
H A Dconvolve.cc92 int16_t* intermediate = intermediate_result; in ConvolveScale2D_C() local
176 int16_t* intermediate = intermediate_result; in ConvolveCompoundScale2D_C() local
259 int16_t* intermediate = intermediate_result; in ConvolveCompound2D_C() local
340 int16_t* intermediate = intermediate_result; in Convolve2D_C() local
636 uint16_t* intermediate = intermediate_result; in ConvolveIntraBlockCopy2D_C() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dwarp_neon.cc267 const int16x8_t intermediate = in Warp_NEON() local
308 const int16_t intermediate = intermediate_result_column[y + k]; in Warp_NEON() local
414 const int16x8_t intermediate = vld1q_s16(intermediate_result[y + k]); in Warp_NEON() local
695 const int16x8_t intermediate = in Warp_NEON() local
741 const int16_t intermediate = intermediate_result_column[y + k]; in Warp_NEON() local
848 const int16x8_t intermediate = vld1q_s16(intermediate_result[y + k]); in Warp_NEON() local
/aosp_15_r20/external/jackson-annotations/
H A DREADME.md143 ### Using constructors or factory methods
176 ### Handling polymorphic types
211 ### Changing property auto-detection
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.cpp1035 const TIntermediate& intermediate; member in glslang::TReflectionTraverser
1137 void TReflection::buildAttributeReflection(EShLanguage stage, const TIntermediate& intermediate) in buildAttributeReflection()
1147 void TReflection::buildCounterIndices(const TIntermediate& intermediate) in buildCounterIndices()
1164 void TReflection::buildUniformStageMask(const TIntermediate& intermediate) in buildUniformStageMask()
1182 bool TReflection::addStage(EShLanguage stage, const TIntermediate& intermediate) in addStage()
H A DShaderLang.cpp108 TParseContextBase* CreateParseContext(TSymbolTable& symbolTable, TIntermediate& intermediate, in CreateParseContext()
250 TIntermediate intermediate(language, version, profile); in InitializeSymbolTable() local
772 void RecordProcesses(TIntermediate& intermediate, EShMessages messages, const std::string& sourceEn… in RecordProcesses()
813 TIntermediate& intermediate, // returned tree, etc. in ProcessDeferred()
1276 TIntermediate& intermediate, // returned tree, etc. in PreprocessDeferred()
1314 TIntermediate& intermediate,// returned tree, etc. in CompileDeferred()
1473 TIntermediate intermediate(compiler->getLanguage()); in ShCompile() local
2195 auto *intermediate = getIntermediate(stage); in getGlslIoResolver() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp1035 const TIntermediate& intermediate; member in glslang::TReflectionTraverser
1137 void TReflection::buildAttributeReflection(EShLanguage stage, const TIntermediate& intermediate) in buildAttributeReflection()
1147 void TReflection::buildCounterIndices(const TIntermediate& intermediate) in buildCounterIndices()
1164 void TReflection::buildUniformStageMask(const TIntermediate& intermediate) in buildUniformStageMask()
1182 bool TReflection::addStage(EShLanguage stage, const TIntermediate& intermediate) in addStage()
DShaderLang.cpp105 TParseContextBase* CreateParseContext(TSymbolTable& symbolTable, TIntermediate& intermediate, in CreateParseContext()
247 TIntermediate intermediate(language, version, profile); in InitializeSymbolTable() local
753 void RecordProcesses(TIntermediate& intermediate, EShMessages messages, const std::string& sourceEn… in RecordProcesses()
794 TIntermediate& intermediate, // returned tree, etc. in ProcessDeferred()
1255 TIntermediate& intermediate, // returned tree, etc. in PreprocessDeferred()
1293 TIntermediate& intermediate,// returned tree, etc. in CompileDeferred()
1454 TIntermediate intermediate(compiler->getLanguage()); in ShCompile() local
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
H A DMethodInstrumenter.java64 final Label intermediate = new Label(); in visitJumpInsnWithProbe() local
65 mv.visitJumpInsn(getInverted(opcode), intermediate); in visitJumpInsnWithProbe() local
148 final Label intermediate; in createIntermediate() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dfwd_txfm.c21 tran_low_t intermediate[4 * 4]; in aom_fdct4x4_c() local
90 int16_t intermediate[4 * 4]; in aom_fdct4x4_lp_c() local
157 tran_low_t intermediate[64]; in aom_fdct8x8_c() local
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp148 void SpirvToolsValidate(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spir… in SpirvToolsValidate()
175 void SpirvToolsTransform(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spi… in SpirvToolsTransform()
279 void SpirvToolsStripDebugInfo(const glslang::TIntermediate& intermediate, in SpirvToolsStripDebugInfo()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DSharedBuffer.java54 Buffer intermediate = mIntermediate; in swapProducer() local
64 Buffer intermediate = mIntermediate; in swapConsumerIfNeeded() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_fingerprint_lookup.cc25 uint64 intermediate) { in RegisterKeyAndIntermediatePair()
35 bool TpuFingerprintLookup::RegisterIntermediateAndValuePair(uint64 intermediate, in RegisterIntermediateAndValuePair()
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/
H A DTrustManagerImplTest.java58 X509Certificate intermediate = chain3[1]; in testLearnIntermediate() local
93 X509Certificate intermediate = chain3[1]; in testDuplicateInChain() local
112 X509Certificate intermediate = chain3[1]; in testGetFullChain() local
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
H A DTrustManagerImplTest.java65 X509Certificate intermediate = chain3[1]; in testLearnIntermediate() local
100 X509Certificate intermediate = chain3[1]; in testDuplicateInChain() local
119 X509Certificate intermediate = chain3[1]; in testGetFullChain() local
/aosp_15_r20/external/executorch/extension/aten_util/
H A Daten_bridge.cpp67 const auto intermediate = in torch_to_executorch_scalar_type() local
83 const auto intermediate = static_cast< in executorch_to_torch_scalar_type() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/
H A Depilogue_rescale_output.h142 ComputeFragment intermediate; in operator() local
177 ComputeFragment intermediate; in operator() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DCompacter.java35 List<Interval> intermediate = codePointsToIntervals(set2); in encodeString() local
48 List<Interval> intermediate = CharacterListCompressor.base88DecodeList(encodedString); in decodeString() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dfwd_txfm.c24 tran_low_t intermediate[4 * 4]; in vpx_fdct4x4_c() local
92 tran_low_t intermediate[64]; in vpx_fdct8x8_c() local
192 tran_low_t intermediate[256]; in vpx_fdct16x16_c() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/CInterface/
H A Dglslang_c_interface.cpp487 glslang::TIntermediate* intermediate = program->program->getIntermediate(c_shader_stage(stage)); in glslang_program_add_source_text() local
492 glslang::TIntermediate* intermediate = program->program->getIntermediate(c_shader_stage(stage)); in glslang_program_set_source_file() local
531 glslang::TIntermediate* intermediate = program->program->getIntermediate(c_shader_stage(stage)); in glslang_glsl_resolver_create() local

12345678910>>...16