OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noise2
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/libs/glm/detail/
func_noise.hpp
64
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/
noise2
.xml">GLSL
noise2
man page</a>
67
GLM_FUNC_DECL detail::tvec2<typename genType::value_type, defaultp>
noise2
(genType const & x);
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c
90
float
noise2
, noise3, noise4;
local
100
"lwc1 %[
noise2
], 8(%[noisePow]) \n\t"
104
"sqrt.s %[
noise2
], %[
noise2
] \n\t"
118
"mul.s %[tmp3f], %[tmp3f], %[
noise2
] \n\t"
119
"mul.s %[tmp4f], %[tmp4f], %[
noise2
] \n\t"
139
[noise] "=&f" (noise), [
noise2
] "=&f" (
noise2
),
[
all
...]
Completed in 655 milliseconds