Home
last modified time | relevance | path

Searched refs:normalize_factor (Results 1 – 25 of 38) sorted by relevance

12

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_fourier_transform_util.h49 static const gdouble normalize_factor = M_PI / 127.0; \
56 l_z = (x_buffer[0] * normalize_factor) * l_h * cexp(-1.0 * I * 2.0 * M_PI * l_k * l_r); \
65 static const gdouble normalize_factor = M_PI / 32767.0; \
72 l_z = (x_buffer[0] * normalize_factor) * l_h * cexp(-1.0 * I * 2.0 * M_PI * l_k * l_r); \
81 static const gdouble normalize_factor = M_PI / 8388607.0; \
88 l_z = (x_buffer[0] * normalize_factor) * l_h * cexp(-1.0 * I * 2.0 * M_PI * l_k * l_r); \
97 static const gdouble normalize_factor = M_PI / 214748363.0; \
104 l_z = (x_buffer[0] * normalize_factor) * l_h * cexp(-1.0 * I * 2.0 * M_PI * l_k * l_r); \
113 static const long double normalize_factor = M_PI / 9223372036854775807.0; \
120 l_z = (x_buffer[0] * normalize_factor) * l_h * cexp(-1.0 * I * 2.0 * M_PI * l_k * l_r); \
H A Dags_fourier_transform_util.c106 static const gdouble normalize_factor = M_PI / 127.0; in ags_fourier_transform_util_compute_stft_s8() local
127 z = ((gdouble) buffer[i] * normalize_factor) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_s8()
152 static const gdouble normalize_factor = M_PI / 32767.0; in ags_fourier_transform_util_compute_stft_s16() local
173 z = ((gdouble) buffer[i] * normalize_factor) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_s16()
198 static const gdouble normalize_factor = M_PI / 8388607.0; in ags_fourier_transform_util_compute_stft_s24() local
219 z = ((gdouble) buffer[i] * normalize_factor) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_s24()
244 static const gdouble normalize_factor = M_PI / 214748363.0; in ags_fourier_transform_util_compute_stft_s32() local
265 z = ((gdouble) buffer[i] * normalize_factor) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_s32()
290 static const long double normalize_factor = M_PI / 9223372036854775807.0; in ags_fourier_transform_util_compute_stft_s64() local
311 z = ((gdouble) buffer[i] * normalize_factor) * h * cexp(-1.0 * I * 2.0 * M_PI * k * r); in ags_fourier_transform_util_compute_stft_s64()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/image/
H A Dimage_random.cu53 const float normalize_factor) { in ToTensorCudaKernel() argument
61 input[h][w][c] / normalize_factor); in ToTensorCudaKernel()
78 const float normalize_factor) { in ToTensorCudaKernel() argument
86 input[n][h][w][c] / normalize_factor); in ToTensorCudaKernel()
97 const float normalize_factor) { in ToTensorImplCUDA() argument
118 req, N, H, W, C, normalize_factor); in ToTensorImplCUDA()
H A Dimage_random-inl.h56 const float normalize_factor);
124 const float normalize_factor, in ToTensor() argument
135 (in_data[step + i*channels + c]) / normalize_factor); in ToTensor()
145 const float normalize_factor, in ToTensorImpl() argument
152 normalize_factor, step); in ToTensorImpl()
172 const float normalize_factor = 255.0f; in ToTensorOpForward() local
183 (s, input, output, req_type, normalize_factor); in ToTensorOpForward()
188 (s, input, output, req_type, normalize_factor); in ToTensorOpForward()
201 channel, normalize_factor, step); in ToTensorOpForward()
212 normalize_factor, n*step); in ToTensorOpForward()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/image/
H A Dimage_random.cu53 const float normalize_factor) { in ToTensorCudaKernel() argument
61 input[h][w][c] / normalize_factor); in ToTensorCudaKernel()
78 const float normalize_factor) { in ToTensorCudaKernel() argument
86 input[n][h][w][c] / normalize_factor); in ToTensorCudaKernel()
97 const float normalize_factor) { in ToTensorImplCUDA() argument
118 req, N, H, W, C, normalize_factor); in ToTensorImplCUDA()
H A Dimage_random-inl.h56 const float normalize_factor);
124 const float normalize_factor, in ToTensor() argument
135 (in_data[step + i*channels + c]) / normalize_factor); in ToTensor()
145 const float normalize_factor, in ToTensorImpl() argument
152 normalize_factor, step); in ToTensorImpl()
172 const float normalize_factor = 255.0f; in ToTensorOpForward() local
183 (s, input, output, req_type, normalize_factor); in ToTensorOpForward()
188 (s, input, output, req_type, normalize_factor); in ToTensorOpForward()
201 channel, normalize_factor, step); in ToTensorOpForward()
212 normalize_factor, n*step); in ToTensorOpForward()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-spans.c77 float normalize_factor, in _cogl_span_iter_begin() argument
111 if (normalize_factor != 1.0) in _cogl_span_iter_begin()
113 float cover_start_normalized = cover_start / normalize_factor; in _cogl_span_iter_begin()
114 iter->origin = floorf (cover_start_normalized) * normalize_factor; in _cogl_span_iter_begin()
H A Dcogl-spans.h70 float normalize_factor,
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-spans.c77 float normalize_factor, in _cogl_span_iter_begin() argument
111 if (normalize_factor != 1.0) in _cogl_span_iter_begin()
113 float cover_start_normalized = cover_start / normalize_factor; in _cogl_span_iter_begin()
114 iter->origin = floorf (cover_start_normalized) * normalize_factor; in _cogl_span_iter_begin()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-spans.c75 float normalize_factor, in _cogl_span_iter_begin() argument
109 if (normalize_factor != 1.0) in _cogl_span_iter_begin()
111 float cover_start_normalized = cover_start / normalize_factor; in _cogl_span_iter_begin()
112 iter->origin = floorf (cover_start_normalized) * normalize_factor; in _cogl_span_iter_begin()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/people/include/pcl/people/impl/
H A Dhead_based_subcluster.hpp138 …float normalize_factor = std::pow(sqrt_ground_coeffs_, 2); // sqrt_ground_coeffs ^ 2 (pre… in mergeClustersCloseInFloorCoordinates() local
147 …float t = theoretical_center.dot(head_ground_coeffs) / normalize_factor; // height from the gro… in mergeClustersCloseInFloorCoordinates()
152 …float t = theoretical_center.dot(head_ground_coeffs) / normalize_factor; // height from the gro… in mergeClustersCloseInFloorCoordinates()
198 …float normalize_factor = std::pow(sqrt_ground_coeffs_, 2); // sqrt_ground_coeffs ^ 2 (pre… in createSubClusters() local
210 …float t = p_current_eigen.dot(head_ground_coeffs) / normalize_factor; // height from the gro… in createSubClusters()
219 …float t = p_current_eigen.dot(head_ground_coeffs) / normalize_factor; // height from the gro… in createSubClusters()
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/transforms/repconversions/
H A Dfourier_transforms.py22 normalize_factor = numpy.sqrt(1.0 / float(grid.num_points))
42 new_basis *= normalize_factor
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c105 nir_ssa_def *normalize_factor = in apply_attr_wa_instr() local
109 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_instr()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c112 nir_ssa_def *normalize_factor = in apply_attr_wa_block() local
116 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_block()
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmaudiotool.hh15 void normalize_factor (double norm, Audio& audio);
H A Dsmaudiotool.cc62 AudioTool::normalize_factor (double norm, Audio& audio) in normalize_factor() function in AudioTool
88 normalize_factor (norm, audio); in normalize_energy()

12