OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_val
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
min_max_operations_neon.c
21
WebRtc_Word32
abs_val
;
local
38
abs_val
= WEBRTC_SPL_ABS_W32((vector[i]));
39
if (
abs_val
> temp_max) {
40
temp_max =
abs_val
;
/system/core/libutils/
LinearTransform.cpp
121
uint64_t
abs_val
;
local
131
abs_val
= basis1 - val;
134
abs_val
= val - basis1;
140
if (!scale_u64_to_u64(
abs_val
,
/external/openssl/crypto/bio/
b_print.c
570
abs_val
(LDOUBLE value)
function
626
ufvalue =
abs_val
(fvalue);
/art/compiler/dex/quick/arm64/
int_arm64.cc
152
uint32_t
abs_val
= delta < 0 ? -delta : delta;
local
154
if (
abs_val
< 0x1000) { // TODO: Replace with InexpensiveConstant with opcode.
[
all
...]
Completed in 6688 milliseconds