HomeSort by relevance Sort by last modified time
    Searched full:cst2 (Results 1 - 25 of 32) sorted by null

1 2

  /external/libvpx/libvpx/vpx_dsp/mips/
txfm_macros_msa.h 82 #define MADD_BF(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, out0, out1, \
90 DOTP_SH4_SW(madd_s0_m, madd_s1_m, madd_s2_m, madd_s3_m, cst0, cst0, cst2, \
91 cst2, tmp0_m, tmp1_m, tmp2_m, tmp3_m); \
inv_txfm_msa.h 195 #define VP9_MADD(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, out0, out1, \
207 DOTP_SH4_SW(madd_s3_m, madd_s2_m, madd_s3_m, madd_s2_m, cst2, cst2, cst3, \
  /art/test/552-checker-primitive-typeprop/smali/
SsaBuilder.smali 27 ## CHECK-DAG: <<Cst2:f\d+>> FloatConstant 2
28 ## CHECK-DAG: <<Phi:f\d+>> Phi [<<Cst0>>,<<Cst2>>]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 188 bool operator == (double_int cst2) const;
189 bool operator != (double_int cst2) const;
425 /* Returns true if CST1 == CST2. */
428 double_int::operator == (double_int cst2) const
430 return low == cst2.low && high == cst2.high;
433 /* Returns true if CST1 != CST2. */
436 double_int::operator != (double_int cst2) const
438 return low != cst2.low || high != cst2.high
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 95 CstInteger cst2 = CstInteger.make(-cst.getValue()); local
96 return cst2.fitsIn16Bits();
  /external/llvm/test/CodeGen/X86/
sse-fcopysign.ll 118 define double @cst2() {
119 ; X32-LABEL: @cst2
124 ; X64-LABEL: @cst2
  /external/llvm/test/Transforms/BBVectorize/X86/
pr15289.ll 27 @.cst2 = external unnamed_addr constant [29 x i8], align 8
  /prebuilts/go/darwin-x86/src/net/http/
clientserver_test.go 195 cst2 := newClientServerTest(t, true, HandlerFunc(tt.Handler), tt.Opts...)
196 defer cst2.close()
203 res2, err := tt.reqFunc()(cst2.c, cst2.ts.URL)
222 cst1.ts.URL, eres1, cst2.ts.URL, eres2)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
clientserver_test.go 195 cst2 := newClientServerTest(t, true, HandlerFunc(tt.Handler), tt.Opts...)
196 defer cst2.close()
203 res2, err := tt.reqFunc()(cst2.c, cst2.ts.URL)
222 cst1.ts.URL, eres1, cst2.ts.URL, eres2)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h     [all...]

Completed in 1287 milliseconds

1 2