Home
last modified time | relevance | path

Searched refs:word3 (Results 1 – 8 of 8) sorted by relevance

/external/arm-optimized-routines/math/single/
Drredf.c146 unsigned word1, word2, word3; in __mathlib_rredf2() local
150 word3 = (twooverpi[wordindex+2] << shiftup) | (twooverpi[wordindex+3] >> shiftdown); in __mathlib_rredf2()
154 word3 = twooverpi[wordindex+2]; in __mathlib_rredf2()
162 unsigned long long mult3 = (unsigned long long)word3 * mantissa; in __mathlib_rredf2()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h290 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
293 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
296 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
299 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
302 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
305 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp292 int32_t word3, OutputStream& out) { in writeInstruction() argument
296 this->writeWord(word3, out); in writeInstruction()
300 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument
304 this->writeWord(word3, out); in writeInstruction()
309 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
314 this->writeWord(word3, out); in writeInstruction()
320 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
325 this->writeWord(word3, out); in writeInstruction()
332 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
337 this->writeWord(word3, out); in writeInstruction()
[all …]
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h342 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
345 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
348 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
351 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
354 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
357 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp291 int32_t word3, OutputStream& out) { in writeInstruction() argument
295 this->writeWord(word3, out); in writeInstruction()
299 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument
303 this->writeWord(word3, out); in writeInstruction()
308 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
313 this->writeWord(word3, out); in writeInstruction()
319 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
324 this->writeWord(word3, out); in writeInstruction()
331 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
336 this->writeWord(word3, out); in writeInstruction()
[all …]
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc423 string word3; in TestMatchNumberPeculiarity() local
426 CHECK(r.PartialMatch("foo", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
429 CHECK_EQ(word3, ""); in TestMatchNumberPeculiarity()
430 CHECK(r.PartialMatch("bar", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
433 CHECK_EQ(word3, ""); in TestMatchNumberPeculiarity()
434 CHECK(r.PartialMatch("baz", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
437 CHECK_EQ(word3, "baz"); in TestMatchNumberPeculiarity()
438 CHECK(!r.PartialMatch("f", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll375 define i32 @load-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond,
377 ; CHECK-LABEL: load-pre-indexed-word3
570 define void @store-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond,
573 ; CHECK-LABEL: store-pre-indexed-word3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dldst-opt.ll376 define i32 @load-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond,
378 ; CHECK-LABEL: load-pre-indexed-word3
571 define void @store-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond,
574 ; CHECK-LABEL: store-pre-indexed-word3