/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/lexical/ |
H A D | algorithm.rs | 48 let shift = exponent - max_exp; in fast_path() localVariable 136 let shift = fp.normalize(); in multiply_exponent_extended() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 135 let shift = in add() localVariable 161 let shift = (1 - a_exponent).cast(); in add() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/lexical/ |
D | algorithm.rs | 48 let shift = exponent - max_exp; in fast_path() localVariable 133 let shift = fp.normalize(); in multiply_exponent_extended() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 135 let shift = in add() localVariable 161 let shift = (1 - a_exponent).cast(); in add() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 135 let shift = in add() localVariable 161 let shift = (1 - a_exponent).cast(); in add() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 135 let shift = in add() localVariable 161 let shift = (1 - a_exponent).cast(); in add() localVariable
|
/aosp_15_r20/external/libmpeg2/common/arm/ |
H A D | icv_platform_macros.h | 105 #define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift)))) argument 106 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 135 let shift = in add() localVariable 161 let shift = (1 - a_exponent).cast(); in add() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/lexical/ |
H A D | algorithm.rs | 48 let shift = exponent - max_exp; in fast_path() localVariable 136 let shift = fp.normalize(); in multiply_exponent_extended() localVariable
|
/aosp_15_r20/external/libmpeg2/common/armv8/ |
H A D | icv_platform_macros.h | 81 #define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift)))) argument 82 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) argument
|
/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | sv_sin_3u5.c | 14 double inv_pi, pi_1, pi_2, pi_3, shift, range_val; member 52 svfloat64_t shift = sv_f64 (d->shift); in SV_NAME_D1() local
|
H A D | v_erff_2u.c | 14 float32x4_t max, shift, third; member 84 float32x4_t shift = dat->shift; in V_NAME_F1() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | LongArray.java | 594 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() 607 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() 665 int shift = bits & 0x3F; in addShiftedByBitsSafe() local 680 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp() 693 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown() 766 int shift = bit & 0x3F; in flipWord() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | intrapred_sse4.c | 149 __m128i b, res, res1, shift; in dr_prediction_z1_HxW_internal_sse4_1() local 276 __m128i shift = _mm_srli_epi16(_mm_and_si128(_mm_set1_epi16(x), c3f), 1); in dr_prediction_z1_32xN_internal_sse4_1() local 375 __m128i shift = in dr_prediction_z1_64xN_sse4_1() local 486 __m128i b, res, shift, r6, ydx; in dr_prediction_z2_Nx4_sse4_1() local 605 __m128i b, res, res1, shift; in dr_prediction_z2_Nx8_sse4_1() local 737 __m128i b, res, res1, shift, reg_j, r6, ydx; in dr_prediction_z2_HxW_sse4_1() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | LongArray.java | 593 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() 606 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() 664 int shift = bits & 0x3F; in addShiftedByBitsSafe() local 679 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp() 692 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown() 765 int shift = bit & 0x3F; in flipWord() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | LongArray.java | 594 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() 607 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() 665 int shift = bits & 0x3F; in addShiftedByBitsSafe() local 680 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp() 693 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown() 766 int shift = bit & 0x3F; in flipWord() local
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_mps_res_pns_js_thumb.c | 127 WORD shift; in ixheaacd_res_ctns_apply() local 140 WORD shift; in ixheaacd_res_ctns_apply() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/ |
D | shift.rs | 20 let shift = (shift % bits).to_u8().unwrap(); in biguint_shl() localVariable 62 let shift = (shift % bits).to_u8().unwrap(); in biguint_shr() localVariable
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | ssim.c | 97 int rp, uint32_t bd, uint32_t shift) { in highbd_ssim_8x8() 132 int height, uint32_t bd, uint32_t shift) { in vpx_highbd_ssim2() 422 uint32_t shift = 0; in vpx_highbd_calc_ssim() local
|
/aosp_15_r20/external/aac/libFDK/include/ |
H A D | fixpoint_math.h | 320 static FDK_FORCEINLINE FIXP_DBL invSqrtNorm2(FIXP_DBL op, INT *shift) { in invSqrtNorm2() 400 int shift = 31 - (2 * tmp_exp + 1); in invFixp() local 643 INT shift; in fAdjust() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.h | 206 struct fd_bo *bo, uint32_t offset, uint64_t orval, int32_t shift) in __event_write() 235 uint64_t orval, int32_t shift) in fd6_record_ts() 244 uint32_t offset, uint64_t orval, int32_t shift) in fd6_fence_write()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceUtils.h | 106 inline uint32_t rotateLeft32(uint32_t value, uint32_t shift) { in rotateLeft32() 113 inline uint32_t rotateRight32(uint32_t value, uint32_t shift) { in rotateRight32()
|
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/ |
H A D | VarInt.java | 63 int shift = 0; in getVarInt() local 164 int shift = 0; in getVarInt() local
|
/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-assembler-negative-cond-rd-rn-operand-rm-shift-rs-a32.cc | 89 ShiftType shift; member 3125 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | icv_platform_macros.h | 89 #define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift)))) argument 90 #define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift))) argument
|