HomeSort by relevance Sort by last modified time
    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;
  /frameworks/native/libs/utils/
LinearTransform.cpp 120 uint64_t abs_val; local
130 abs_val = basis1 - val;
133 abs_val = val - basis1;
139 if (!scale_u64_to_u64(abs_val,
  /external/openssh/openbsd-compat/
bsd-snprintf.c 600 static LDOUBLE abs_val(LDOUBLE value) function
697 ufvalue = abs_val (fvalue);
  /external/openssl/crypto/bio/
b_print.c 570 abs_val(LDOUBLE value) function
626 ufvalue = abs_val(fvalue);

Completed in 67 milliseconds