Home
last modified time | relevance | path

Searched refs:float_ (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-mips/
Dhelper.h189 DEF_HELPER_1(float_ ## op ## l_s, i64, i32) \
190 DEF_HELPER_1(float_ ## op ## l_d, i64, i64) \
191 DEF_HELPER_1(float_ ## op ## w_s, i32, i32) \
192 DEF_HELPER_1(float_ ## op ## w_d, i32, i64)
200 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
201 DEF_HELPER_1(float_ ## op ## _d, i64, i64)
208 DEF_HELPER_1(float_ ## op ## _s, i32, i32) \
209 DEF_HELPER_1(float_ ## op ## _d, i64, i64) \
210 DEF_HELPER_1(float_ ## op ## _ps, i64, i64)
218 DEF_HELPER_2(float_ ## op ## _s, i32, i32, i32) \
[all …]
/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator_wrapper.c20 float float_; member
125 threshold_spectrum[i].float_ = (spectrum[i] / 2); in BinarySpectrumFloat()
133 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_)); in BinarySpectrumFloat()
135 if (spectrum[i] > threshold_spectrum[i].float_) { in BinarySpectrumFloat()