Home
last modified time | relevance | path

Searched refs:gauss (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/misc/math/fptests/
Dfptest02.c80 static double gauss(void);
255 return (gauss()); in dtwork()
333 static double gauss(void) in gauss() function
Dfptest01.c80 static double gauss(void);
274 return (gauss()); in dtwork()
351 static double gauss(void) in gauss() function
/external/flac/libFLAC/include/protected/
Dstream_encoder.h72 } gauss; member
/external/flac/libFLAC/
Dstream_encoder.c1698 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.gauss.stddev =… in FLAC__stream_encoder_set_apodization()
2525 …>private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.gauss.stddev); in resize_buffers_()