Home
last modified time | relevance | path

Searched refs:rem1 (Results 1 – 14 of 14) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_avq_dec.c101 VOID ixheaacd_voronoi_search(WORD32 x[], WORD32 y[], WORD32 count, WORD32 *rem1, in ixheaacd_voronoi_search() argument
107 ixheaacd_nearest_neighbor_2d(x, y0, count, rem1); in ixheaacd_voronoi_search()
129 tmp = rem1[i]; in ixheaacd_voronoi_search()
150 WORD32 rem1[8], rem2[8]; in ixheaacd_voronoi_idx_dec() local
155 rem1[7] = y[7] & (m - 1); in ixheaacd_voronoi_idx_dec()
162 rem1[i] = y[i] & (m - 1); in ixheaacd_voronoi_idx_dec()
169 rem1[0] = (y[0] - 2) % m; in ixheaacd_voronoi_idx_dec()
171 rem1[0] = (y[0] - 2); in ixheaacd_voronoi_idx_dec()
173 memcpy(rem2, rem1, 8 * sizeof(WORD32)); in ixheaacd_voronoi_idx_dec()
175 ixheaacd_voronoi_search(z, v, count, rem1, rem2); in ixheaacd_voronoi_idx_dec()
/external/llvm/test/CodeGen/ARM/
Ddivmod-eabi.ll52 %rem1 = srem i32 %b, %a
56 %add2 = add nsw i32 %add, %rem1
73 %rem1 = urem i32 %b, %a
77 %add2 = add nuw i32 %add, %rem1
155 %rem1 = srem i32 %b, %rem
158 %add = add nsw i32 %rem1, %rem
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddivmod-eabi.ll79 %rem1 = srem i32 %b, %a
85 %add2 = add nsw i32 %add, %rem1
109 %rem1 = urem i32 %b, %a
115 %add2 = add nuw i32 %add, %rem1
222 %rem1 = srem i32 %b, %rem
227 %add = add nsw i32 %rem1, %rem
/external/llvm/test/Transforms/InstSimplify/
Drem.ll22 define i32 @rem1(i32 %x, i32 %n) {
23 ; CHECK-LABEL: @rem1(
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dhigh-cost-trip-count-computation.ll48 %rem1 = phi i64 [ %rem0, %bb1 ], [ %rem2, %for.body ]
50 %mul1 = mul i64 %rem1, 48271
/external/llvm/test/Transforms/LoopUnroll/
Dhigh-cost-trip-count-computation.ll48 %rem1 = phi i64 [ %rem0, %bb1 ], [ %rem2, %for.body ]
50 %mul1 = mul i64 %rem1, 48271
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/AArch64/
Dbinop.ll125 %C = call i32 @rem1(i32 0, i32 %a)
132 %C = call i32 @rem1(i32 %a, i32 1)
136 define i32 @rem1(i32 %a, i32 %b) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll127 %rem1.i = trunc i32 %rem.i to i16 ; <i16> [#uses=1]
128 %conv2.i = or i16 %rem1.i, -16384 ; <i16> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll127 %rem1.i = trunc i32 %rem.i to i16 ; <i16> [#uses=1]
128 %conv2.i = or i16 %rem1.i, -16384 ; <i16> [#uses=1]
/external/llvm/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll127 %rem1.i = trunc i32 %rem.i to i16 ; <i16> [#uses=1]
128 %conv2.i = or i16 %rem1.i, -16384 ; <i16> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D08-DivRem.ll39 define i32 @rem1(i32 %a, i32 %b) nounwind readnone {
D08-DivRemMemOp.ll30 define i64 @rem1(i64 %a, i64* %b) nounwind readnone {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Drem.ll134 define i32 @rem1(i32 %x, i32 %n) {
135 ; CHECK-LABEL: @rem1(
/external/libxml2/
Dxmlschemastypes.c3533 unsigned long rem1, rem2; in xmlSchemaCompareDecimals() local
3534 rem1 = (hi % 10) * 100000000L; in xmlSchemaCompareDecimals()
3537 mi = (mi + rem1) / 10; in xmlSchemaCompareDecimals()