HomeSort by relevance Sort by last modified time
    Searched defs:firstWord (Results 1 - 8 of 8) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/
immediate_int_test.cpp 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName);
178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) +
  /external/swiftshader/third_party/SPIRV-Tools/test/
immediate_int_test.cpp 177 const uint32_t firstWord = spvOpcodeMake(wordCount, SpvOpMemberName);
178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) +
  /build/kati/
strutil.go 275 func firstWord(line []byte) ([]byte, []byte) {
  /external/deqp-deps/SPIRV-Tools/source/
text.cpp 444 std::string firstWord;
446 auto error = context->getWord(&firstWord, &nextPosition);
449 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) {
463 return context->diagnostic() << firstWord << " not allowed before =.";
494 std::string firstWord;
496 spv_result_t error = context->getWord(&firstWord, &nextPosition);
503 opcodeName = firstWord;
505 result_id = firstWord;
547 << firstWord << "'.";
  /external/deqp-deps/glslang/SPIRV/
disassemble.cpp 183 unsigned int firstWord = stream[word];
184 unsigned wordCount = firstWord >> WordCountShift;
185 Op opCode = (Op)(firstWord & OpCodeMask);
  /external/swiftshader/third_party/SPIRV-Tools/source/
text.cpp 444 std::string firstWord;
446 auto error = context->getWord(&firstWord, &nextPosition);
449 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) {
463 return context->diagnostic() << firstWord << " not allowed before =.";
494 std::string firstWord;
496 spv_result_t error = context->getWord(&firstWord, &nextPosition);
503 opcodeName = firstWord;
505 result_id = firstWord;
547 << firstWord << "'.";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 105 BigInteger firstWord = p.shiftRight(bitLength - 64);
106 if (firstWord.longValue() == -1L)
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
ECFieldElement.java 115 BigInteger firstWord = p.shiftRight(bitLength - 64);
116 if (firstWord.longValue() == -1L)

Completed in 411 milliseconds