/third_party/ffmpeg/libavfilter/ |
D | af_acrusher.c | 58 double sqr; member 125 const double sqr = s->sqr; in bitreduction() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
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/ |
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/node/deps/openssl/openssl/crypto/bn/asm/ |
D | x86_64-gcc.c | 104 # define sqr(r0,r1,a) \ macro
|
/third_party/openssl/crypto/bn/asm/ |
D | x86_64-gcc.c | 104 # define sqr(r0,r1,a) \ macro
|
/third_party/ffmpeg/libavcodec/ |
D | svq1enc.c | 151 int sqr, diff, score; in encode_block() local
|
D | mpegvideo_enc.c | 2219 int sqr = 0; in get_visual_weight() local
|
/third_party/skia/tests/ |
D | SkSLDSLTest.cpp | 1470 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 2077 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 2110 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 2124 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
|
D | SkSLInterpreterTest.cpp | 703 auto sqr = SkSL::Program_GetFunction(*program, "sqr"); in DEF_TEST() local
|
/third_party/skia/src/core/ |
D | SkScan_AntiPath.cpp | 622 auto sqr = [](SkScalar x) { return x*x; }; in compute_complexity() local
|
/third_party/skia/src/ports/ |
D | SkFontMgr_mac_ct.cpp | 287 static inline int sqr(int value) { in sqr() function
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | bn.rs | 550 pub fn sqr(&mut self, a: &BigNumRef, ctx: &mut BigNumContextRef) -> Result<(), ErrorStack> { in sqr() method
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 2315 def sqr(x, wait=0.0): function
|