Home
last modified time | relevance | path

Searched defs:SCALE (Results 1 – 25 of 245) sorted by relevance

12345678910

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
Davx2intrin.h1643 #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/
Davx2intrin.h1643 #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 Dcwise_op_unary_benchmark.h232 #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/
Dscan.rs57 static SCALE: [i64; 10] = in nanosecond() constant
74 static SCALE: [i64; 10] = in nanosecond_fixed() variable
/aosp_15_r20/external/skia/gm/
H A Dall_bitmap_configs.cpp47 #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/
Dvibratormanagerservice.proto.h103 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/
Dvibratormanagerservice.proto.h103 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 Dsse4-memcmp-slm.S107 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
123 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
H A Dsse2-strcpy-slm.S112 # 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 Dgemm_helpers.h1198 #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 Dbernoulli.rs66 const SCALE: f64 = 2.0 * (1u64 << 63) as f64; constant
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/
Dbernoulli.rs66 const SCALE: f64 = 2.0 * (1u64 << 63) as f64; constant
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Ddatetime.rs220 static SCALE: [u32; 10] = [ in time_secfrac() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/av/av-types-aidl-java-source/gen/android/media/
DVolumeShaperConfigurationType.java12 public static final int SCALE = 1; field
/aosp_15_r20/frameworks/av/aidl/android/media/
H A DVolumeShaperConfigurationType.aidl21 SCALE, enumConstant
/aosp_15_r20/out/soong/.intermediates/frameworks/av/av-types-aidl-cpp-source/gen/include/android/media/
DVolumeShaperConfigurationType.h20 SCALE = 1, enumerator
/aosp_15_r20/external/skia/docs/examples/
H A Dconvex_overstroke_quad.cpp6 const float SCALE = 1; in draw() local
H A Dconvex_overstroke_linear_approx_curve.cpp8 const float SCALE = 1; in draw() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMatrix.java13 public static final String SCALE = "scale"; field in ShadowMatrix
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dmemcmp16_x86_64.S38 #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/
Dbattery.proto.h41 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/
Dbattery.proto.h41 const uint64_t SCALE = 0x000001050000000aLL; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/av/av-types-aidl_interface/
Dpreprocessed.aidl34 SCALE = 1, enumConstant
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/
Denums.py30 SCALE = 2 variable in Origin
/aosp_15_r20/bionic/libc/arch-x86_64/string/
H A Dsse2-strcpy-slm.S67 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument

12345678910