Searched refs:sa3 (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_xbr.c | 233 const uint32_t *sa3 = sa2 + (input->linesize[0]>>2); /* down x1 */ in xbr_filter() local 234 const uint32_t *sa4 = sa3 + (input->linesize[0]>>2); /* down x2 */ in xbr_filter() 244 sa4 = sa3; in xbr_filter() 246 sa4 = sa3 = sa2; in xbr_filter() 254 const uint32_t PH = sa3[2]; in xbr_filter() 261 const uint32_t PG = sa3[pprev]; in xbr_filter() 267 const uint32_t G0 = sa3[pprev2]; in xbr_filter() 273 const uint32_t PI = sa3[pnext]; in xbr_filter() 279 const uint32_t I4 = sa3[pnext2]; in xbr_filter() 313 sa3 += 1; in xbr_filter()
|
/third_party/node/test/parallel/ |
D | test-blocklist.js | 78 const sa3 = new SocketAddress({ address: '1.1.1.2' }); constant 95 assert(blockList.check(sa3)); 123 const sa3 = new SocketAddress({ address: '::1', family: 'ipv6' }); constant 127 blockList.addRange(sa3, sa4);
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erf.c | 153 sa3 = 4.34565877475229228821e+02, /* 0x407B290D, 0xD58A1A71 */ variable 200 S = 1.0+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
D | erff.c | 63 sa3 = 4.3456588745e+02, /* 0x43d9486f */ variable 110 S = 1.0f+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
/third_party/musl/src/math/ |
D | erff.c | 63 sa3 = 4.3456588745e+02, /* 0x43d9486f */ variable 110 S = 1.0f+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
D | erf.c | 153 sa3 = 4.34565877475229228821e+02, /* 0x407B290D, 0xD58A1A71 */ variable 200 S = 1.0+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | s_erfl.c | 120 sa3 = 2.69448346969488374857087646131950188e+04L, /* 0x400da503, 0x56bacc05, 0x4fdba68d, 0x2cca27… variable 239 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(sa5+s*(sa6+s*(sa7+ in erfl() 306 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(sa5+s*(sa6+s*(sa7+ in erfcl()
|
/third_party/skia/tests/ |
D | SkTBlockListTest.cpp | 317 SkTBlockList<C, 3> sa3; in DEF_TEST() local 318 run_allocator_test(&sa3, reporter); in DEF_TEST()
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.h | 417 inline uint32_t sa3() const { return instr_.Sa3Value(); } in sa3() function
|
D | simulator-loong64.cc | 3331 rj(), Registers::Name(rk_reg()), rk(), sa3()); in DecodeTypeOp14() 3332 uint8_t sa = sa3() * 8; in DecodeTypeOp14()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | assembler-loong64.cc | 1308 void Assembler::bytepick_d(Register rd, Register rj, Register rk, int32_t sa3) { in bytepick_d() argument 1309 GenImm(BYTEPICK_D, sa3, rk, rj, rd); in bytepick_d()
|
D | assembler-loong64.h | 463 void bytepick_d(Register rd, Register rj, Register rk, int32_t sa3);
|