Searched defs:float_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_internal.h20 float float_; member in union:__anon15212
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c20 float float_; member in union:__anon32623
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 210 milliseconds