Home
last modified time | relevance | path

Searched refs:tmp64 (Results 1 – 25 of 96) sorted by relevance

1234

/external/libopus/silk/
DLPC_inv_pred_gain.c80 opus_int64 tmp64; in LPC_inverse_pred_gain_QA_c() local
83 tmp64 = silk_RSHIFT_ROUND64( silk_SMULL( silk_SUB_SAT32(tmp1, in LPC_inverse_pred_gain_QA_c()
85 if( tmp64 > silk_int32_MAX || tmp64 < silk_int32_MIN ) { in LPC_inverse_pred_gain_QA_c()
88 A_QA[ n ] = ( opus_int32 )tmp64; in LPC_inverse_pred_gain_QA_c()
89 tmp64 = silk_RSHIFT_ROUND64( silk_SMULL( silk_SUB_SAT32(tmp2, in LPC_inverse_pred_gain_QA_c()
91 if( tmp64 > silk_int32_MAX || tmp64 < silk_int32_MIN ) { in LPC_inverse_pred_gain_QA_c()
94 A_QA[ k - n - 1 ] = ( opus_int32 )tmp64; in LPC_inverse_pred_gain_QA_c()
/external/libopus/silk/arm/
DLPC_inv_pred_gain_neon_intr.c138 opus_int64 tmp64; in LPC_inverse_pred_gain_QA_neon() local
141 tmp64 = silk_RSHIFT_ROUND64( silk_SMULL( silk_SUB_SAT32(tmp1, in LPC_inverse_pred_gain_QA_neon()
143 if( tmp64 > silk_int32_MAX || tmp64 < silk_int32_MIN ) { in LPC_inverse_pred_gain_QA_neon()
146 A_QA[ n ] = ( opus_int32 )tmp64; in LPC_inverse_pred_gain_QA_neon()
147 tmp64 = silk_RSHIFT_ROUND64( silk_SMULL( silk_SUB_SAT32(tmp2, in LPC_inverse_pred_gain_QA_neon()
149 if( tmp64 > silk_int32_MAX || tmp64 < silk_int32_MIN ) { in LPC_inverse_pred_gain_QA_neon()
152 A_QA[ k - n - 1 ] = ( opus_int32 )tmp64; in LPC_inverse_pred_gain_QA_neon()
/external/u-boot/fs/ubifs/
Dsb.c82 long long tmp64, main_bytes; in create_default_filesystem() local
160 tmp64 = (long long)max_buds * c->leb_size; in create_default_filesystem()
171 sup->max_bud_bytes = cpu_to_le64(tmp64); in create_default_filesystem()
188 tmp64 = div_u64(main_bytes * DEFAULT_RP_PERCENT, 100); in create_default_filesystem()
189 if (tmp64 > DEFAULT_MAX_RP_SIZE) in create_default_filesystem()
190 tmp64 = DEFAULT_MAX_RP_SIZE; in create_default_filesystem()
191 sup->rp_size = cpu_to_le64(tmp64); in create_default_filesystem()
232 tmp64 = main_bytes; in create_default_filesystem()
233 tmp64 -= ALIGN(ubifs_idx_node_sz(c, 1), c->min_io_size); in create_default_filesystem()
234 tmp64 -= ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size); in create_default_filesystem()
[all …]
Dsuper.c836 long long tmp64; in init_constants_sb() local
863 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
864 c->max_bud_cnt = div_u64(tmp64, c->leb_size); in init_constants_sb()
900 tmp64 = (long long)(c->jhead_cnt + 1) * c->leb_size + 1; in init_constants_sb()
901 if (c->bg_bud_bytes < tmp64) in init_constants_sb()
902 c->bg_bud_bytes = tmp64; in init_constants_sb()
903 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
904 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
925 long long tmp64; in init_constants_master() local
939 tmp64 = c->main_lebs - 1 - 1 - MIN_INDEX_LEBS - c->jhead_cnt + 1; in init_constants_master()
[all …]
/external/llvm/test/CodeGen/ARM/
D2010-04-14-SplitVector.ll10 %tmp64 = trunc i128 %tmp63 to i32
14 %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
D2007-04-30-CombinerCrash.ll21 %tmp64 = or i64 %tmp63, 0 ; <i64> [#uses=1]
23 %tmp66 = and i64 %tmp65, %tmp64 ; <i64> [#uses=1]
D2007-03-13-InstrSched.ll24 %d2.1 = phi i32 [ %tmp64, %bb26 ], [ 8192, %newFuncRoot ] ; <i32> [#uses=2]
46 %tmp64 = add i32 %tmp62, %d2.1 ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2010-04-14-SplitVector.ll10 %tmp64 = trunc i128 %tmp63 to i32
14 %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
D2007-04-30-CombinerCrash.ll21 %tmp64 = or i64 %tmp63, 0 ; <i64> [#uses=1]
23 %tmp66 = and i64 %tmp65, %tmp64 ; <i64> [#uses=1]
D2007-03-13-InstrSched.ll21 %d2.1 = phi i32 [ %tmp64, %bb26 ], [ 8192, %newFuncRoot ]
43 %tmp64 = add i32 %tmp62, %d2.1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2006-12-01-BadFPVectorXform.ll11 %tmp64 = fadd <4 x float> %tmp26, %tmp53
12 %tmp75 = fsub <4 x float> %tmp64, %tmp53
/external/llvm/test/Transforms/InstCombine/
D2006-12-01-BadFPVectorXform.ll11 %tmp64 = fadd <4 x float> %tmp26, %tmp53
12 %tmp75 = fsub <4 x float> %tmp64, %tmp53
/external/u-boot/drivers/mtd/
Dmtdconcat.c869 uint64_t tmp64; in mtd_concat_create() local
908 tmp64 = position - begin; in mtd_concat_create()
909 do_div(tmp64, curr_erasesize); in mtd_concat_create()
910 erase_region_p->numblocks = tmp64; in mtd_concat_create()
927 tmp64 = position - begin; in mtd_concat_create()
928 do_div(tmp64, curr_erasesize); in mtd_concat_create()
929 erase_region_p->numblocks = tmp64; in mtd_concat_create()
946 tmp64 = position - begin; in mtd_concat_create()
947 do_div(tmp64, curr_erasesize); in mtd_concat_create()
948 erase_region_p->numblocks = tmp64; in mtd_concat_create()
/external/u-boot/drivers/w1/
Dw1-uclass.c32 u64 last_rn, rn = w1->search_id, tmp64; in w1_enumerate() local
83 tmp64 = (triplet_ret >> 2); in w1_enumerate()
84 rn |= (tmp64 << i); in w1_enumerate()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2006-05-25-CycleInDAG.ll14 %tmp64.i = fadd double %tmp62.i.upgrd.2, %tmp44.i ; <double> [#uses=1]
15 %tmp68.i = call double @foo( double %tmp64.i, i32 0 ) ; <double> [#uses=0]
/external/llvm/test/CodeGen/X86/
D2006-05-25-CycleInDAG.ll14 %tmp64.i = fadd double %tmp62.i.upgrd.2, %tmp44.i ; <double> [#uses=1]
15 %tmp68.i = call double @foo( double %tmp64.i, i32 0 ) ; <double> [#uses=0]
/external/u-boot/lib/
Duuid.c150 uint64_t tmp64; in uuid_str_to_bin() local
183 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
184 memcpy(uuid_bin + 10, (char *)&tmp64 + 2, 6); in uuid_str_to_bin()
/external/llvm/test/Object/Inputs/
Dshared.ll10 ; llc -mtriple=x86_64-linux-gnu shared.ll -filetype=obj -o tmp64.o -relocation-model=pic
11 ; ld -melf_x86_64 -shared tmp64.o -o shared-object-test.elf-x86-64 $LDARGS
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Inputs/
Dshared.ll10 ; llc -mtriple=x86_64-linux-gnu shared.ll -filetype=obj -o tmp64.o -relocation-model=pic
11 ; ld -melf_x86_64 -shared tmp64.o -o shared-object-test.elf-x86-64 $LDARGS
/external/libopus/doc/
Dopus_update.patch61 + opus_int64 tmp64;
63 + tmp64 = silk_RSHIFT_ROUND64( silk_SMULL( tmp_QA, rc_mult2 ), mult2Q);
64 + if( tmp64 > silk_int32_MAX || tmp64 < silk_int32_MIN ) {
67 + Anew_QA[ n ] = ( opus_int32 )tmp64;
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc421 protobuf_uint64 tmp64; in SkipValue() local
424 return input->ReadLittleEndian64(&tmp64); in SkipValue()
428 return input->ReadVarint64(&tmp64); in SkipValue()
430 return input->ReadVarint64(&tmp64); in SkipValue()
434 return input->ReadLittleEndian64(&tmp64); in SkipValue()
456 return input->ReadLittleEndian64(&tmp64); in SkipValue()
460 return input->ReadVarint64(&tmp64); in SkipValue()
/external/llvm/test/Transforms/LoopStrengthReduce/
D2013-01-14-ReuseCast.ll75 %tmp64 = getelementptr inbounds i8, i8* %tmp3, i64 %i.0.i
76 %tmp65 = load i8, i8* %tmp64, align 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
D2013-01-14-ReuseCast.ll75 %tmp64 = getelementptr inbounds i8, i8* %tmp3, i64 %i.0.i
76 %tmp65 = load i8, i8* %tmp64, align 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dfold-debug-info.ll94 %tmp64 = icmp eq i32 %tmp63, 0
95 br i1 %tmp64, label %bb65, label %bb44
/external/libyuv/files/source/
Dscale_neon64.cc866 int64_t tmp64; in ScaleARGBCols_NEON() local
887 "=&r"(tmp64), // %5 in ScaleARGBCols_NEON()

1234