/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | packing.inl | 701 float const ScaleFactor(1.f / 15.f); local 720 float const ScaleFactor(1.f / 15.f); local 738 vec3 const ScaleFactor(1.f / 31.f, 1.f / 63.f, 1.f / 31.f); local 757 vec4 const ScaleFactor(1.f / 31.f, 1.f / 31.f, 1.f / 31.f, 1.f); local 775 vec3 const ScaleFactor(1.f / 7.f, 1.f / 7.f, 1.f / 3.f); local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | packing.inl | 701 float const ScaleFactor(1.f / 15.f); local 720 float const ScaleFactor(1.f / 15.f); local 738 vec3 const ScaleFactor(1.f / 31.f, 1.f / 63.f, 1.f / 31.f); local 757 vec4 const ScaleFactor(1.f / 31.f, 1.f / 31.f, 1.f / 31.f, 1.f); local 775 vec3 const ScaleFactor(1.f / 7.f, 1.f / 7.f, 1.f / 3.f); local
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/Texture/ |
H A D | GmmGen12Texture.cpp | 1001 CCS_UNIT & ScaleFactor) in GetCCSScaleFactor() 1068 CCS_UNIT ScaleFactor; in ScaleTextureHeight() local 1083 CCS_UNIT ScaleFactor; in ScaleTextureWidth() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/ |
H A D | unit.rs | 1034 struct ScaleFactor { struct 1035 scale_1: Exact<Complex>, 1036 offset: Exact<Complex>, 1037 scale_2: Exact<Complex>, 1161 ) -> FResult<ScaleFactor> { in compute_scale_factor()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 512 APFloat ScaleFactor(std::pow(2, Sema.getLsbWeight())); in convertToFloat() local 567 APFloat ScaleFactor(std::pow(2, -DstFXSema.getLsbWeight())); in getFromFloatValue() local
|
/aosp_15_r20/external/webrtc/rtc_base/experiments/ |
H A D | quality_scaler_settings.cc | 76 absl::optional<double> QualityScalerSettings::ScaleFactor() const { in ScaleFactor() function in webrtc::QualityScalerSettings
|
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/ |
H A D | Instrument.h | 40 enum class ScaleFactor : unsigned int enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 155 static const unsigned ScaleFactor; variable
|
H A D | GCNSchedStrategy.cpp | 48 const unsigned ScheduleMetrics::ScaleFactor = 100; member in ScheduleMetrics
|
/aosp_15_r20/art/compiler/utils/ |
H A D | assembler.h | 416 enum ScaleFactor { enum
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/all_to_x86_32_or_x86_64/include/berberis/intrinsics/all_to_x86_32_or_x86_64/ |
D | macro_assembler-inl.h | 27 using ScaleFactor = typename Assembler::ScaleFactor; variable
|
D | text_assembler_x86_32_and_x86_64.h | 84 enum ScaleFactor { enum
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 949 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local 1044 unsigned ScaleFactor, in addLoadStoreOperands() 1707 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local 2009 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1028 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local 1123 unsigned ScaleFactor, in addLoadStoreOperands() 1794 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local 2120 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1033 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local 1124 unsigned ScaleFactor, in addLoadStoreOperands() 1766 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local 2091 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
|
/aosp_15_r20/external/aac/libAACdec/src/ |
H A D | stereo.cpp | 1174 SHORT *ScaleFactor; in CJointStereo_ApplyIS() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 707 unsigned ScaleFactor = DestNumElts / SrcNumElts; in foldBitcastShuf() local 713 unsigned ScaleFactor = SrcNumElts / DestNumElts; in foldBitcastShuf() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 53 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 }; enum
|
H A D | IceAssemblerX8664.h | 52 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 }; enum
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | x86_32_and_x86_64.h | 199 enum ScaleFactor { kTimesOne = 0, kTimesTwo = 1, kTimesFour = 2, kTimesEight = 3 }; enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/ |
D | lib.rs | 867 pub struct ScaleFactor(pub f64); struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 940 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 1011 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/ |
H A D | codec_def_decode_vc1.h | 136 uint8_t ScaleFactor; /* derived from BFRACTION*/ member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 4862 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerINSERT_VECTOR_ELT() local 4905 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerEXTRACT_VECTOR_ELT() local
|