/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 66 /* 1998.05.21 adjust remainder operator finalization */ 638 exp = (exp + dotoff) - d; // adjust exponent if had dot in BigDecimal() 2224 * If 'after' was specified then we may need to adjust the mantissa. This is a little tricky, as we must conform in format() 2252 num.exp = num.exp - ((after - thisafter)); // adjust exponent in format() 3389 // already padded with 0's, so just adjust exponent in dodivide() 3656 int adjust; in round() 3663 adjust = mant.length - len; in round() 3664 if (adjust <= 0) in round() 3667 exp = exp + adjust; // exponent of result in round()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 67 /* 1998.05.21 adjust remainder operator finalization */ 622 exp = (exp + dotoff) - d; // adjust exponent if had dot in BigDecimal() 2170 * If 'after' was specified then we may need to adjust the mantissa. This is a little tricky, as we must conform in format() 2198 num.exp = num.exp - ((after - thisafter)); // adjust exponent in format() 3314 // already padded with 0's, so just adjust exponent in dodivide() 3581 int adjust; in round() 3588 adjust = mant.length - len; in round() 3589 if (adjust <= 0) in round() 3592 exp = exp + adjust; // exponent of result in round()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 702 translate_offs (GElf_Addr adjust, in translate_offs() argument 708 find_offsets (mod->main.elf, adjust, phnum, i_max, addrs, offs); in translate_offs()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf_16bpp.asm | 328 ; FIXME investigate if we can _not_ load q0-3 below if h, and adjust register 397 ; FIXME investigate if we can _not_ load q0|q4-7 below if h, and adjust register
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 268 add in2=-1,in2 // adjust num for ar.lc
|
/third_party/skia/src/core/ |
H A D | SkImageFilter.cpp | 264 // crop would automatically adjust the required input of its child filter in this same way. in getInputBounds() 661 tmp.adjust(-filterOffset.fX, -filterOffset.fY, in DetermineRepeatedSrcBound()
|
H A D | SkCanvas.cpp | 794 SkMatrix adjust = SkMatrix::MakeRectToRect(SkRect::Make(SkIRect(layerBounds)), in get_layer_mapping_and_bounds() local 797 if (!mapping.adjustLayerSpace(adjust)) { in get_layer_mapping_and_bounds() 1666 // adjust it outwards in case we are antialiasing
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 268 add in2=-1,in2 // adjust num for ar.lc
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 114 read-only, \Prog{libunwind} will automatically adjust its value if
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 448 void adjust(int32_t dL, int32_t dT, int32_t dR, int32_t dB) { in adjust() function
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 154 || ADD 1,@Y[12],@Y[12] ; adjust counter for 2nd block 431 ADD 1,@Y[12],@Y[12] ; adjust counter for 2nd block
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 154 || ADD 1,@Y[12],@Y[12] ; adjust counter for 2nd block 431 ADD 1,@Y[12],@Y[12] ; adjust counter for 2nd block
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | neutrino.rs | 164 pub adjust: _clockadjust,
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 259 %3 4 ; must adjust stack pointer because of call
|
/third_party/mbedtls/library/ |
H A D | ecp_curves.c | 5315 size_t adjust, size_t shift, mbedtls_mpi_uint mask) in ecp_mod_koblitz() 5336 M.n = (unsigned short) (N->n - (p_limbs - adjust)); in ecp_mod_koblitz() 5337 if (M.n > p_limbs + adjust) { in ecp_mod_koblitz() 5338 M.n = (unsigned short) (p_limbs + adjust); in ecp_mod_koblitz() 5341 memcpy(Mp, N->p + p_limbs - adjust, M.n * sizeof(mbedtls_mpi_uint)); in ecp_mod_koblitz() 5362 M.n = (unsigned short) (N->n - (p_limbs - adjust)); in ecp_mod_koblitz() 5363 if (M.n > p_limbs + adjust) { in ecp_mod_koblitz() 5364 M.n = (unsigned short) (p_limbs + adjust); in ecp_mod_koblitz() 5367 memcpy(Mp, N->p + p_limbs - adjust, M.n * sizeof(mbedtls_mpi_uint)); in ecp_mod_koblitz() 5314 ecp_mod_koblitz(mbedtls_mpi *N, const mbedtls_mpi_uint *Rp, size_t p_limbs, size_t adjust, size_t shift, mbedtls_mpi_uint mask) ecp_mod_koblitz() argument
|
H A D | ecp_curves_new.c | 5642 size_t adjust = (shift + biL - 1) / biL; in ecp_mod_koblitz() local 5643 size_t P_limbs = bits / biL + adjust; in ecp_mod_koblitz() 5660 if (adjust != 0) { in ecp_mod_koblitz() 5670 memcpy(A1, X + P_limbs - adjust, P_limbs * ciL); in ecp_mod_koblitz()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc-mont.pl | 173 addi $num,$num,-2 ; adjust $num for counter register
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc-mont.pl | 173 addi $num,$num,-2 ; adjust $num for counter register
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 6993 const uint32_t adjust = carry ? 12 : 0; in jsondec_epochdays() local 6995 const uint32_t month_days = ((m_adj + adjust) * 62719 + 769) / 2048; in jsondec_epochdays()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 209 vsub.i8 $mask,$mask,$key // adjust the mask
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 225 vsub.i8 $mask,$mask,$key // adjust the mask
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 13146 // 6. adjust pointers in arm_convert_latin1_to_utf8() 13415 // similar magic number but without the continue byte adjust and halfword swapped in convert_masked_utf8_to_utf16() 13719 // 3. adjust pointers in arm_convert_utf16_to_latin1() 13741 // 3. adjust pointers in arm_convert_utf16_to_latin1_with_errors() 13834 // 3. adjust pointers in arm_convert_utf16_to_utf8() 13844 // 3. adjust pointers in arm_convert_utf16_to_utf8() 13893 // 6. adjust pointers in arm_convert_utf16_to_utf8() 14088 // 3. adjust pointers in arm_convert_utf16_to_utf8_with_errors() 14098 // 3. adjust pointers in arm_convert_utf16_to_utf8_with_errors() 14147 // 6. adjust pointer in arm_convert_utf16_to_utf8_with_errors() [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2732 % definition of @key that produces a lozenge. Doesn't adjust to text size. 9791 % To change the settings for a different printer or situation, adjust
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |