/third_party/ffmpeg/libavfilter/ |
H A D | af_acrusher.c | 58 double sqr; member 125 const double sqr = s->sqr; in bitreduction() local 169 y = sqr * log(fabs(in)) + sqr * sqr; in bitreduction() 174 k = in / fabs(in) * exp(k / sqr - sqr); in bitreduction() 176 double x = exp(k / sqr - sqr); in bitreduction() [all...] |
H A D | af_adynamicequalizer.c | 84 static inline double sqr(double x) in sqr() function 105 Lyg = Lxg + (iratio - 1.) * sqr(Lxg - thresdb + width * .5) / (2. * width); in get_gain()
|
H A D | af_afwtdn.c | 873 static double sqr(double in) in sqr() function 903 sum += sqr(in[i] - mean); in measure_stddev() 979 is_noise += sqr(vad - 1.232); in filter_channel()
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bn/ |
H A D | co-586.S | 743 # sqr a[0]*a[0] 754 # sqr a[1]*a[0] 768 # sqr a[2]*a[0] 777 # sqr a[1]*a[1] 788 # sqr a[3]*a[0] 798 # sqr a[2]*a[1] 812 # sqr a[4]*a[0] 822 # sqr a[3]*a[1] 831 # sqr a[2]*a[2] 842 # sqr [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bn/ |
H A D | co-586.S | 743 # sqr a[0]*a[0] 754 # sqr a[1]*a[0] 768 # sqr a[2]*a[0] 777 # sqr a[1]*a[1] 788 # sqr a[3]*a[0] 798 # sqr a[2]*a[1] 812 # sqr a[4]*a[0] 822 # sqr a[3]*a[1] 831 # sqr a[2]*a[2] 842 # sqr [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bn/ |
H A D | co-586.S | 740 # sqr a[0]*a[0] 751 # sqr a[1]*a[0] 765 # sqr a[2]*a[0] 774 # sqr a[1]*a[1] 785 # sqr a[3]*a[0] 795 # sqr a[2]*a[1] 809 # sqr a[4]*a[0] 819 # sqr a[3]*a[1] 828 # sqr a[2]*a[2] 839 # sqr [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bn/ |
H A D | co-586.S | 740 # sqr a[0]*a[0] 751 # sqr a[1]*a[0] 765 # sqr a[2]*a[0] 774 # sqr a[1]*a[1] 785 # sqr a[3]*a[0] 795 # sqr a[2]*a[1] 809 # sqr a[4]*a[0] 819 # sqr a[3]*a[1] 828 # sqr a[2]*a[2] 839 # sqr [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-sparcv9.pl | 361 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)= 424 sll $C0,3,$sqr 425 srlx $V,$sqr,$sqr ! ·0xE0 [implicit &(7<<3)] 426 xor $C0,$sqr,$sqr 427 sllx $sqr,57,$sqr ! ($C0·0xE1)<<1<<56 [implicit &0x7f] 431 xor $sqr,$Xlo,$Xlo ! real destination is $C1 505 sll $C0,3,$sqr [all...] |
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-sparcv9.pl | 361 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)= 424 sll $C0,3,$sqr 425 srlx $V,$sqr,$sqr ! ·0xE0 [implicit &(7<<3)] 426 xor $C0,$sqr,$sqr 427 sllx $sqr,57,$sqr ! ($C0·0xE1)<<1<<56 [implicit &0x7f] 431 xor $sqr,$Xlo,$Xlo ! real destination is $C1 505 sll $C0,3,$sqr [all...] |
/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 175 sqr(r[0], r[1], a[0]); in bn_sqr_words() 176 sqr(r[2], r[3], a[1]); in bn_sqr_words() 177 sqr(r[4], r[5], a[2]); in bn_sqr_words() 178 sqr(r[6], r[7], a[3]); in bn_sqr_words() 184 sqr(r[0], r[1], a[0]); in bn_sqr_words() 187 sqr(r[2], r[3], a[1]); in bn_sqr_words() 190 sqr(r[4], r[5], a[2]); in bn_sqr_words()
|
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-gcc.c | 103 # undef sqr macro 104 # define sqr(r0,r1,a) \ macro 175 sqr(r[0], r[1], a[0]); in bn_sqr_words() 176 sqr(r[2], r[3], a[1]); in bn_sqr_words() 177 sqr(r[4], r[5], a[2]); in bn_sqr_words() 178 sqr(r[6], r[7], a[3]); in bn_sqr_words() 184 sqr(r[0], r[1], a[0]); in bn_sqr_words() 187 sqr(r[2], r[3], a[1]); in bn_sqr_words() 190 sqr(r[4], r[5], a[2]); in bn_sqr_words()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 2378 def sqr(x, wait=0.0): function 2429 self.assertEqual(papply(sqr, (5,)), sqr(5)) 2430 self.assertEqual(papply(sqr, (), {'x':3}), sqr(x=3)) 2434 self.assertEqual(pmap(sqr, list(range(10))), list(map(sqr, list(range(10))))) 2435 self.assertEqual(pmap(sqr, list(range(100)), chunksize=20), 2436 list(map(sqr, list(range(100))))) 2453 self.assertEqual(self.pool.map_async(sqr, lis [all...] |
/third_party/skia/src/core/ |
H A D | SkScan_AntiPath.cpp | 630 auto sqr = [](SkScalar x) { return x*x; }; 632 SkScalar diagonalSqr = sqr(path.getBounds().width()) + sqr(path.getBounds().height()); 636 SkScalar intersections = sk_ieee_float_divide(sqr(n) * sqr(avgLength), diagonalSqr);
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_mac_ct.cpp | 287 static inline int sqr(int value) { in sqr() function 294 return sqr(a.weight() - b.weight()) + in compute_metric() 295 sqr((a.width() - b.width()) * 100) + in compute_metric() 296 sqr((a.slant() != b.slant()) * 900); in compute_metric()
|
/third_party/skia/tests/ |
H A D | SkSLDSLTest.cpp | 1470 DSLFunction sqr(kFloat_Type, "sqr", x); 1471 sqr.define( 1474 EXPECT_EQUAL(sqr(sk_FragCoord().x()), "sqr(sk_FragCoord.x)"); 1477 "float sqr(float x) { return (x * x); }"); 2077 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 2078 sqr.define( in DEF_GPUTEST_FOR_MOCK_CONTEXT() 2082 sk_FragColor() = (sqr( in DEF_GPUTEST_FOR_MOCK_CONTEXT() [all...] |
H A D | SkSLInterpreterTest.cpp | 690 "float sqr(float x) { return x * x; }\n" in DEF_TEST() 692 "float main(float x) { return sub(sqr(x), x); }\n" in DEF_TEST() 703 auto sqr = SkSL::Program_GetFunction(*program, "sqr"); in DEF_TEST() local 710 REPORTER_ASSERT(r, sqr); in DEF_TEST()
|
/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
|
H A D | bn_asm.c | 83 sqr(r[0], r[1], a[0]); in bn_sqr_words() 84 sqr(r[2], r[3], a[1]); in bn_sqr_words() 85 sqr(r[4], r[5], a[2]); in bn_sqr_words() 86 sqr(r[6], r[7], a[3]); in bn_sqr_words() 93 sqr(r[0], r[1], a[0]); in bn_sqr_words()
|
/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
|
H A D | bn_asm.c | 83 sqr(r[0], r[1], a[0]); in bn_sqr_words() 84 sqr(r[2], r[3], a[1]); in bn_sqr_words() 85 sqr(r[4], r[5], a[2]); in bn_sqr_words() 86 sqr(r[6], r[7], a[3]); in bn_sqr_words() 93 sqr(r[0], r[1], a[0]); in bn_sqr_words()
|
/third_party/ffmpeg/libavcodec/ |
H A D | svq1enc.c | 154 int sqr, diff, score; in encode_block() local 157 sqr = s->ssd_int8_vs_int16(vector, block[stage], size); in encode_block() 159 score = sqr - (diff * (int64_t)diff >> (level + 3)); // FIXME: 64 bits slooow in encode_block()
|
H A D | mpegvideo_enc.c | 2003 int sqr = 0; in get_visual_weight() local 2010 sqr += v * v; in get_visual_weight() 2014 weight[x + 8 * y]= (36 * ff_sqrt(count * sqr - sum * sum)) / count; in get_visual_weight()
|
/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
|