Searched refs:float_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_internal.h20 float float_; member in union:__anon15917
H A Ddelay_estimator_wrapper.c108 threshold_spectrum[i].float_ = (spectrum[i] / 2);
116 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_));
118 if (spectrum[i] > threshold_spectrum[i].float_) {
/external/qemu/target-mips/
H A Dhelper.h189 DEF_HELPER_2(float_ ## op ## l_s, i64, env, i32) \
190 DEF_HELPER_2(float_ ## op ## l_d, i64, env, i64) \
191 DEF_HELPER_2(float_ ## op ## w_s, i32, env, i32) \
192 DEF_HELPER_2(float_ ## op ## w_d, i32, env, i64)
200 DEF_HELPER_2(float_ ## op ## _s, i32, env, i32) \
201 DEF_HELPER_2(float_ ## op ## _d, i64, env, 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)
216 DEF_HELPER_2(float_ ## o
[all...]
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c20 float float_; member in union:__anon33505
125 threshold_spectrum[i].float_ = (spectrum[i] / 2);
133 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_));
135 if (spectrum[i] > threshold_spectrum[i].float_) {
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp52 Json::Value float_; member in struct:ValueTest
69 , float_( 0.00390625f )

Completed in 4118 milliseconds