Home
last modified time | relevance | path

Searched refs:ma_min (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/py-numpy/numpy-1.20.3/numpy/ma/tests/
H A Dtest_deprecations.py51 ma_min = np.ma.minimum.reduce
58 result = assert_warns(MaskedArrayFutureWarning, ma_min, data2d)
59 assert_equal(result, ma_min(data2d, axis=None))
62 result = ma_min(data1d)
63 assert_equal(result, ma_min(data1d, axis=None))
64 assert_equal(result, ma_min(data1d, axis=0))
/dports/science/hypre/hypre-2.23.0/src/seq_mv/
H A Dcsr_matrix.c827 HYPRE_Int ma, mb, mc, ma_min, ma_max, match; in hypre_CSRMatrixUnion() local
907 ma_min = A_i[i]; ma_max = A_i[i+1]; in hypre_CSRMatrixUnion()
916 for ( ma=ma_min; ma<ma_max; ++ma ) in hypre_CSRMatrixUnion()
926 if( ma==ma_min ) in hypre_CSRMatrixUnion()
928 ++ma_min; in hypre_CSRMatrixUnion()
951 ma_min = A_i[i]; in hypre_CSRMatrixUnion()
953 for ( ma=ma_min; ma<ma_max; ++ma ) in hypre_CSRMatrixUnion()
966 for ( ma=ma_min; ma<ma_max; ++ma ) in hypre_CSRMatrixUnion()
976 if( ma==ma_min ) in hypre_CSRMatrixUnion()
978 ++ma_min; in hypre_CSRMatrixUnion()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/tests/test_filtering/
H A Dma_test_filtering_lpf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_lpf1__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut); in test_lpf2__by_format()
161 framesToRead = ma_min(tempCapIn, tempCapOut); in test_lpf3__by_format()
H A Dma_test_filtering_hpf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hpf1__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hpf2__by_format()
160 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hpf3__by_format()
H A Dma_test_filtering_bpf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_bpf2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut); in test_bpf4__by_format()
H A Dma_test_filtering_notch.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_notch2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_loshelf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_loshelf2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_hishelf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hishelf2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_peak.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_peak2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_dithering.c32 framesToRead = ma_min(tempCapIn, tempCapOut); in test_dithering__u8()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/tests/test_filtering/
H A Dma_test_filtering_lpf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_lpf1__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut); in test_lpf2__by_format()
161 framesToRead = ma_min(tempCapIn, tempCapOut); in test_lpf3__by_format()
H A Dma_test_filtering_hpf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hpf1__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hpf2__by_format()
160 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hpf3__by_format()
H A Dma_test_filtering_bpf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_bpf2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut); in test_bpf4__by_format()
H A Dma_test_filtering_loshelf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_loshelf2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_notch.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_notch2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_hishelf.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_hishelf2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_peak.c38 framesToRead = ma_min(tempCapIn, tempCapOut); in test_peak2__by_format()
99 framesToRead = ma_min(tempCapIn, tempCapOut);
H A Dma_test_filtering_dithering.c32 framesToRead = ma_min(tempCapIn, tempCapOut); in test_dithering__u8()
/dports/astro/py-astropy/astropy-5.0/astropy/utils/masked/tests/
H A Dtest_masked.py869 ma_min = self.ma.min(axis)
873 assert_array_equal(ma_min.unmasked, expected_data)
874 assert not np.any(ma_min.mask)
878 ma_min = ma.min()
879 assert_array_equal(ma_min.unmasked, np.array(2.))
880 assert not ma_min.mask
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dminiaudio_libopus.h408 …ma_get_standard_channel_map(ma_standard_channel_map_vorbis, (ma_uint32)ma_min(channels, channelMap… in ma_libopus_get_data_format()
H A Dminiaudio_libvorbis.h421 …ma_get_standard_channel_map(ma_standard_channel_map_vorbis, (ma_uint32)ma_min((size_t)pInfo->chann… in ma_libvorbis_get_data_format()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/miniaudio/
H A Dminiaudio.h6053 #define ma_min(x, y) (((x) < (y)) ? (x) : (y)) macro
6055 #define ma_clamp(x, lo, hi) (ma_max(lo, ma_min(x, hi)))
9250 inputFrameCount = ma_min( in ma_device__handle_duplex_callback_playback()
30114 deviceInfo.maxChannels = ma_min(deviceInfo.maxChannels, MA_MAX_CHANNELS); in ma_context_get_device_info()
30116 deviceInfo.maxSampleRate = ma_min(deviceInfo.maxSampleRate, MA_MAX_SAMPLE_RATE); in ma_context_get_device_info()
31157 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_lpf_config_init()
31659 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_hpf_config_init()
31997 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_bpf_config_init()
34687 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__passthrough()
34725 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__format_only()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/miniaudio_split/
H A Dminiaudio.c718 #define ma_min(x, y) (((x) < (y)) ? (x) : (y)) macro
720 #define ma_clamp(x, lo, hi) (ma_max(lo, ma_min(x, hi)))
4574 inputFrameCount = ma_min( in ma_device__handle_duplex_callback_playback()
29427 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_lpf_config_init()
29933 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_hpf_config_init()
30271 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_bpf_config_init()
33026 config.channelsIn = ma_min(channelsIn, MA_MAX_CHANNELS); in ma_data_converter_config_init()
33027 config.channelsOut = ma_min(channelsOut, MA_MAX_CHANNELS); in ma_data_converter_config_init()
33191 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__passthrough()
33229 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__format_only()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/
H A Dminiaudio.h6410 #define ma_min(x, y) (((x) < (y)) ? (x) : (y)) macro
6412 #define ma_clamp(x, lo, hi) (ma_max(lo, ma_min(x, hi)))
10266 inputFrameCount = ma_min( in ma_device__handle_duplex_callback_playback()
35138 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_lpf_config_init()
35645 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_hpf_config_init()
35984 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_bpf_config_init()
38739 config.channelsIn = ma_min(channelsIn, MA_MAX_CHANNELS); in ma_data_converter_config_init()
38740 config.channelsOut = ma_min(channelsOut, MA_MAX_CHANNELS); in ma_data_converter_config_init()
38904 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__passthrough()
38942 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__format_only()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/miniaudio_split/
H A Dminiaudio.c778 #define ma_min(x, y) (((x) < (y)) ? (x) : (y)) macro
780 #define ma_clamp(x, lo, hi) (ma_max(lo, ma_min(x, hi)))
5961 inputFrameCount = ma_min( in ma_device__handle_duplex_callback_playback()
30925 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_lpf_config_init()
31436 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_hpf_config_init()
31775 config.order = ma_min(order, MA_MAX_FILTER_ORDER); in ma_bpf_config_init()
34554 config.channelsIn = ma_min(channelsIn, MA_MAX_CHANNELS); in ma_data_converter_config_init()
34555 config.channelsOut = ma_min(channelsOut, MA_MAX_CHANNELS); in ma_data_converter_config_init()
34719 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__passthrough()
34757 frameCount = ma_min(frameCountIn, frameCountOut); in ma_data_converter_process_pcm_frames__format_only()
[all …]

12