Home
last modified time | relevance | path

Searched defs:sqr (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c103 # undef sqr macro
104 # define sqr(r0,r1,a) \ macro
/third_party/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c103 # undef sqr macro
104 # define sqr(r0,r1,a) \ macro
/third_party/skia/src/ports/
H A DSkFontMgr_mac_ct.cpp287 static inline int sqr(int value) { in sqr() function
/third_party/ffmpeg/libavfilter/
H A Daf_acrusher.c58 double sqr; member
125 const double sqr = s->sqr; in bitreduction() local
[all...]
H A Daf_adynamicequalizer.c84 static inline double sqr(double x) in sqr() function
H A Daf_afwtdn.c873 static double sqr(double in) in sqr() function
/third_party/ffmpeg/libavcodec/
H A Dsvq1enc.c154 int sqr, diff, score; in encode_block() local
H A Dmpegvideo_enc.c2003 int sqr = 0; in get_visual_weight() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h494 # define sqr(r0,r1,a) { \ macro
523 # define sqr(r0,r1,a) { \ macro
552 # define sqr(r0,r1,a) { \ macro
/third_party/openssl/crypto/bn/
H A Dbn_local.h494 # define sqr(r0,r1,a) { \ macro
523 # define sqr(r0,r1,a) { \ macro
552 # define sqr(r0,r1,a) { \ macro
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp703 auto sqr = SkSL::Program_GetFunction(*program, "sqr"); in DEF_TEST() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs550 pub fn sqr(&mut self, a: &BigNumRef, ctx: &mut BigNumContextRef) -> Result<(), ErrorStack> { in sqr() functions
/third_party/python/Lib/test/
H A D_test_multiprocessing.py2378 def sqr(x, wait=0.0): function
[all...]

Completed in 23 milliseconds