Searched defs:sqr (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-gcc.c | 103 # undef sqr macro 104 # define sqr(r0,r1,a) \ macro
|
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-gcc.c | 103 # undef sqr macro 104 # define sqr(r0,r1,a) \ macro
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_mac_ct.cpp | 287 static inline int sqr(int value) { in sqr() function
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_acrusher.c | 58 double sqr; member 125 const double sqr = s->sqr; in bitreduction() local [all...] |
H A D | af_adynamicequalizer.c | 84 static inline double sqr(double x) in sqr() function
|
H A D | af_afwtdn.c | 873 static double sqr(double in) in sqr() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | svq1enc.c | 154 int sqr, diff, score; in encode_block() local
|
H A D | mpegvideo_enc.c | 2003 int sqr = 0; in get_visual_weight() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_local.h | 494 # 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 D | bn_local.h | 494 # 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 D | SkSLInterpreterTest.cpp | 703 auto sqr = SkSL::Program_GetFunction(*program, "sqr"); in DEF_TEST() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 550 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.py | 2378 def sqr(x, wait=0.0): function [all...] |
Completed in 23 milliseconds