/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/ |
H A D | speech_level_estimator.h | 53 struct Ratio { struct 54 float numerator; 55 float denominator;
|
/aosp_15_r20/external/skia/tools/unicode_comparison/go/generate_table/ |
H A D | main.go | 30 type Ratio struct { struct 31 Num int 32 Total int 40 func (r Ratio) Divide() string { 55 func (r *Ratio) Add(other Ratio) {
|
/aosp_15_r20/external/crosvm/tools/contrib/vcpu_blocker_analyzer/src/ |
H A D | main.rs | 310 struct Ratio { struct 312 value: f64, 314 total_value_text: String,
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | model.cc | 357 double Ratio() const override { in Ratio() function in tensorflow::data::model::__anon3a9504c50111::InterleaveMany 513 double Ratio() const override { in Ratio() function in tensorflow::data::model::__anon3a9504c50111::AsyncInterleaveMany 721 double Ratio() const override { return ratio_; } in Ratio() function in tensorflow::data::model::__anon3a9504c50111::KnownRatio 825 double Ratio() const override { return ratio_; } in Ratio() function in tensorflow::data::model::__anon3a9504c50111::AsyncRatio 1059 double Ratio() const override { in Ratio() function in tensorflow::data::model::__anon3a9504c50111::UnknownRatio 1265 double Ratio() const override { in Ratio() function in tensorflow::data::model::__anon3a9504c50111::AsyncUnknownRatio
|
H A D | model.h | 384 virtual double Ratio() const { return 1.0; } in Ratio() function
|
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.duration/ |
H A D | ratio.fail.cpp | 19 class Ratio class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/ |
H A D | IncrementalSourceMgr.cpp | 43 auto Ratio = double(MaxInstStorageSize) / double(TotalCounter); in printStatistic() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.duration/ |
H A D | ratio.compile.fail.cpp | 18 class Ratio class
|
/aosp_15_r20/external/giflib/ |
H A D | gifbg.c | 221 unsigned int Ratio = in main() local
|
/aosp_15_r20/external/compiler-rt/lib/esan/ |
H A D | cache_frag.cpp | 50 u64 Ratio; // Difference ratio for the struct layout access. member
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 175 unsigned Ratio = NumSrcElt/NumDstElt; in FoldBitCast() local 204 unsigned Ratio = NumDstElt/NumSrcElt; in FoldBitCast() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | firstpass.c | 2126 double Ratio; in define_gf_group() local 2760 double Ratio; in find_next_key_frame() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 208 unsigned Ratio = NumSrcElt/NumDstElt; in FoldBitCast() local 241 unsigned Ratio = NumDstElt/NumSrcElt; in FoldBitCast() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1122 unsigned Ratio; in SimplifyDemandedVectorElts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 212 unsigned Ratio = NumSrcElt/NumDstElt; in FoldBitCast() local 246 unsigned Ratio = NumDstElt/NumSrcElt; in FoldBitCast() local
|
/aosp_15_r20/external/pdfium/third_party/lcms/src/ |
H A D | cmsvirt.c | 367 cmsFloat64Number SumCMY, SumCMYK, Ratio; in InkLimitingSampler() local
|
H A D | cmscnvrt.c | 864 cmsFloat64Number SumCMY, SumCMYK, Error, Ratio; in BlackPreservingSampler() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/fsp/fsp2_0/jasperlake/ |
H A D | MemInfoHob.h | 231 UINT8 Ratio; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/ |
D | report.go | 62 Ratio float64 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1609 unsigned Ratio = SrcNum / DstNum; in executeBitCastInst() local 1629 unsigned Ratio = DstNum / SrcNum; in executeBitCastInst() local
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1557 unsigned Ratio = SrcNum / DstNum; in executeBitCastInst() local 1577 unsigned Ratio = DstNum / SrcNum; in executeBitCastInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1605 unsigned Ratio = SrcNum / DstNum; in executeBitCastInst() local 1625 unsigned Ratio = DstNum / SrcNum; in executeBitCastInst() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/ |
D | time.h | 1576 ABSL_ATTRIBUTE_CONST_FUNCTION int64_t ToInt64(Duration d, Ratio) { in ToInt64() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Module.cpp | 827 double Ratio = (double)BlockCount / NumCounts; in setPartialSampleProfileRatio() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/ |
H A D | time.h | 1576 ABSL_ATTRIBUTE_CONST_FUNCTION int64_t ToInt64(Duration d, Ratio) { in ToInt64() argument
|