HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 476 - 500 of 593) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
LegacyPassManagers.h 380 enum PassDebuggingString S2, StringRef Msg);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 557 bool haveEqualEnvironments(ProgramStateRef S1, ProgramStateRef S2) {
558 return S1->Env == S2->Env;
561 bool haveEqualStores(ProgramStateRef S1, ProgramStateRef S2) {
562 return S1->store == S2->store;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
LegacyPassManagers.h 380 enum PassDebuggingString S2, StringRef Msg);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 557 bool haveEqualEnvironments(ProgramStateRef S1, ProgramStateRef S2) {
558 return S1->Env == S2->Env;
561 bool haveEqualStores(ProgramStateRef S1, ProgramStateRef S2) {
562 return S1->store == S2->store;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
LegacyPassManagers.h 380 enum PassDebuggingString S2, StringRef Msg);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
arm64.go 188 case "S2":
247 case "S2":
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 37 // combinedMult implements fast multiplication S1*g + S2*p (g - generator, p - arbitrary point)
255 // Check if implements S1*g + S2*p
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
arm64.go 188 case "S2":
247 case "S2":
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 37 // combinedMult implements fast multiplication S1*g + S2*p (g - generator, p - arbitrary point)
255 // Check if implements S1*g + S2*p
  /external/eigen/Eigen/src/Core/arch/AVX512/
PacketMath.h     [all...]
  /external/libopus/celt/
celt_decoder.c 724 opus_val32 S2=0;
728 S2 += SHR32(MULT16_16(tmp, tmp), 10);
732 if (!(S1 > SHR32(S2,2)))
736 if (!(S1 > 0.2f*S2))
741 } else if (S1 < S2)
743 opus_val16 ratio = celt_sqrt(frac_div32(SHR32(S1,1)+1,S2+1));
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl     [all...]
  /external/clang/test/CodeGenCXX/
visibility.cpp 762 struct HIDDEN S2 {};
763 template class foo<S1, S2>;
    [all...]
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 53 S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15
  /external/clang/test/Sema/
warn-documentation.cpp 1061 @struct S2
1063 union S2 {};
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 165 static const MCPhysReg SRegList[] = { ARM::S0, ARM::S1, ARM::S2, ARM::S3,
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 244 Reserved.set(Mips::S2);
  /external/clang/test/CXX/drs/
dr0xx.cpp 92 struct S2 : S1 {};
93 struct S3 : S2 {};
94 struct S4 : virtual S2 {};
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
LowLevel.cpp     [all...]
  /external/webp/src/enc/
quant_enc.c 357 const VP8SegmentInfo* const S2) {
358 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
370 int s1, s2; local
375 for (s2 = 0; s2 < num_final_segments; ++s2) {
376 const VP8SegmentInfo* const S2 = &enc->dqm_[s2];
377 if (SegmentsAreEquivalent(S1, S2)) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instructions.h     [all...]

Completed in 1256 milliseconds

<<11121314151617181920>>