/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
D | avx2intrin.h | 1643 #define _mm_i32gather_pd(BASE, INDEX, SCALE) \ argument 1651 #define _mm_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1658 #define _mm256_i32gather_pd(BASE, INDEX, SCALE) \ argument 1666 #define _mm256_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1673 #define _mm_i64gather_pd(BASE, INDEX, SCALE) \ argument 1681 #define _mm_mask_i64gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1688 #define _mm256_i64gather_pd(BASE, INDEX, SCALE) \ argument 1696 #define _mm256_mask_i64gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1703 #define _mm_i32gather_ps(BASE, INDEX, SCALE) \ argument 1710 #define _mm_mask_i32gather_ps(SRC, BASE, INDEX, MASK, SCALE) \ argument [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/lib/gcc/x86_64-linux/4.8.3/include/ |
D | avx2intrin.h | 1643 #define _mm_i32gather_pd(BASE, INDEX, SCALE) \ argument 1651 #define _mm_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1658 #define _mm256_i32gather_pd(BASE, INDEX, SCALE) \ argument 1666 #define _mm256_mask_i32gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1673 #define _mm_i64gather_pd(BASE, INDEX, SCALE) \ argument 1681 #define _mm_mask_i64gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1688 #define _mm256_i64gather_pd(BASE, INDEX, SCALE) \ argument 1696 #define _mm256_mask_i64gather_pd(SRC, BASE, INDEX, MASK, SCALE) \ argument 1703 #define _mm_i32gather_ps(BASE, INDEX, SCALE) \ argument 1710 #define _mm_mask_i32gather_ps(SRC, BASE, INDEX, MASK, SCALE) \ argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/ |
H A D | cwise_op_unary_benchmark.h | 232 #define BM_TFMlir(NAME, MLIR_INPUT, FN, RANK, TYPE, SCALE, OFFSET, \ argument 247 #define BM_TFMlirVectorized(NAME, MLIR_INPUT, FN, RANK, TYPE, SCALE, OFFSET, \ argument 262 #define BM_Mlir(NAME, MLIR_INPUT, FN, RANK, TYPE, SCALE, OFFSET, NUM_THREADS) \ argument 276 #define BM_EigenScalar(NAME, FN, RANK, TYPE, SCALE, OFFSET, NUM_THREADS) \ argument 284 #define BM_EigenVectorized(NAME, FN, RANK, TYPE, SCALE, OFFSET, NUM_THREADS) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/ |
D | scan.rs | 57 static SCALE: [i64; 10] = in nanosecond() constant 74 static SCALE: [i64; 10] = in nanosecond_fixed() variable
|
/aosp_15_r20/external/skia/gm/ |
H A D | all_bitmap_configs.cpp | 47 #define SCALE 128 macro 189 DEF_SIMPLE_GM(not_native32_bitmap_config, canvas, SCALE, SCALE) { in DEF_SIMPLE_GM() argument
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/base/core/proto/android/server/vibrator/ |
D | vibratormanagerservice.proto.h | 103 const uint64_t SCALE = 0x0000010200000002LL; variable 245 const uint64_t SCALE = 0x0000010b00000001LL; variable 273 const uint64_t SCALE = 0x0000010200000002LL; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/4/frameworks/base/core/proto/android/server/vibrator/ |
D | vibratormanagerservice.proto.h | 103 const uint64_t SCALE = 0x0000010200000002LL; variable 245 const uint64_t SCALE = 0x0000010b00000001LL; variable 273 const uint64_t SCALE = 0x0000010200000002LL; variable
|
/aosp_15_r20/bionic/libc/arch-x86/string/ |
H A D | sse4-memcmp-slm.S | 107 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 123 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
|
H A D | sse2-strcpy-slm.S | 112 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 129 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/ |
H A D | gemm_helpers.h | 1198 #define SCALE_ROW_1(DATA_TYPE, BASENAME, SCALE) \ argument 1201 #define SCALE_ROW_2(DATA_TYPE, BASENAME, SCALE) \ argument 1205 #define SCALE_ROW_3(DATA_TYPE, BASENAME, SCALE) \ argument 1209 #define SCALE_ROW_4(DATA_TYPE, BASENAME, SCALE) \ argument 1213 #define SCALE_ROW_5(DATA_TYPE, BASENAME, SCALE) \ argument 1217 #define SCALE_ROW_6(DATA_TYPE, BASENAME, SCALE) \ argument 1221 #define SCALE_ROW_7(DATA_TYPE, BASENAME, SCALE) \ argument 1225 #define SCALE_ROW_8(DATA_TYPE, BASENAME, SCALE) \ argument 1229 #define SCALE_ROW_9(DATA_TYPE, BASENAME, SCALE) \ argument 1233 #define SCALE_ROW_10(DATA_TYPE, BASENAME, SCALE) \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/ |
H A D | bernoulli.rs | 66 const SCALE: f64 = 2.0 * (1u64 << 63) as f64; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/ |
D | bernoulli.rs | 66 const SCALE: f64 = 2.0 * (1u64 << 63) as f64; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | datetime.rs | 220 static SCALE: [u32; 10] = [ in time_secfrac() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/av-types-aidl-java-source/gen/android/media/ |
D | VolumeShaperConfigurationType.java | 12 public static final int SCALE = 1; field
|
/aosp_15_r20/frameworks/av/aidl/android/media/ |
H A D | VolumeShaperConfigurationType.aidl | 21 SCALE, enumConstant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/av-types-aidl-cpp-source/gen/include/android/media/ |
D | VolumeShaperConfigurationType.h | 20 SCALE = 1, enumerator
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | convex_overstroke_quad.cpp | 6 const float SCALE = 1; in draw() local
|
H A D | convex_overstroke_linear_approx_curve.cpp | 8 const float SCALE = 1; in draw() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowMatrix.java | 13 public static final String SCALE = "scale"; field in ShadowMatrix
|
/aosp_15_r20/art/runtime/arch/x86_64/ |
H A D | memcmp16_x86_64.S | 38 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/base/core/proto/android/service/ |
D | battery.proto.h | 41 const uint64_t SCALE = 0x000001050000000aLL; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/4/frameworks/base/core/proto/android/service/ |
D | battery.proto.h | 41 const uint64_t SCALE = 0x000001050000000aLL; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/av-types-aidl_interface/ |
D | preprocessed.aidl | 34 SCALE = 1, enumConstant
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/ |
D | enums.py | 30 SCALE = 2 variable in Origin
|
/aosp_15_r20/bionic/libc/arch-x86_64/string/ |
H A D | sse2-strcpy-slm.S | 67 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
|