Searched refs:cst1 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | txfm_macros_msa.h | 73 #define MADD_BF(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, \ argument 87 cst1, cst1, cst3, cst3, tmp0_m, tmp1_m, tmp2_m, tmp3_m); \
|
D | inv_txfm_msa.h | 195 #define VP9_MADD(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, \ argument 203 cst0, cst0, cst1, cst1, tmp0_m, tmp1_m, tmp2_m, tmp3_m); \
|
/external/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 105 define float @cst1() { 106 ; X32-LABEL: @cst1 111 ; X64-LABEL: @cst1
|
/external/llvm/test/CodeGen/SPARC/ |
D | exception.ll | 13 @.cst1 = private unnamed_addr constant [14 x i8] c"catched float\00", align 64 130 %13 = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.cst1, i32 0, i32 0))
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | pr15289.ll | 26 @.cst1 = external unnamed_addr constant [3 x i8], align 8
|
/external/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 1088 TimeZone *cst1 = new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND, in TestJDK12API() local 1100 SimpleTimeZone *cst = dynamic_cast<SimpleTimeZone *>(cst1); in TestJDK12API()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 326 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \ argument 330 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 331 tmp3 = _mm_madd_epi16(hi_0, cst1); \ 361 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ argument 365 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 366 tmp3 = _mm_madd_epi16(hi_0, cst1); \
|