/external/libopus/silk/ |
D | LPC_inv_pred_gain.c | 80 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/ |
D | LPC_inv_pred_gain_neon_intr.c | 138 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/ |
D | sb.c | 82 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 …]
|
D | super.c | 836 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/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-04-14-SplitVector.ll | 10 %tmp64 = trunc i128 %tmp63 to i32 14 %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
|
D | 2007-04-30-CombinerCrash.ll | 21 %tmp64 = or i64 %tmp63, 0 ; <i64> [#uses=1] 23 %tmp66 = and i64 %tmp65, %tmp64 ; <i64> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-04-14-SplitVector.ll | 10 %tmp64 = trunc i128 %tmp63 to i32 14 %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
|
D | 2007-04-30-CombinerCrash.ll | 21 %tmp64 = or i64 %tmp63, 0 ; <i64> [#uses=1] 23 %tmp66 = and i64 %tmp65, %tmp64 ; <i64> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2010-04-14-SplitVector.ll | 10 %tmp64 = trunc i128 %tmp63 to i32 14 %0 = phi i32 [ %tmp64, %bb9 ], [ undef, %bb ]
|
D | 2007-04-30-CombinerCrash.ll | 21 %tmp64 = or i64 %tmp63, 0 ; <i64> [#uses=1] 23 %tmp66 = and i64 %tmp65, %tmp64 ; <i64> [#uses=1]
|
D | 2007-03-13-InstrSched.ll | 21 %d2.1 = phi i32 [ %tmp64, %bb26 ], [ 8192, %newFuncRoot ] 43 %tmp64 = add i32 %tmp62, %d2.1
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2006-12-01-BadFPVectorXform.ll | 6 %tmp64 = fadd <4 x float> %tmp26, %tmp53 ; <<4 x float>> [#uses=1] 7 %tmp75 = fsub <4 x float> %tmp64, %tmp53 ; <<4 x float>> [#uses=1]
|
/external/u-boot/drivers/mtd/ |
D | mtdconcat.c | 869 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/llvm/test/Transforms/InstCombine/ |
D | 2006-12-01-BadFPVectorXform.ll | 11 %tmp64 = fadd <4 x float> %tmp26, %tmp53 12 %tmp75 = fsub <4 x float> %tmp64, %tmp53
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2006-12-01-BadFPVectorXform.ll | 11 %tmp64 = fadd <4 x float> %tmp26, %tmp53 12 %tmp75 = fsub <4 x float> %tmp64, %tmp53
|
/external/u-boot/lib/ |
D | uuid.c | 148 uint64_t tmp64; in uuid_str_to_bin() local 181 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin() 182 memcpy(uuid_bin + 10, (char *)&tmp64 + 2, 6); in uuid_str_to_bin()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2006-05-25-CycleInDAG.ll | 14 %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/ |
D | 2006-05-25-CycleInDAG.ll | 14 %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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2006-05-25-CycleInDAG.ll | 14 %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]
|
D | vec_splat-2.ll | 19 %tmp64 = insertelement <16 x i8> %tmp62, i8 %x, i32 15 ; <<16 x i8>> [#uses=1] 22 %tmp73 = add <16 x i8> %tmp71, %tmp64 ; <<16 x i8>> [#uses=1]
|
D | mmx-arith.ll | 46 %tmp64 = or <8 x i8> %tmp58, %tmp63a ; <<8 x i8>> [#uses=2] 47 %tmp64a = bitcast <8 x i8> %tmp64 to x86_mmx 137 %tmp64 = load x86_mmx* %B ; <x86_mmx> [#uses=1] 138 …%tmp69 = tail call x86_mmx @llvm.x86.mmx.pmadd.wd( x86_mmx %tmp60, x86_mmx %tmp64 ) ; <x86_mmx> [… 198 …%tmp64 = tail call x86_mmx @llvm.x86.mmx.por( x86_mmx %tmp58, x86_mmx %tmp63 ) ; <x86_mmx> [#uses… 199 store x86_mmx %tmp64, x86_mmx* %A 201 …%tmp70 = tail call x86_mmx @llvm.x86.mmx.pxor( x86_mmx %tmp64, x86_mmx %tmp69 ) ; <x86_mmx> [#use… 262 %tmp64 = load x86_mmx* %B ; <x86_mmx> [#uses=1] 263 …%tmp69 = tail call x86_mmx @llvm.x86.mmx.pmadd.wd( x86_mmx %tmp60, x86_mmx %tmp64 ) ; <x86_mmx> […
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Inputs/ |
D | shared.ll | 10 ; 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/llvm/test/Object/Inputs/ |
D | shared.ll | 10 ; 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/tensorflow/tensorflow/core/kernels/ |
D | decode_proto_op.cc | 418 protobuf_uint64 tmp64; in SkipValue() local 421 return input->ReadLittleEndian64(&tmp64); in SkipValue() 425 return input->ReadVarint64(&tmp64); in SkipValue() 427 return input->ReadVarint64(&tmp64); in SkipValue() 431 return input->ReadLittleEndian64(&tmp64); in SkipValue() 453 return input->ReadLittleEndian64(&tmp64); in SkipValue() 457 return input->ReadVarint64(&tmp64); in SkipValue()
|
/external/libopus/doc/ |
D | opus_update.patch | 61 + 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;
|