Home
last modified time | relevance | path

Searched defs:slow (Results 1 – 25 of 152) sorted by relevance

1234567

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dbits_test.cc23 int slow = absl::base_internal::CountLeadingZeros64Slow(n); in CLZ64() local
42 int slow = absl::base_internal::CountLeadingZeros32Slow(n); in CLZ32() local
62 int slow = absl::base_internal::CountTrailingZerosNonZero64Slow(n); in CTZ64() local
80 int slow = absl::base_internal::CountTrailingZerosNonZero32Slow(n); in CTZ32() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
D__clang_hip_math.h38 #define __FAST_OR_SLOW(fast, slow) fast argument
40 #define __FAST_OR_SLOW(fast, slow) slow argument
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A D__clang_hip_math.h38 #define __FAST_OR_SLOW(fast, slow) fast argument
40 #define __FAST_OR_SLOW(fast, slow) slow argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
D__clang_hip_math.h38 #define __FAST_OR_SLOW(fast, slow) fast argument
40 #define __FAST_OR_SLOW(fast, slow) slow argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
D__clang_hip_math.h38 #define __FAST_OR_SLOW(fast, slow) fast argument
40 #define __FAST_OR_SLOW(fast, slow) slow argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
D__clang_hip_math.h38 #define __FAST_OR_SLOW(fast, slow) fast argument
40 #define __FAST_OR_SLOW(fast, slow) slow argument
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cpu_cpp_wrapper.py122 slow=False, argument
177 slow: bool = False variable in BaseTest
H A Dtest_cuda_cpp_wrapper.py91 slow=False, argument
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DTest.h78 void set_slow(bool slow) { slow_ = slow; } in set_slow()
79 bool slow() const { return slow_; } in slow() function
/aosp_15_r20/external/libcups/vcnet/regex/
H A Dengine.c11 #define slow sslow macro
22 #define slow lslow macro
716 slow(m, start, stop, startst, stopst) in slow() function
/aosp_15_r20/external/testng/src/test/java/test/methodinterceptors/
H A DFooTest.java11 public void slow() {} in slow() method in FooTest
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug369.dir/
Dmain.go14 slow "./slow" packageName
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/examples/
Dregex.rs12 fn slow() { in slow() function
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dlib.rs58 pub mod slow; module
/aosp_15_r20/external/skia/tests/
H A DColorPrivTest.cpp41 const SkPMColor slow = SkFourByteInterp(src, dst, scale); in DEF_TEST() local
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Ddecode_huff_fuzzer.cc91 auto slow = DecodeHuffSlow(data, data + size); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/rust/android-crates-io/crates/crc32fast/src/
Dbaseline.rs74 fn slow() { in slow() function
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DMetadataApplierImpl.java108 Runnable slow = delayedStream.setStream(stream); in finalizeWith() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dmod.rs91 mod slow; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dmod.rs91 mod slow; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dmod.rs91 mod slow; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dmod.rs91 mod slow; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dmod.rs91 mod slow; module
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DTapLatencyAnalyser.java71 float slow = 0.0f; in scanForEdges() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/analyzers/
H A DTapLatencyAnalyzer.java84 float slow = 0.0f; in scanForEdges() local

1234567