/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | factor.hpp | 42 std::vector<T> factors; in find_integer_prime_factors() local 47 factors.push_back(d); in find_integer_prime_factors() 51 return factors; in find_integer_prime_factors() 64 const std::vector<std::vector<T>> &factors, in next_grid_factor() argument 67 if (d >= factors.size()) { in next_grid_factor() 71 } else if (i >= factors[d].size()) { in next_grid_factor() 73 return next_grid_factor(limits, grid, factors, in next_grid_factor() 77 T f = factors[d][i]; in next_grid_factor() 97 return next_grid_factor(limits, grid, factors, in next_grid_factor() 114 const std::vector<std::vector<T>> factors = in find_grid_optimal_factor() local [all …]
|
/third_party/mindspore/tests/ut/python/nn/ |
D | test_msssim.py | 38 factors = (0.033, 0.033, 0.033) 39 net = MSSSIMNet(power_factors=factors) 47 factors = (0.033, 0.033, 0.033) 48 net = MSSSIMNet(max_val=max_val, power_factors=factors) 100 factors = (0.033, 0.033, 0.033) 103 net = MSSSIMNet(power_factors=factors) 111 factors = (0.033, 0.033, 0.033) 114 net = MSSSIMNet(power_factors=factors) 123 factors = (0.033, 0.033, 0.033) 129 net = MSSSIMNet(power_factors=factors)
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | RangeTreeFactorizer.java | 71 List<RangeTree> factors = new ArrayList<>(); in factor() local 74 factors.add(ranges.intersect(RangeTree.from(RangeSpecification.any(n)))); in factor() 79 while (index < factors.size()) { in factor() 81 RangeTree r = factors.get(index); in factor() 83 RangeTree merged = new RangeTreeFactorizer(factors.get(n), strategy).mergeFrom(r); in factor() 84 factors.set(n, merged); in factor() 90 factors.remove(index); in factor() 93 factors.set(index, r); in factor() 97 return ImmutableList.copyOf(factors); in factor()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_func_separate.txt | 24 independent setting of the RGB and alpha blend factors for blend 25 operations that require source and destination blend factors. It 58 The RGB and alpha blend factors are separate. The function 59 BlendFuncSeparateEXT allows the specification of the four factors. 100 The BlendFunc command sets both source factors (RGB and alpha) and 101 destination factors (RGB and alpha) while BlendFuncSeparateEXT sets 102 the RGB factors independently from the alpha factors.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_func_separate.txt | 24 independent setting of the RGB and alpha blend factors for blend 25 operations that require source and destination blend factors. It 58 The RGB and alpha blend factors are separate. The function 59 BlendFuncSeparateEXT allows the specification of the four factors. 100 The BlendFunc command sets both source factors (RGB and alpha) and 101 destination factors (RGB and alpha) while BlendFuncSeparateEXT sets 102 the RGB factors independently from the alpha factors.
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
D | kiss_fft_s16.c | 239 const size_t fstride, int in_stride, int *factors, in kf_work() argument 243 const int p = *factors++; /* the radix */ in kf_work() 244 const int m = *factors++; /* stage's fft length/p */ in kf_work() 257 in_stride, factors, st); in kf_work() 292 kf_work (Fout, f, fstride * p, in_stride, factors, st); in kf_work() 388 kf_factor (nfft, st->factors); in kiss_fft_s16_alloc() 404 kf_work (tmpbuf, fin, 1, in_stride, st->factors, st); in kiss_fft_s16_stride() 408 kf_work (fout, fin, 1, in_stride, st->factors, st); in kiss_fft_s16_stride()
|
D | kiss_fft_f32.c | 239 const size_t fstride, int in_stride, int *factors, in kf_work() argument 243 const int p = *factors++; /* the radix */ in kf_work() 244 const int m = *factors++; /* stage's fft length/p */ in kf_work() 257 in_stride, factors, st); in kf_work() 292 kf_work (Fout, f, fstride * p, in_stride, factors, st); in kf_work() 388 kf_factor (nfft, st->factors); in kiss_fft_f32_alloc() 404 kf_work (tmpbuf, fin, 1, in_stride, st->factors, st); in kiss_fft_f32_stride() 408 kf_work (fout, fin, 1, in_stride, st->factors, st); in kiss_fft_f32_stride()
|
D | kiss_fft_s32.c | 239 const size_t fstride, int in_stride, int *factors, in kf_work() argument 243 const int p = *factors++; /* the radix */ in kf_work() 244 const int m = *factors++; /* stage's fft length/p */ in kf_work() 257 in_stride, factors, st); in kf_work() 292 kf_work (Fout, f, fstride * p, in_stride, factors, st); in kf_work() 388 kf_factor (nfft, st->factors); in kiss_fft_s32_alloc() 404 kf_work (tmpbuf, fin, 1, in_stride, st->factors, st); in kiss_fft_s32_stride() 408 kf_work (fout, fin, 1, in_stride, st->factors, st); in kiss_fft_s32_stride()
|
D | kiss_fft_f64.c | 239 const size_t fstride, int in_stride, int *factors, in kf_work() argument 243 const int p = *factors++; /* the radix */ in kf_work() 244 const int m = *factors++; /* stage's fft length/p */ in kf_work() 257 in_stride, factors, st); in kf_work() 292 kf_work (Fout, f, fstride * p, in_stride, factors, st); in kf_work() 388 kf_factor (nfft, st->factors); in kiss_fft_f64_alloc() 404 kf_work (tmpbuf, fin, 1, in_stride, st->factors, st); in kiss_fft_f64_stride() 408 kf_work (fout, fin, 1, in_stride, st->factors, st); in kiss_fft_f64_stride()
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | fnt.py | 65 def is_primitive_root(r, p, factors, exponents): argument 67 if p != prod(factors, exponents) + 1: 69 for f in factors:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_blend_func_separate.txt | 37 independent setting of the RGB and alpha blend factors for blend 38 operations that require source and destination blend factors. It 73 "The weighting factors used by the blend equation are determined by the 86 corresponding computed blend factors are summarized in table 4.blendfunc. 104 and the corresponding blend factors. Addition and subtraction of triplets
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blend.c | 441 const char *factors[] = { in get_equation_str() local 456 assert(rt_state->equation.rgb_src_factor < ARRAY_SIZE(factors)); in get_equation_str() 457 assert(rt_state->equation.rgb_dst_factor < ARRAY_SIZE(factors)); in get_equation_str() 464 factors[rt_state->equation.rgb_src_factor], in get_equation_str() 466 factors[rt_state->equation.rgb_dst_factor], in get_equation_str() 475 assert(rt_state->equation.alpha_src_factor < ARRAY_SIZE(factors)); in get_equation_str() 476 assert(rt_state->equation.alpha_dst_factor < ARRAY_SIZE(factors)); in get_equation_str() 480 factors[rt_state->equation.alpha_src_factor], in get_equation_str() 482 factors[rt_state->equation.alpha_dst_factor]); in get_equation_str()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_clip_band_hint.txt | 41 is characterized by queriable implementation dependent expansion factors 49 introduce the notion of clip band factors instead and use the 52 * It is possible that for certain implementation the X, Y and Z factors 56 factors? 107 Since implementations may choose to base the clip band factors on a 108 function of the viewport size, it is recommended that these factors be
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_clip_band_hint.txt | 41 is characterized by queriable implementation dependent expansion factors 49 introduce the notion of clip band factors instead and use the 52 * It is possible that for certain implementation the X, Y and Z factors 56 factors? 107 Since implementations may choose to base the clip band factors on a 108 function of the viewport size, it is recommended that these factors be
|
/third_party/openGLES/extensions/OES/ |
D | OES_blend_func_separate.txt | 47 independent setting of the RGB and alpha blend factors for blend 48 operations that require source and destination blend factors. It 83 "The weighting factors used by the blend equation are determined by the 96 corresponding computed blend factors are summarized in table 4.blendfunc. 114 and the corresponding blend factors. Addition and subtraction of triplets
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_tess.c | 275 struct pipe_tessellation_factors *factors) in llvm_fetch_tess_factors() argument 288 factors->outer_tf[i] = input[outer_slot][i]; in llvm_fetch_tess_factors() 291 factors->outer_tf[i] = shader->draw->default_outer_tess_level[i]; in llvm_fetch_tess_factors() 295 factors->inner_tf[i] = input[inner_slot][i]; in llvm_fetch_tess_factors() 298 factors->inner_tf[i] = shader->draw->default_inner_tess_level[i]; in llvm_fetch_tess_factors() 355 struct pipe_tessellation_factors factors; in draw_tess_eval_shader_run() local 366 llvm_fetch_tess_factors(shader, i, num_input_vertices_per_patch, &factors); in draw_tess_eval_shader_run() 369 p_tessellate(ptess, &factors, &data); in draw_tess_eval_shader_run() 393 …llvm_tes_run(shader, i, num_input_vertices_per_patch, &data, &factors, (struct vertex_header *)out… in draw_tess_eval_shader_run()
|
/third_party/icu/icu4c/source/common/ |
D | unames.cpp | 773 writeFactorSuffix(const uint16_t *factors, uint16_t count, in writeFactorSuffix() argument 792 factor=factors[i]; in writeFactorSuffix() 829 factor=(uint16_t)(factors[i]-indexes[i]-1); in writeFactorSuffix() 905 const uint16_t *factors=(const uint16_t *)(range+1); in getAlgName() local 907 const char *s=(const char *)(factors+count); in getAlgName() 915 bufferPos+=writeFactorSuffix(factors, count, in getAlgName() 995 const uint16_t *factors=(const uint16_t *)(range+1); in enumAlgNames() local 997 const char *s=(const char *)(factors+count); in enumAlgNames() 1014 length=(uint16_t)(prefixLength+writeFactorSuffix(factors, count, in enumAlgNames() 1030 if(idx<factors[i]) { in enumAlgNames() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unames.cpp | 773 writeFactorSuffix(const uint16_t *factors, uint16_t count, in writeFactorSuffix() argument 792 factor=factors[i]; in writeFactorSuffix() 829 factor=(uint16_t)(factors[i]-indexes[i]-1); in writeFactorSuffix() 905 const uint16_t *factors=(const uint16_t *)(range+1); in getAlgName() local 907 const char *s=(const char *)(factors+count); in getAlgName() 915 bufferPos+=writeFactorSuffix(factors, count, in getAlgName() 995 const uint16_t *factors=(const uint16_t *)(range+1); in enumAlgNames() local 997 const char *s=(const char *)(factors+count); in enumAlgNames() 1014 length=(uint16_t)(prefixLength+writeFactorSuffix(factors, count, in enumAlgNames() 1030 if(idx<factors[i]) { in enumAlgNames() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | unames.cpp | 773 writeFactorSuffix(const uint16_t *factors, uint16_t count, in writeFactorSuffix() argument 792 factor=factors[i]; in writeFactorSuffix() 829 factor=(uint16_t)(factors[i]-indexes[i]-1); in writeFactorSuffix() 905 const uint16_t *factors=(const uint16_t *)(range+1); in getAlgName() local 907 const char *s=(const char *)(factors+count); in getAlgName() 915 bufferPos+=writeFactorSuffix(factors, count, in getAlgName() 995 const uint16_t *factors=(const uint16_t *)(range+1); in enumAlgNames() local 997 const char *s=(const char *)(factors+count); in enumAlgNames() 1014 length=(uint16_t)(prefixLength+writeFactorSuffix(factors, count, in enumAlgNames() 1030 if(idx<factors[i]) { in enumAlgNames() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unames.cpp | 773 writeFactorSuffix(const uint16_t *factors, uint16_t count, in writeFactorSuffix() argument 792 factor=factors[i]; in writeFactorSuffix() 829 factor=(uint16_t)(factors[i]-indexes[i]-1); in writeFactorSuffix() 905 const uint16_t *factors=(const uint16_t *)(range+1); in getAlgName() local 907 const char *s=(const char *)(factors+count); in getAlgName() 915 bufferPos+=writeFactorSuffix(factors, count, in getAlgName() 995 const uint16_t *factors=(const uint16_t *)(range+1); in enumAlgNames() local 997 const char *s=(const char *)(factors+count); in enumAlgNames() 1014 length=(uint16_t)(prefixLength+writeFactorSuffix(factors, count, in enumAlgNames() 1030 if(idx<factors[i]) { in enumAlgNames() [all …]
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_CTX_set_scrypt_N.pod | 38 EVP_PKEY_CTX_set_scrypt_p() configure the work factors N, r and p. 42 If RAM is exceeded because the load factors are chosen too high, the 51 The work factors B<N>, B<r> and B<p> as well as B<maxmem_bytes> can be
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_blend_square.txt | 41 This extension provides four additional blending factors to permit 43 blending factors, and DST_COLOR and ONE_MINUS_DST_COLOR for destination 44 blending factors.
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_square.txt | 41 This extension provides four additional blending factors to permit 43 blending factors, and DST_COLOR and ONE_MINUS_DST_COLOR for destination 44 blending factors.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuildTests.cpp | 625 const deUint32 factors[] = { 1, 4 }; in createBuildTests() local 648 for (size_t factorNdx = 0; factorNdx < DE_LENGTH_OF_ARRAY(factors); ++factorNdx) in createBuildTests() 654 const deUint32 factor = factors[factorNdx]; in createBuildTests() 679 for (size_t factorNdx = 0; factorNdx < DE_LENGTH_OF_ARRAY(factors); ++factorNdx) in createBuildTests() 685 const deUint32 factor = factors[factorNdx]; in createBuildTests() 710 for (size_t factorNdx = 0; factorNdx < DE_LENGTH_OF_ARRAY(factors); ++factorNdx) in createBuildTests() 716 const deUint32 factor = factors[factorNdx]; in createBuildTests()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_framerate.asm | 98 por m2, m3 ; interleaved factors 113 por m2, m3 ; interleaved factors
|