/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 361 LLVMValueRef rho; in lp_build_rho() local 393 rho = lp_build_pack_aos_scalars(bld->gallivm, coord_bld->type, in lp_build_rho() 397 rho = lp_build_swizzle_scalar_aos(coord_bld, cube_rho, 0, 4); in lp_build_rho() 404 rho = lp_build_mul(rho_bld, cubesize, rho); in lp_build_rho() 440 rho = lp_build_max(coord_bld, rho_xvec, rho_yvec); in lp_build_rho() 444 rho = ddmax[0]; in lp_build_rho() 446 rho = lp_build_max(coord_bld, rho, ddmax[1]); in lp_build_rho() 448 rho = lp_build_max(coord_bld, rho, ddmax[2]); in lp_build_rho() 453 LLVMValueRef rho_is_inf = lp_build_is_inf_or_nan(gallivm, coord_bld->type, rho); in lp_build_rho() 454 rho = lp_build_select(coord_bld, rho_is_inf, coord_bld->zero, rho); in lp_build_rho() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | aacps_tablegen.h | 159 float alpha, gamma, mu, rho; in ps_tableinit() local 161 rho = FFMAX(icc_invq[icc], 0.05f); in ps_tableinit() 162 alpha = 0.5f * atan2f(2.0f * c * rho, c*c - 1.0f); in ps_tableinit() 164 mu = sqrtf(1 + (4 * rho * rho - 4)/(mu * mu)); in ps_tableinit()
|
D | mpeg4videodec.c | 251 int rho = 3 - s->sprite_warping_accuracy; in mpeg4_decode_sprite_trajectory() local 367 sprite_offset[0][0] = ((int64_t) sprite_ref[0][0] * (1 << alpha + rho)) + in mpeg4_decode_sprite_trajectory() 371 ((int64_t) -vop_ref[0][1]) + (1 << (alpha + rho - 1)); in mpeg4_decode_sprite_trajectory() 372 sprite_offset[0][1] = ((int64_t) sprite_ref[0][1] * (1 << alpha + rho)) + in mpeg4_decode_sprite_trajectory() 376 ((int64_t) -vop_ref[0][1]) + (1 << (alpha + rho - 1)); in mpeg4_decode_sprite_trajectory() 381 … (int64_t) sprite_ref[0][0] - 16 * w2 + (1 << (alpha + rho + 1))); in mpeg4_decode_sprite_trajectory() 386 … (int64_t) sprite_ref[0][1] - 16 * w2 + (1 << (alpha + rho + 1))); in mpeg4_decode_sprite_trajectory() 392 ctx->sprite_shift[0] = alpha + rho; in mpeg4_decode_sprite_trajectory() 393 ctx->sprite_shift[1] = alpha + rho + 2; in mpeg4_decode_sprite_trajectory() 399 … sprite_offset[0][0] = ((int64_t)sprite_ref[0][0] * (1 << (alpha + beta + rho - min_ab))) + in mpeg4_decode_sprite_trajectory() [all …]
|
/third_party/musl/src/complex/ |
D | ctanhf.c | 36 float t, beta, s, rho, denom; in ctanhf() local 63 rho = sqrtf(1 + s * s); in ctanhf() 65 return CMPLXF((beta * rho * s) / denom, t / denom); in ctanhf()
|
D | ctanh.c | 71 double t, beta, s, rho, denom; in ctanh() local 126 rho = sqrt(1 + s * s); /* = cosh(x) */ in ctanh() 128 return CMPLX((beta * rho * s) / denom, t / denom); in ctanh()
|
/third_party/toybox/toys/other/ |
D | sha3sum.c | 33 static const char rho[] = 54 a[pi[x]] = (t<<rho[x])|(t>>(64-rho[x])); in keccak()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_gf2m.c | 1012 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local 1053 rho = BN_CTX_get(ctx); in BN_GF2m_mod_solve_quad_arr() 1059 if (!BN_priv_rand_ex(rho, p[0], BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY, in BN_GF2m_mod_solve_quad_arr() 1062 if (!BN_GF2m_mod_arr(rho, rho, p)) in BN_GF2m_mod_solve_quad_arr() 1065 if (!BN_copy(w, rho)) in BN_GF2m_mod_solve_quad_arr() 1076 if (!BN_GF2m_add(w, w2, rho)) in BN_GF2m_mod_solve_quad_arr()
|
/third_party/openssl/crypto/bn/ |
D | bn_gf2m.c | 1006 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local 1047 rho = BN_CTX_get(ctx); in BN_GF2m_mod_solve_quad_arr() 1053 if (!BN_priv_rand_ex(rho, p[0], BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY, in BN_GF2m_mod_solve_quad_arr() 1056 if (!BN_GF2m_mod_arr(rho, rho, p)) in BN_GF2m_mod_solve_quad_arr() 1059 if (!BN_copy(w, rho)) in BN_GF2m_mod_solve_quad_arr() 1070 if (!BN_GF2m_add(w, w2, rho)) in BN_GF2m_mod_solve_quad_arr()
|
/third_party/ffmpeg/libavutil/ |
D | twofish.c | 278 const uint32_t rho = 0x01010101; in av_twofish_init() local 303 A = tf_h((2 * i) * rho, Me, cs->ksize); in av_twofish_init() 304 B = tf_h((2 * i + 1) * rho, Mo, cs->ksize); in av_twofish_init()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.c | 353 nir_ssa_def *rho = nir_channel(b, r, 0); in evalute_active_lod() local 355 rho = nir_fmax(b, rho, nir_channel(b, r, i)); in evalute_active_lod() 356 lod = nir_flog2(b, rho); in evalute_active_lod()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_texture_lod.txt | 54 require implicit derivatives to calculate rho, lambda 145 For a polygon, rho is given at a fragment with window coordinates 148 rho = max (
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_texture_lod.txt | 54 require implicit derivatives to calculate rho, lambda 145 For a polygon, rho is given at a fragment with window coordinates 148 rho = max (
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_texture_lod.txt | 65 require an implicit derivatives to calculate rho, lambda 188 For a polygon, rho is given at a fragment with window coordinates 191 rho = max ( 453 rho given the continuous original rx, ry, rz, and their well 462 that the calculation of rho based on explicit dPdx
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_texture_lod.txt | 75 require an implicit derivatives to calculate rho, lambda 198 For a polygon, rho is given at a fragment with window coordinates 201 rho = max ( 463 rho given the continuous original rx, ry, rz, and their well 472 that the calculation of rho based on explicit dPdx
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
D | attribs.txt | 67 :rho: ρ
|
D | attribs.adoc | 68 :rho: ρ
|
/third_party/ffmpeg/libavfilter/ |
D | asrc_sinc.c | 109 static float *make_lpf(int num_taps, float Fc, float beta, float rho, in make_lpf() argument 114 float mult = scale / bessel_I_0(beta), mult1 = 1.f / (.5f * m + rho); in make_lpf()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | textures.txt | 1803 The minimum and maximum scale factors [eq]#({rho}~min~, {rho}~max~)# should: 1806 The _scale factors_ [eq]#{rho}~x~# and [eq]#{rho}~y~#, calculated from the 1810 [eq]#{rho}~x~# and [eq]#{rho}~y~# may: be approximated with functions 1858 The minimum and maximum scale factors [eq]#({rho}~min~,{rho}~max~)# are 1861 {empty}:: [eq]#{rho}~max~ = max({rho}~x~, {rho}~y~)# 1862 {empty}:: [eq]#{rho}~min~ = min({rho}~x~, {rho}~y~)# 1866 {empty}:: [eq]#{eta} = min({rho}~max~/{rho}~min~, max~Aniso~)# 1876 If [eq]#{rho}~max~ = {rho}~min~ = 0#, then all the partial derivatives are 1879 If [eq]#{rho}~max~ {neq} 0# and [eq]#{rho}~min~ = 0# then all partial 1883 may: use a smaller value of [eq]#{eta}#, even when [eq]#{rho}~min~# is zero
|
D | textures.adoc | 1907 The minimum and maximum scale factors [eq]#({rho}~min~, {rho}~max~)# should: 1910 The _scale factors_ [eq]#{rho}~x~# and [eq]#{rho}~y~#, calculated from the 1914 [eq]#{rho}~x~# and [eq]#{rho}~y~# may: be approximated with functions 1962 The minimum and maximum scale factors [eq]#({rho}~min~,{rho}~max~)# are 1965 {empty}:: [eq]#{rho}~max~ = max({rho}~x~, {rho}~y~)# 1966 {empty}:: [eq]#{rho}~min~ = min({rho}~x~, {rho}~y~)# 1970 {empty}:: [eq]#{eta} = min({rho}~max~/{rho}~min~, max~Aniso~)# 1980 If [eq]#{rho}~max~ = {rho}~min~ = 0#, then all the partial derivatives are 1983 If [eq]#{rho}~max~ {neq} 0# and [eq]#{rho}~min~ = 0# then all partial 1987 may: use a smaller value of [eq]#{eta}#, even when [eq]#{rho}~min~# is zero
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 780 nir_ssa_def *rho; in lower_gradient() local 782 rho = nir_fmax(b, nir_fabs(b, dPdx), nir_fabs(b, dPdy)); in lower_gradient() 784 rho = nir_fmax(b, in lower_gradient() 790 nir_ssa_def *lod = nir_flog2(b, rho); in lower_gradient()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 520 const float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, sview->base.u.tex.first_level); in compute_lambda_1d_explicit_gradients() local 521 return util_fast_log2(rho); in compute_lambda_1d_explicit_gradients() 566 const float rho = MAX2(maxx, maxy); in compute_lambda_2d_explicit_gradients() local 567 return util_fast_log2(rho); in compute_lambda_2d_explicit_gradients() 613 const float rho = MAX3(maxx, maxy, maxz); in compute_lambda_3d_explicit_gradients() local 615 return util_fast_log2(rho); in compute_lambda_3d_explicit_gradients() 646 …const float rho = MAX3(maxx, maxy, maxz) * u_minify(texture->width0, sview->base.u.tex.first_level… in compute_lambda_cube_explicit_gradients() local 648 return util_fast_log2(rho); in compute_lambda_cube_explicit_gradients()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
D | render-a11y-string.mjs | 83 "\\rho": "rho",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | libtommath.c | 2654 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup() argument 2685 *rho = (unsigned long)(((mp_word)1 << ((mp_word) DIGIT_BIT)) - x) & MP_MASK; in mp_montgomery_setup() 2701 static int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() argument 2751 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK); in fast_mp_montgomery_reduce()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | libtommath.c | 2654 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup() argument 2685 *rho = (unsigned long)(((mp_word)1 << ((mp_word) DIGIT_BIT)) - x) & MP_MASK; in mp_montgomery_setup() 2701 static int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce() argument 2751 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK); in fast_mp_montgomery_reduce()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler.c | 782 int rho = MAX4(dsdx, dsdy, dtdx, dtdy); in lp_linear_init_sampler() local 784 minify = (rho > FIXED16_ONE); in lp_linear_init_sampler()
|