/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | BasicInstrs.c | 9 int sdiv(int X, int Y) { in sdiv() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/ |
H A D | sdiv.rs | 45 macro_rules! sdiv { macro
|
H A D | mod.rs | 8 pub mod sdiv; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/ |
H A D | sdiv.rs | 45 macro_rules! sdiv { macro
|
H A D | mod.rs | 8 pub mod sdiv; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/ |
H A D | sdiv.rs | 45 macro_rules! sdiv { macro
|
H A D | mod.rs | 8 pub mod sdiv; module
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/ |
H A D | sdiv.rs | 45 macro_rules! sdiv { macro
|
H A D | mod.rs | 8 pub mod sdiv; module
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/ |
H A D | sdiv.rs | 45 macro_rules! sdiv { macro
|
H A D | mod.rs | 8 pub mod sdiv; module
|
/aosp_15_r20/external/llvm/test/MC/ARM/ |
H A D | thumbv8m.s | 53 sdiv r1, r2, r3 label
|
/aosp_15_r20/external/mesa3d/src/util/tests/ |
H A D | fast_idiv_by_const_test.cpp | 251 sdiv(int64_t a, int64_t b, unsigned bit_size) in sdiv() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | div.c | 224 BIGNUM *sdiv = BN_CTX_get(ctx); in BN_div() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | div.c | 224 BIGNUM *sdiv = BN_CTX_get(ctx); in BN_div() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | div.c | 224 BIGNUM *sdiv = BN_CTX_get(ctx); in BN_div() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
H A D | div.c | 224 BIGNUM *sdiv = BN_CTX_get(ctx); in BN_div() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 1672 APInt APInt::sdiv(const APInt &RHS) const { in sdiv() function in APInt 1683 APInt APInt::sdiv(int64_t RHS) const { in sdiv() function in APInt
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APInt.cpp | 1642 APInt APInt::sdiv(const APInt &RHS) const { in sdiv() function in APInt 1653 APInt APInt::sdiv(int64_t RHS) const { in sdiv() function in APInt
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1879 inline APInt sdiv(const APInt &LHS, const APInt &RHS) { return LHS.sdiv(RHS); } in sdiv() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1906 inline APInt sdiv(const APInt &LHS, const APInt &RHS) { return LHS.sdiv(RHS); } in sdiv() function
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/ |
H A D | BagFormatter.java | 195 int sdiv = src.length() - matchEnd; in getAbbreviatedName() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1052 ConstantRange ConstantRange::sdiv(const ConstantRange &RHS) const { in sdiv() function in ConstantRange
|
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/include/soc/ |
H A D | setup.h | 50 #define set_pll(mdiv, pdiv, sdiv) (1<<31 | mdiv<<16 | pdiv<<8 | sdiv) argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1232 ConstantRange ConstantRange::sdiv(const ConstantRange &RHS) const { in sdiv() function in ConstantRange
|