Home
last modified time | relevance | path

Searched defs:sa3 (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-blocklist.js78 const sa3 = new SocketAddress({ address: '1.1.1.2' }); constant
123 const sa3 = new SocketAddress({ address: '::1', family: 'ipv6' }); constant
/third_party/musl/porting/liteos_a/kernel/src/math/
Derff.c63 sa3 = 4.3456588745e+02, /* 0x43d9486f */ variable
Derf.c153 sa3 = 4.34565877475229228821e+02, /* 0x407B290D, 0xD58A1A71 */ variable
/third_party/musl/src/math/
Derff.c63 sa3 = 4.3456588745e+02, /* 0x43d9486f */ variable
Derf.c153 sa3 = 4.34565877475229228821e+02, /* 0x407B290D, 0xD58A1A71 */ variable
/third_party/skia/tests/
DSkTBlockListTest.cpp317 SkTBlockList<C, 3> sa3; in DEF_TEST() local
/third_party/FreeBSD/lib/msun/ld128/
Ds_erfl.c118 sa3 = 2.69448346969488374857087646131950188e+04L, /* 0x400da503, 0x56bacc05, 0x4fdba68d, 0x2cca27… variable
/third_party/ffmpeg/libavfilter/
Dvf_xbr.c232 const uint32_t *sa3 = sa2 + (input->linesize[0]>>2); /* down x1 */ in xbr_filter() local
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h417 inline uint32_t sa3() const { return instr_.Sa3Value(); } in sa3() function
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc1308 void Assembler::bytepick_d(Register rd, Register rj, Register rk, int32_t sa3) { in bytepick_d()