Home
last modified time | relevance | path

Searched refs:rem2 (Results 1 – 17 of 17) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_avq_dec.c102 WORD32 *rem2) { in ixheaacd_voronoi_search() argument
110 if (rem2[i] == 0) { in ixheaacd_voronoi_search()
114 rem2[i] = ixheaacd_sub32_sat(rem2[i], (1 << count)); in ixheaacd_voronoi_search()
121 ixheaacd_nearest_neighbor_2d(x1, y1, count, rem2); in ixheaacd_voronoi_search()
131 tmp = rem2[i]; in ixheaacd_voronoi_search()
150 WORD32 rem1[8], rem2[8]; in ixheaacd_voronoi_idx_dec() local
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/Transforms/CorrelatedValuePropagation/
Dsrem.ll15 %rem2 = srem i32 %x, 10
16 store i32 %rem2, i32* %p, align 4
/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 ]
51 %rem2 = urem i64 %mul1, 2147483647
56 %rem3 = phi i64 [ %rem2, %for.body ]
/external/llvm/test/Transforms/LoopUnroll/
Dhigh-cost-trip-count-computation.ll48 %rem1 = phi i64 [ %rem0, %bb1 ], [ %rem2, %for.body ]
51 %rem2 = urem i64 %mul1, 2147483647
56 %rem3 = phi i64 [ %rem2, %for.body ]
/external/llvm/test/Transforms/InstSimplify/
Drem.ll32 define i32 @rem2(i32 %x, i32 %n) {
33 ; CHECK-LABEL: @rem2(
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/
Dsrem.ll15 %rem2 = srem i32 %x, 10
16 store i32 %rem2, i32* %p, align 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/
DPartialInlinePGOMultiRegion.ll68 %rem2 = srem i32 %12, 20
69 %cmp3 = icmp eq i32 %rem2, 0
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D08-DivRem.ll45 define i64 @rem2(i64 %a, i64 %b) nounwind readnone {
D08-DivRemMemOp.ll51 define i32 @rem2(i32 %a, i32* %b) nounwind readnone {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/AArch64/
Dbinop.ll147 %C = call i32 @rem2(i32 %a)
151 define i32 @rem2(i32 %a) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dthumb2-size-reduction-internal-flags.ll21 %rem2 = srem i32 %sub, 31
22 %cmp35202 = icmp sgt i32 %rem2, 0
/external/llvm/test/CodeGen/ARM/
Dthumb2-size-reduction-internal-flags.ll21 %rem2 = srem i32 %sub, 31
22 %cmp35202 = icmp sgt i32 %rem2, 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DivRemPairs/X86/
Ddiv-rem-pairs.ll198 %rem2 = srem i32 %a, %b
202 %ret = phi i32 [ %rem2, %if ], [ 3, %entry ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DivRemPairs/PowerPC/
Ddiv-rem-pairs.ll204 %rem2 = srem i32 %a, %b
208 %ret = phi i32 [ %rem2, %if ], [ 3, %entry ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Drem.ll144 define i32 @rem2(i32 %x, i32 %n) {
145 ; CHECK-LABEL: @rem2(
/external/lzma/C/
DXzDec.c1808 const UInt64 rem2 = me->outSize - me->outProcessed_Parse; in XzDecMt_Callback_Parse() local
1809 if (rem2 < coder->outPreSize) in XzDecMt_Callback_Parse()
/external/libxml2/
Dxmlschemastypes.c3533 unsigned long rem1, rem2; in xmlSchemaCompareDecimals() local
3536 rem2 = (mi % 10) * 100000000L; in xmlSchemaCompareDecimals()
3538 lo = (lo + rem2) / 10; in xmlSchemaCompareDecimals()