Home
last modified time | relevance | path

Searched refs:z_n (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/math/blasfeo/blasfeo-0.1.2/kernel/generic/
H A Dkernel_dsymv_4_lib4.c172 z_n += 4; in kernel_dgemv_nt_4_vs_lib4()
201 z_n += 1; in kernel_dgemv_nt_4_vs_lib4()
422 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
443 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
467 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
496 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
524 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
552 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
580 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
603 z_n += 1; in kernel_dsymv_l_4_gen_lib4()
[all …]
H A Dkernel_ssymv_4_lib4.c172 z_n += 4; in kernel_sgemv_nt_4_vs_lib4()
201 z_n += 1; in kernel_sgemv_nt_4_vs_lib4()
422 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
443 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
467 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
496 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
524 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
552 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
580 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
603 z_n += 1; in kernel_ssymv_l_4_gen_lib4()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Dtransform.c625 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n);
628 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n);
631 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n);
660 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n);
663 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n);
666 c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n);
740 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n);
743 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n);
746 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n);
775 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n);
[all …]
H A Dchain.c156 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
157 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
164 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
165 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
172 float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
173 float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
218 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
219 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
226 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
227 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Dtransform.c625 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
628 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
631 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
660 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
663 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
666 c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
740 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut()
743 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut()
746 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut()
775 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut()
[all …]
H A Dchain.c156 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
157 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
164 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
165 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
172 float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
173 float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
218 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
219 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
226 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
227 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/
H A Dtransform.c597 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
600 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
603 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
632 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
635 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
638 c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
721 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut()
724 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut()
727 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut()
756 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut()
[all …]
H A Dchain.c162 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
163 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
170 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
171 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
178 float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
179 float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
225 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
226 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
233 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
234 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/qcms/src/
H A Dtransform.c597 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
600 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
603 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
632 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
635 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
638 c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_rgba()
721 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut()
724 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut()
727 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut()
756 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut()
[all …]
H A Dchain.c162 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
163 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
170 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
171 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
178 float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
179 float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
225 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
226 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
233 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
234 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Dtransform.rs813 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
816 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
819 c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
904 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in tetra()
907 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in tetra()
910 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in tetra()
927 c1_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x, y_n, z_n); in tetra()
930 c1_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x, y_n, z_n); in tetra()
939 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in tetra()
942 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in tetra()
[all …]
H A Dchain.rs185 let r_x3: f32 = lerp(CLU(r_table, x, y, z_n), CLU(r_table, x_n, y, z_n), x_d); in transform()
186 let r_x4: f32 = lerp(CLU(r_table, x, y_n, z_n), CLU(r_table, x_n, y_n, z_n), x_d); in transform()
193 let g_x3: f32 = lerp(CLU(g_table, x, y, z_n), CLU(g_table, x_n, y, z_n), x_d); in transform()
201 let b_x3: f32 = lerp(CLU(b_table, x, y, z_n), CLU(b_table, x_n, y, z_n), x_d); in transform()
254 let r_x3: f32 = lerp(CLU(r_table, x, y, z_n), CLU(r_table, x_n, y, z_n), x_d); in transform()
262 let g_x3: f32 = lerp(CLU(g_table, x, y, z_n), CLU(g_table, x_n, y, z_n), x_d); in transform()
270 let b_x3: f32 = lerp(CLU(b_table, x, y, z_n), CLU(b_table, x_n, y, z_n), x_d); in transform()
337 let r_x3 = lerp(CLU(x, y, z_n, w), CLU(x_n, y, z_n, w), x_d); in transform()
338 let r_x4 = lerp(CLU(x, y_n, z_n, w), CLU(x_n, y_n, z_n, w), x_d); in transform()
345 let r_x3 = lerp(CLU(x, y, z_n, w_n), CLU(x_n, y, z_n, w_n), x_d); in transform()
[all …]
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Dtransform.rs814 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
817 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
820 c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
905 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in tetra()
908 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in tetra()
911 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in tetra()
928 c1_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x, y_n, z_n); in tetra()
931 c1_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x, y_n, z_n); in tetra()
940 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in tetra()
943 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in tetra()
[all …]
H A Dchain.rs182 let r_x3: f32 = lerp(CLU(r_table, x, y, z_n), CLU(r_table, x_n, y, z_n), x_d); in transform()
183 let r_x4: f32 = lerp(CLU(r_table, x, y_n, z_n), CLU(r_table, x_n, y_n, z_n), x_d); in transform()
190 let g_x3: f32 = lerp(CLU(g_table, x, y, z_n), CLU(g_table, x_n, y, z_n), x_d); in transform()
198 let b_x3: f32 = lerp(CLU(b_table, x, y, z_n), CLU(b_table, x_n, y, z_n), x_d); in transform()
251 let r_x3: f32 = lerp(CLU(r_table, x, y, z_n), CLU(r_table, x_n, y, z_n), x_d); in transform()
259 let g_x3: f32 = lerp(CLU(g_table, x, y, z_n), CLU(g_table, x_n, y, z_n), x_d); in transform()
267 let b_x3: f32 = lerp(CLU(b_table, x, y, z_n), CLU(b_table, x_n, y, z_n), x_d); in transform()
335 let r_x3 = lerp(CLU(x, y, z_n, w), CLU(x_n, y, z_n, w), x_d); in transform()
336 let r_x4 = lerp(CLU(x, y_n, z_n, w), CLU(x_n, y_n, z_n, w), x_d); in transform()
343 let r_x3 = lerp(CLU(x, y, z_n, w_n), CLU(x_n, y, z_n, w_n), x_d); in transform()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Dtransform.rs813 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
816 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
819 c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
904 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in tetra()
907 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in tetra()
910 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in tetra()
927 c1_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x, y_n, z_n); in tetra()
930 c1_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x, y_n, z_n); in tetra()
939 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in tetra()
942 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in tetra()
[all …]
H A Dchain.rs185 let r_x3: f32 = lerp(CLU(r_table, x, y, z_n), CLU(r_table, x_n, y, z_n), x_d); in transform()
186 let r_x4: f32 = lerp(CLU(r_table, x, y_n, z_n), CLU(r_table, x_n, y_n, z_n), x_d); in transform()
193 let g_x3: f32 = lerp(CLU(g_table, x, y, z_n), CLU(g_table, x_n, y, z_n), x_d); in transform()
201 let b_x3: f32 = lerp(CLU(b_table, x, y, z_n), CLU(b_table, x_n, y, z_n), x_d); in transform()
254 let r_x3: f32 = lerp(CLU(r_table, x, y, z_n), CLU(r_table, x_n, y, z_n), x_d); in transform()
262 let g_x3: f32 = lerp(CLU(g_table, x, y, z_n), CLU(g_table, x_n, y, z_n), x_d); in transform()
270 let b_x3: f32 = lerp(CLU(b_table, x, y, z_n), CLU(b_table, x_n, y, z_n), x_d); in transform()
337 let r_x3 = lerp(CLU(x, y, z_n, w), CLU(x_n, y, z_n, w), x_d); in transform()
338 let r_x4 = lerp(CLU(x, y_n, z_n, w), CLU(x_n, y_n, z_n, w), x_d); in transform()
345 let r_x3 = lerp(CLU(x, y, z_n, w_n), CLU(x_n, y, z_n, w_n), x_d); in transform()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Dtransform.cpp647 c2_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x_n, y, z_n); in qcms_transform_data_tetra_clut_template()
650 c2_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x_n, y, z_n); in qcms_transform_data_tetra_clut_template()
653 c2_b = CLU(b_table, x_n, y_n, z_n) - CLU(b_table, x_n, y, z_n); in qcms_transform_data_tetra_clut_template()
656 c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
657 c2_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x_n, y, z_n); in qcms_transform_data_tetra_clut_template()
659 c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
660 c2_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x_n, y, z_n); in qcms_transform_data_tetra_clut_template()
662 c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
691 c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
694 c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); in qcms_transform_data_tetra_clut_template()
[all …]
H A Dchain.c156 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
157 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
164 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
165 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
172 float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
173 float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
218 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
219 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
226 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
227 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/garden/garden_fractals/
H A DGaussian_Landscapes.cpp218 double z_n, z_n1, z_n2, z_n3, z_n4; in Set_Values() local
223 z_n = (z_00 + z_10 + z_11 + z_01) / 4.0 + s * (double)(RANDOM(17) - 8) / 8.0; in Set_Values()
225 Set_Value(x_n, y_n, z_n); in Set_Values()
237 Set_Values(x_n, y_0, x_1, y_n, z_n1, z_10, z_n2, z_n , s, r); in Set_Values()
238 Set_Values(x_0, y_0, x_n, y_n, z_00, z_n1, z_n , z_n4, s, r); in Set_Values()
239 Set_Values(x_n, y_n, x_1, y_1, z_n , z_n2, z_11, z_n3, s, r); in Set_Values()
240 Set_Values(x_0, y_n, x_n, y_1, z_n4, z_n , z_n3, z_01, s, r); in Set_Values()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/localoperator/
H A Djacobianapplyhelper.hh68 const LFSU& lfsu_n, const X& z_n, const LFSV& lfsv_n, in jacobianApplySkeleton() argument
71 lop.jacobian_apply_skeleton(ig, lfsu_s, z_s, lfsv_s, lfsu_n, z_n, lfsv_n, y_s, y_n); in jacobianApplySkeleton()
78 const LFSU& lfsu_n, const X& x_n, const Z& z_n, const LFSV& lfsv_n, in jacobianApplySkeleton() argument
88 const LFSU& lfsu_n, const X& z_n, const LFSV& lfsv_n, in jacobianApplySkeleton() argument
98 const LFSU& lfsu_n, const X& x_n, const Z& z_n, const LFSV& lfsv_n, in jacobianApplySkeleton() argument
101 … lop.jacobian_apply_skeleton(ig, lfsu_s, x_s, z_s, lfsv_s, lfsu_n, x_n, z_n, lfsv_n, y_s, y_n); in jacobianApplySkeleton()
H A Dblockoffdiagonalwrapper.hh172 const LFSU& lfsu_n, const Z& z_n, const LFSV& lfsv_n, in jacobian_apply_skeleton() argument
192 impl::ZeroViewWrapper<Z> z_neigh(z_n, false); in jacobian_apply_skeleton()
205 … const LFSU& lfsu_n, const X& x_n, const Z& z_n, const LFSV& lfsv_n, in jacobian_apply_skeleton() argument
225 impl::ZeroViewWrapper<Z> z_neigh(z_n, false); in jacobian_apply_skeleton()
/dports/math/testu01/TestU01-1.2.3/testu01/
H A Dumarsa.tex43 $z_n = (53z_{n-1} + 1) \mod 169$, as
68 % LCG $z_n = 53z_{n-1} + 1 \mod 169$ as
115 The output is $u_n = z_n/2^{32}$ with the
210 z_n &=& (x_n + y_{n}) \mod 2^{32}.
229 z_n &=& x_n \oplus y_{n}
250 z_n &=& (x_n + y_n) \mod 2^{32}
252 The generator returns $z_n/2^{32}$.
267 z_n \ = \ x_n \oplus y_{n}
289 z_n &=& (x_n + y_{n}) \mod 2^{64}
292 bits of $z_n$ and setting the others to 0.
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/
H A DLightSpacePerspectiveShadowMap.cpp105 const double z_n = factor*nearDist; //often 1
107 const double z_f = z_n + d*sinGamma;
108 const double n = (z_n+sqrt(z_f*z_n))/sinGamma;
186 const double z_n = factor*nearDist; //often 1 in operator ()() local
189 const double z_f = z_n + d*sinGamma; in operator ()()
190 const double n = (z_n+sqrt(z_f*z_n))/sinGamma; in operator ()()
197 << " n=" << std::setw(8) << z_n in operator ()()
368 const double z_n = factor*nearDist; in operator ()() local
371 const double z_f = z_n + d*sinGamma; in operator ()()
372 double n = (z_n+sqrt(z_f*z_n))/sinGamma; in operator ()()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/
H A DLightSpacePerspectiveShadowMap.cpp105 const double z_n = factor*nearDist; //often 1
107 const double z_f = z_n + d*sinGamma;
108 const double n = (z_n+sqrt(z_f*z_n))/sinGamma;
186 const double z_n = factor*nearDist; //often 1 in operator ()() local
189 const double z_f = z_n + d*sinGamma; in operator ()()
190 const double n = (z_n+sqrt(z_f*z_n))/sinGamma; in operator ()()
197 << " n=" << std::setw(8) << z_n in operator ()()
368 const double z_n = factor*nearDist; in operator ()() local
371 const double z_f = z_n + d*sinGamma; in operator ()()
372 double n = (z_n+sqrt(z_f*z_n))/sinGamma; in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/ndimage/src/
H A Dni_splines.c215 const double z_n = pow(z, n); in _init_causal_reflect() local
218 c[0] = c[0] + z_n * c[n - 1]; in _init_causal_reflect()
220 c[0] += z_i * (c[i] + z_n * c[n - 1 - i]); in _init_causal_reflect()
223 c[0] *= z / (1 - z_n * z_n); in _init_causal_reflect()

1234567