Home
last modified time | relevance | path

Searched defs:p_l (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwebp.c754 static void inv_predict_0(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_0()
761 static void inv_predict_1(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_1()
768 static void inv_predict_2(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_2()
775 static void inv_predict_3(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_3()
782 static void inv_predict_4(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_4()
789 static void inv_predict_5(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_5()
799 static void inv_predict_6(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_6()
809 static void inv_predict_7(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_7()
819 static void inv_predict_8(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_8()
829 static void inv_predict_9(uint8_t *p, const uint8_t *p_l, const uint8_t *p_tl, in inv_predict_9()
[all …]
/third_party/node/deps/openssl/openssl/apps/
Dtestdsa.h197 int p_l; member
/third_party/openssl/apps/
Dtestdsa.h197 int p_l; member
/third_party/FreeBSD/lib/msun/ld128/
De_powl.c150 long double z, ax, z_h, z_l, p_h, p_l; in powl() local
/third_party/rust/crates/minimal-lexical/src/
Dlibm.rs69 let mut p_l: f32; in powf() localVariable
866 let p_l = v - (p_h - u); in powd() localVariable
878 let p_l: f64 = (y - y1) * t1 + y * t2; in powd() localVariable
/third_party/jerryscript/jerry-libm/
Dpow.c124 double z_h, z_l, p_l; in pow() local
/third_party/node/deps/v8/src/base/
Dieee754.cc2670 double z, ax, z_h, z_l, p_h, p_l; in pow() local