Home
last modified time | relevance | path

Searched refs:sa3 (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_xbr.c232 const uint32_t *sa3 = sa2 + (input->linesize[0]>>2); /* down x1 */ in xbr_filter() local
233 const uint32_t *sa4 = sa3 + (input->linesize[0]>>2); /* down x2 */ in xbr_filter()
243 sa4 = sa3; in xbr_filter()
245 sa4 = sa3 = sa2; in xbr_filter()
253 const uint32_t PH = sa3[2]; in xbr_filter()
260 const uint32_t PG = sa3[pprev]; in xbr_filter()
266 const uint32_t G0 = sa3[pprev2]; in xbr_filter()
272 const uint32_t PI = sa3[pnext]; in xbr_filter()
278 const uint32_t I4 = sa3[pnext2]; in xbr_filter()
312 sa3 in xbr_filter()
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Derf.c153 sa3 = 4.34565877475229228821e+02, /* 0x407B290D, 0xD58A1A71 */ variable
200 S = 1.0+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
H A Derff.c63 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/
H A Derf.c153 sa3 = 4.34565877475229228821e+02, /* 0x407B290D, 0xD58A1A71 */ variable
200 S = 1.0+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
H A Derff.c63 sa3 = 4.3456588745e+02, /* 0x43d9486f */ variable
110 S = 1.0f+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*( in erfc2()
/third_party/FreeBSD/lib/msun/ld128/
H A Ds_erfl.c118 sa3 = 2.69448346969488374857087646131950188e+04L, /* 0x400da503, 0x56bacc05, 0x4fdba68d, 0x2cca27e6 */ variable
237 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(sa5+s*(sa6+s*(sa7+ in erfl()
304 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(sa5+s*(sa6+s*(sa7+ in erfcl()
/third_party/skia/tests/
H A DSkTBlockListTest.cpp317 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/
H A Dsimulator-loong64.h417 inline uint32_t sa3() const { return instr_.Sa3Value(); } in sa3() function in v8::internal::Simulator
H A Dsimulator-loong64.cc3329 printf_instr("BYTEPICK_D\t %s: %016lx, %s: %016lx, %s: %016lx, sa3: %d\n",
3331 rj(), Registers::Name(rk_reg()), rk(), sa3());
3332 uint8_t sa = sa3() * 8;
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc1308 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()
H A Dassembler-loong64.h463 void bytepick_d(Register rd, Register rj, Register rk, int32_t sa3);

Completed in 22 milliseconds