Home
last modified time | relevance | path

Searched refs:abs_val (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_colorconstancy.c540 double abs_val = pow( pow(light[0], 2.0) + pow(light[1], 2.0) + pow(light[2], 2.0), 0.5); in normalize_light() local
545 if (!abs_val) { in normalize_light()
551 light[plane] = (light[plane] / abs_val); in normalize_light()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_print.c533 static LDOUBLE abs_val(LDOUBLE value) in abs_val() function
656 ufvalue = abs_val(fvalue); in fmtfp()
/third_party/openssl/crypto/bio/
H A Dbio_print.c533 static LDOUBLE abs_val(LDOUBLE value) in abs_val() function
656 ufvalue = abs_val(fvalue); in fmtfp()

Completed in 5 milliseconds