/third_party/python/Lib/lib2to3/ |
H A D | btm_utils.py | 129 reduced = reduce_tree(child, new_node) 130 if reduced is not None: 131 new_node.children.append(reduced) 137 reduced = reduce_tree(child, new_node) 138 if reduced: 139 new_node.children.append(reduced) 141 # delete the group if all of the children were reduced to None 228 reduced = reduce_tree(child, new_node) 229 if reduced is not None: 230 new_node.children.append(reduced) [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | Precision.java | 471 BigDecimal reduced = increment.stripTrailingZeros(); in constructIncrement() 472 if (reduced.precision() == 1) { in constructIncrement() 474 int maxFrac = reduced.scale(); in constructIncrement() 475 BigInteger digit = reduced.unscaledValue(); in constructIncrement()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | Precision.java | 423 BigDecimal reduced = increment.stripTrailingZeros(); in constructIncrement() 424 if (reduced.precision() == 1) { in constructIncrement() 426 int maxFrac = reduced.scale(); in constructIncrement() 427 BigInteger digit = reduced.unscaledValue(); in constructIncrement()
|
/third_party/skia/tests/ |
H A D | PathOpsConicLineIntersectionTest.cpp | 113 SkPoint reduced[3]; in DEF_TEST() local 116 SkPath::Verb order1 = SkReduceOrder::Conic(floatConic, reduced); in DEF_TEST()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_draw.c | 142 enum pipe_prim_type reduced = u_reduced_prim(mode); in crocus_update_draw_info() local 143 if (ice->state.reduced_prim_mode != reduced) { in crocus_update_draw_info() 146 /* if the reduced prim changes the WM needs updating. */ in crocus_update_draw_info() 148 ice->state.reduced_prim_mode = reduced; in crocus_update_draw_info()
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | entry-index.js | 199 const reduced = entries.reduce((acc, entry) => { 203 // reduced is a map of key => entry 204 for (const entry of reduced.values()) {
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctred-mmx.asm | 2 ; jidctred.asm - reduced-size IDCT (MMX) 17 ; This file contains inverse-DCT routines that produce reduced-size 97 ; producing a reduced-size 4x4 output block. 491 ; producing a reduced-size 2x2 output block.
|
H A D | jidctred-sse2.asm | 2 ; jidctred.asm - reduced-size IDCT (SSE2) 17 ; This file contains inverse-DCT routines that produce reduced-size 97 ; producing a reduced-size 4x4 output block. 412 ; producing a reduced-size 2x2 output block.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctred-sse2.asm | 2 ; jidctred.asm - reduced-size IDCT (64-bit SSE2) 18 ; This file contains inverse-DCT routines that produce reduced-size 98 ; producing a reduced-size 4x4 output block. 401 ; producing a reduced-size 2x2 output block.
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_16bpp_neon.S | 191 @ reduced dst stride
|
/third_party/skia/src/core/ |
H A D | SkScan_Path.cpp | 552 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) { in clip_to_limit() argument 562 reduced->op(orig, limitR, SkRegion::kIntersect_Op); in clip_to_limit()
|
/third_party/ffmpeg/libavfilter/ |
H A D | avfiltergraph.c | 773 int i, reduced, ret; in reduce_formats() local 776 reduced = 0; in reduce_formats() 781 reduced |= ret; in reduce_formats() 783 } while (reduced); in reduce_formats()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_exp.c | 674 BIGNUM *reduced = BN_CTX_get(ctx); in BN_mod_exp_mont_consttime() local 675 if (reduced == NULL in BN_mod_exp_mont_consttime() 676 || !BN_nnmod(reduced, a, m, ctx)) { in BN_mod_exp_mont_consttime() 679 a = reduced; in BN_mod_exp_mont_consttime() 936 * reduction variant, so the values here may not be fully reduced. in BN_mod_exp_mont_consttime() 938 * Additionally, we pass these "almost" reduced inputs into in BN_mod_exp_mont_consttime() 940 * Given those inputs, |bn_mul_mont| may not give reduced in BN_mod_exp_mont_consttime() 941 * output, but it will still produce "almost" reduced output. in BN_mod_exp_mont_consttime() 1044 * fully reduced. This is within bounds for |BN_from_montgomery| in BN_mod_exp_mont_consttime() 1046 * produce a fully reduced resul in BN_mod_exp_mont_consttime() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 666 BIGNUM *reduced = BN_CTX_get(ctx); in BN_mod_exp_mont_consttime() local 667 if (reduced == NULL in BN_mod_exp_mont_consttime() 668 || !BN_nnmod(reduced, a, m, ctx)) { in BN_mod_exp_mont_consttime() 671 a = reduced; in BN_mod_exp_mont_consttime() 928 * reduction variant, so the values here may not be fully reduced. in BN_mod_exp_mont_consttime() 930 * Additionally, we pass these "almost" reduced inputs into in BN_mod_exp_mont_consttime() 932 * Given those inputs, |bn_mul_mont| may not give reduced in BN_mod_exp_mont_consttime() 933 * output, but it will still produce "almost" reduced output. in BN_mod_exp_mont_consttime() 1036 * fully reduced. This is within bounds for |BN_from_montgomery| in BN_mod_exp_mont_consttime() 1038 * produce a fully reduced resul in BN_mod_exp_mont_consttime() [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 325 adc $d2,$h2,xzr // can be partially reduced... 863 // write the result, can be partially reduced 892 adc $h2,$h2,xzr // can be partially reduced...
|
H A D | poly1305-armv4.pl | 561 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 1175 adc $h4,$g0,$h4,lsr#24 @ can be partially reduced ...
|
H A D | poly1305-sparcv9.pl | 942 andn $d3,$mask,$d3 ! can be partially reduced...
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 325 adc $d2,$h2,xzr // can be partially reduced... 865 // write the result, can be partially reduced 894 adc $h2,$h2,xzr // can be partially reduced...
|
H A D | poly1305-armv4.pl | 561 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 1175 adc $h4,$g0,$h4,lsr#24 @ can be partially reduced ...
|
H A D | poly1305-sparcv9.pl | 942 andn $d3,$mask,$d3 ! can be partially reduced...
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1192 stbi_uc *reduced; in stbi__convert_16_to_8() local 1194 reduced = (stbi_uc *) stbi__malloc(img_len); in stbi__convert_16_to_8() 1195 if (reduced == NULL) return stbi__errpuc("outofmem", "Out of memory"); in stbi__convert_16_to_8() 1198 reduced[i] = (stbi_uc)((orig[i] >> 8) & 0xFF); // top half of each byte is sufficient approx of 16->8 bit scaling in stbi__convert_16_to_8() 1201 return reduced; in stbi__convert_16_to_8() 3655 // this is a reduced-precision calculation of YCbCr-to-RGB introduced
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 348 Node* reduced = graph()->NewNode(common()->DelayedStringConstant(cons)); in ReduceJSAdd() local 349 ReplaceWithValue(node, reduced); in ReduceJSAdd() 350 return Replace(reduced); in ReduceJSAdd()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 488 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 1102 adc r7,r8,r7,lsr#24 @ can be partially reduced ...
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 488 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 1102 adc r7,r8,r7,lsr#24 @ can be partially reduced ...
|
/third_party/vixl/test/aarch64/ |
H A D | test-cpu-features-aarch64.cc | 67 CPUFeatures reduced = features_.Without(*it); in Run() local 68 RunWithFeatures(reduced); in Run() 69 errors.push_back(reduced); in Run()
|