/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/arch/ |
D | mips64r6.rs | 20 let x0; in syscall0_readonly() localVariable 47 let x0; in syscall1() localVariable 78 let x0; in syscall1_readonly() localVariable 120 let x0; in syscall2() localVariable 153 let x0; in syscall2_readonly() localVariable 187 let x0; in syscall3() localVariable 222 let x0; in syscall3_readonly() localVariable 258 let x0; in syscall4() localVariable 294 let x0; in syscall4_readonly() localVariable 331 let x0; in syscall5() localVariable [all …]
|
D | mips64.rs | 16 let x0; in syscall0_readonly() localVariable 43 let x0; in syscall1() localVariable 74 let x0; in syscall1_readonly() localVariable 116 let x0; in syscall2() localVariable 149 let x0; in syscall2_readonly() localVariable 183 let x0; in syscall3() localVariable 218 let x0; in syscall3_readonly() localVariable 254 let x0; in syscall4() localVariable 290 let x0; in syscall4_readonly() localVariable 327 let x0; in syscall5() localVariable [all …]
|
D | mips.rs | 16 let x0; in syscall0_readonly() localVariable 43 let x0; in syscall1() localVariable 74 let x0; in syscall1_readonly() localVariable 116 let x0; in syscall2() localVariable 149 let x0; in syscall2_readonly() localVariable 183 let x0; in syscall3() localVariable 218 let x0; in syscall3_readonly() localVariable 254 let x0; in syscall4() localVariable 290 let x0; in syscall4_readonly() localVariable 327 let x0; in syscall5() localVariable [all …]
|
D | mips32r6.rs | 16 let x0; in syscall0_readonly() localVariable 43 let x0; in syscall1() localVariable 74 let x0; in syscall1_readonly() localVariable 116 let x0; in syscall2() localVariable 149 let x0; in syscall2_readonly() localVariable 183 let x0; in syscall3() localVariable 218 let x0; in syscall3_readonly() localVariable 254 let x0; in syscall4() localVariable 290 let x0; in syscall4_readonly() localVariable 327 let x0; in syscall5() localVariable [all …]
|
/external/jspecify/samples/ |
D | NotNullMarkedTypeVariableBound.java | 51 Object x0(UnspecBounded1<?>.Nested x) { in x0() method in NotNullMarkedTypeVariableBound.Callers 56 Object x0(UnspecBounded2<?>.Nested x) { in x0() method in NotNullMarkedTypeVariableBound.Callers 61 Object x0(UnspecBounded3<?>.Nested x) { in x0() method in NotNullMarkedTypeVariableBound.Callers 66 Object x0(NullBounded<?>.Nested x) { in x0() method in NotNullMarkedTypeVariableBound.Callers
|
D | NullMarkedDirectUseOfNotNullMarkedBoundedTypeVariable.java | 23 Object x0(T t) { in x0() method in NullMarkedDirectUseOfNotNullMarkedBoundedTypeVariable.UnspecBounded1.Inner 33 Object x0(T t) { in x0() method in NullMarkedDirectUseOfNotNullMarkedBoundedTypeVariable.UnspecBounded2.Inner 43 Object x0(T t) { in x0() method in NullMarkedDirectUseOfNotNullMarkedBoundedTypeVariable.UnspecBounded3.Inner
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
D | PreconditionedIterativeLinearSolver.java | 81 final RealVector x0) in solve() 105 public RealVector solve(final RealLinearOperator a, final RealVector b, final RealVector x0) in solve() 133 final RealVector x0) in checkParameters() 189 RealLinearOperator a, RealLinearOperator m, RealVector b, RealVector x0) in solveInPlace() 198 final RealLinearOperator a, final RealVector b, final RealVector x0) in solveInPlace()
|
D | IterativeLinearSolver.java | 72 final RealLinearOperator a, final RealVector b, final RealVector x0) in checkParameters() 136 public RealVector solve(RealLinearOperator a, RealVector b, RealVector x0) in solve() 161 public abstract RealVector solveInPlace(RealLinearOperator a, RealVector b, RealVector x0) in solveInPlace()
|
/external/sdv/vsomeip/implementation/utility/include/ |
D | byteorder.hpp | 20 #define VSOMEIP_BYTES_TO_WORD(x0, x1) (uint16_t((x0) << 8 | (x1))) argument 21 #define VSOMEIP_BYTES_TO_LONG(x0, x1, x2, x3) (uint32_t((x0) << 24 | (x1) << 16 | (x2) << 8 | (x3))) argument 23 #define VSOMEIP_WORDS_TO_LONG(x0, x1) (uint32_t((x0) << 16 | (x1))) argument 38 #define VSOMEIP_BYTES_TO_WORD(x0, x1) (uint16_t((x1) << 8 | (x0))) argument 39 #define VSOMEIP_BYTES_TO_LONG(x0, x1, x2, x3) (uint32_t((x3) << 24 | (x2) << 16 | (x1) << 8 | (x0))) argument 41 #define VSOMEIP_WORDS_TO_LONG(x0, x1) (uint32_t((x1) << 16 | (x0))) argument
|
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
D | LinearGradient.java | 14 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient() 21 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient() 26 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient() 33 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient() 38 private static native long nMakeLinear(float x0, float y0, float x1, float y1, in nMakeLinear()
|
D | TwoPointConicalGradient.java | 14 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() 21 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() 27 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() 34 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() 40 private static native long nMakeTwoPointConical(float x0, float y0, float r0, in nMakeTwoPointConical()
|
/external/mpdecimal/libmpdec/ |
D | convolute.c | 84 mpd_uint_t x0 = c1[i]; in fnt_convolute() local 97 mpd_uint_t x0 = c1[i]; in fnt_convolute() local 148 mpd_uint_t x0 = c1[i]; in fnt_autoconvolute() local 159 mpd_uint_t x0 = c1[i]; in fnt_autoconvolute() local
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | convolute.c | 83 mpd_uint_t x0 = c1[i]; in fnt_convolute() local 96 mpd_uint_t x0 = c1[i]; in fnt_convolute() local 147 mpd_uint_t x0 = c1[i]; in fnt_autoconvolute() local 158 mpd_uint_t x0 = c1[i]; in fnt_autoconvolute() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/ |
D | GCMUtil.java | 144 long x0 = x[0], x1 = x[1]; in divideP() local 168 long x0 = Pack.bigEndianToLong(x, 0); in multiply() local 261 long x0 = x[0], x1 = x[1]; in multiply() local 291 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local 301 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local 311 long x0 = x[0], x1 = x[1]; in multiplyP() local 319 long x0 = x[0], x1 = x[1]; in multiplyP() local 327 long x0 = x[0], x1 = x[1]; in multiplyP3() local 335 long x0 = x[0], x1 = x[1]; in multiplyP4() local 343 long x0 = x[0], x1 = x[1]; in multiplyP7() local [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/gcm/ |
D | GCMUtil.java | 144 long x0 = x[0], x1 = x[1]; in divideP() local 168 long x0 = Pack.bigEndianToLong(x, 0); in multiply() local 261 long x0 = x[0], x1 = x[1]; in multiply() local 291 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local 301 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local 311 long x0 = x[0], x1 = x[1]; in multiplyP() local 319 long x0 = x[0], x1 = x[1]; in multiplyP() local 327 long x0 = x[0], x1 = x[1]; in multiplyP3() local 335 long x0 = x[0], x1 = x[1]; in multiplyP4() local 343 long x0 = x[0], x1 = x[1]; in multiplyP7() local [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
D | GCMUtil.java | 140 long x0 = x[0], x1 = x[1]; in divideP() local 164 long x0 = Pack.bigEndianToLong(x, 0); in multiply() local 257 long x0 = x[0], x1 = x[1]; in multiply() local 287 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local 297 int x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; in multiplyP() local 307 long x0 = x[0], x1 = x[1]; in multiplyP() local 315 long x0 = x[0], x1 = x[1]; in multiplyP() local 323 long x0 = x[0], x1 = x[1]; in multiplyP3() local 331 long x0 = x[0], x1 = x[1]; in multiplyP4() local 339 long x0 = x[0], x1 = x[1]; in multiplyP7() local [all …]
|
/external/libopus/celt/arm/ |
D | celt_neon_intr.c | 59 int16x4_t x0 = vget_low_s16(xx); in xcorr_kernel_neon_fixed() local 90 int16x4_t x0 = vld1_s16(x); in xcorr_kernel_neon_fixed() local 109 int16x4_t x0 = xx.val[0]; in xcorr_kernel_neon_fixed() local 134 int16x4_t x0 = vld1_dup_s16(x); in xcorr_kernel_neon_fixed() local 144 int16x4_t x0 = vld1_dup_s16(x); in xcorr_kernel_neon_fixed() local
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | LinearGradientNatives.java | 12 float x0, in nativeCreate() 23 float x0, in nativeCreate1() 32 long matrix, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode); in nativeCreate2()
|
/external/mesa3d/src/intel/isl/ |
D | isl_tiled_memcpy.c | 126 unsigned x0, unsigned x1, in wtile_block_copy_from_linear() 146 unsigned x0, unsigned y0, in wtile_block_full_copy_from_linear() 216 unsigned x0, unsigned x1, in wtile_block_copy_to_linear() 236 unsigned x0, unsigned y0, in wtile_block_full_copy_to_linear() 445 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_xtiled() 487 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_ytiled() 609 linear_to_tile4(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_tile4() 806 linear_to_wtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in linear_to_wtiled() 879 xtiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in xtiled_to_linear() 921 ytiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in ytiled_to_linear() [all …]
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/transforms/ |
D | sme_transpose_interleave_2VL.hpp | 188 float *out, const float *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 201 bfloat16 *out, const bfloat16 *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 214 __fp16 *out, const __fp16 *in, int stride, int x0, int xmax, int k0, int kmax) in Transform()
|
D | a64_transpose_interleave_48.hpp | 208 float *out, const float *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 221 __fp16 *out, const __fp16 *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 234 double *out, const double *in, int stride, int x0, int xmax, int k0, int kmax) in Transform()
|
D | sve_transpose_interleave_3VL.hpp | 137 float *out, const float *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 150 __fp16 *out, const __fp16 *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 163 double *out, const double *in, int stride, int x0, int xmax, int k0, int kmax) in Transform()
|
D | a64_transpose_interleave_24.hpp | 235 float *out, const float *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 248 int16_t *out, const int16_t *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 261 uint16_t *out, const uint16_t *in, int stride, int x0, int xmax, int k0, int kmax) in Transform()
|
D | sve_transpose_interleave_4VL.hpp | 151 float *out, const float *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 164 __fp16 *out, const __fp16 *in, int stride, int x0, int xmax, int k0, int kmax) in Transform() 177 double *out, const double *in, int stride, int x0, int xmax, int k0, int kmax) in Transform()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeLinearGradient.java | 29 float x0, in nativeCreate() 45 float x0, in nativeCreate1() 58 long matrix, float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) { in nativeCreate2()
|