OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_norm
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt.c
135
int16_t
x_norm
, nshift, t16, sh;
local
155
x_norm
= (int16_t)(A >> 16); //
x_norm
= AH
160
A = (int32_t)WEBRTC_SPL_LSHIFT_W32((int32_t)
x_norm
, 16);
161
A = WEBRTC_SPL_ABS_W32(A); // A = abs(
x_norm
<<16)
/external/ceres-solver/internal/ceres/
trust_region_minimizer.cc
194
double
x_norm
= x.norm();
local
459
(
x_norm
+ options_.parameter_tolerance);
465
(
x_norm
+ options_.parameter_tolerance)),
571
x_norm
= x.norm();
Completed in 155 milliseconds