/external/llvm/test/Transforms/InstCombine/ |
D | strncmp-1.ll | 22 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10) 23 ret i32 %temp1 34 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10) 35 ret i32 %temp1 45 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10) 46 ret i32 %temp1 55 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 10) 56 ret i32 %temp1 65 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 4) 66 ret i32 %temp1 [all …]
|
D | strcmp-1.ll | 22 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) 23 ret i32 %temp1 35 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) 36 ret i32 %temp1 46 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) 47 ret i32 %temp1 56 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) 57 ret i32 %temp1 68 %temp1 = getelementptr inbounds [5 x i8]* @hell, i32 0, i32 0 70 %str2 = select i1 %b, i8* %temp1, i8* %temp2 [all …]
|
D | weak-symbols.ll | 13 ; CHECK: ret i32 %temp1 18 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly 19 ret i32 %temp1 29 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly 30 ret i32 %temp1
|
D | strncmp-2.ll | 14 ; CHECK: ret i16 %temp1 18 %temp1 = call i16 @strncmp(i8* %str1, i8* %str2, i32 10) 19 ret i16 %temp1
|
D | strcmp-2.ll | 14 ; CHECK: ret i16 %temp1 18 %temp1 = call i16 @strcmp(i8* %str1, i8* %str2) 19 ret i16 %temp1
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 51 int temp1, temp2; in vp8_short_idct4x4llm_dspr2() local 65 temp1 = (ip[4] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 67 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 71 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 97 temp1 = (ip[6] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 99 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 101 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 103 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 135 temp1 = (ip[1] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() [all …]
|
/external/quake/quake/src/QW/client/ |
D | r_bsp.c | 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; in R_RotateBmodel() local 94 temp1[0][0] = c; in R_RotateBmodel() 95 temp1[0][1] = s; in R_RotateBmodel() 96 temp1[0][2] = 0; in R_RotateBmodel() 97 temp1[1][0] = -s; in R_RotateBmodel() 98 temp1[1][1] = c; in R_RotateBmodel() 99 temp1[1][2] = 0; in R_RotateBmodel() 100 temp1[2][0] = 0; in R_RotateBmodel() 101 temp1[2][1] = 0; in R_RotateBmodel() 102 temp1[2][2] = 1; in R_RotateBmodel() [all …]
|
/external/quake/quake/src/WinQuake/ |
D | r_bsp.cpp | 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; in R_RotateBmodel() local 94 temp1[0][0] = c; in R_RotateBmodel() 95 temp1[0][1] = s; in R_RotateBmodel() 96 temp1[0][2] = 0; in R_RotateBmodel() 97 temp1[1][0] = -s; in R_RotateBmodel() 98 temp1[1][1] = c; in R_RotateBmodel() 99 temp1[1][2] = 0; in R_RotateBmodel() 100 temp1[2][0] = 0; in R_RotateBmodel() 101 temp1[2][1] = 0; in R_RotateBmodel() 102 temp1[2][2] = 1; in R_RotateBmodel() [all …]
|
D | vregset.cpp | 45 int port, temp0, temp1, temp2; in VideoRegisterSet() local 62 temp1 = *pregset++; in VideoRegisterSet() 65 temp2 |= temp1; in VideoRegisterSet()
|
/external/llvm/test/CodeGen/X86/ |
D | pr14562.ll | 3 @temp1 = global i64 -77129852189294865, align 8 6 %x = load i64* @temp1, align 8 10 store i64 %z, i64* @temp1, align 8 11 ; CHECK: movl $0, {{_?}}temp1+4 12 ; CHECK: movl $0, {{_?}}temp1
|
/external/libvpx/libvpx/vp8/common/ |
D | idctllm.c | 38 int temp1, temp2; in vp8_short_idct4x4llm_c() local 46 temp1 = (ip[4] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c() 48 c1 = temp1 - temp2; in vp8_short_idct4x4llm_c() 50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c() 52 d1 = temp1 + temp2; in vp8_short_idct4x4llm_c() 72 temp1 = (ip[1] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c() 74 c1 = temp1 - temp2; in vp8_short_idct4x4llm_c() 76 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c() 78 d1 = temp1 + temp2; in vp8_short_idct4x4llm_c()
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
D | SweepSphere.java | 52 private final Vector3f temp1 = new Vector3f(), field in SweepSphere 97 temp1.set(line2).subtractLocal(line1); in pointsOnSameSide() 98 temp3.set(temp1); in pointsOnSameSide() 100 temp1.crossLocal(temp2); in pointsOnSameSide() 106 return temp1.dot(temp3) >= 0; in pointsOnSameSide() 150 temp1.set(sCenter).subtractLocal(vertex); in collideWithVertex() 152 float b = 2f * sVelocity.dot(temp1); in collideWithVertex() 153 float c = temp1.negateLocal().lengthSquared() - 1f; in collideWithVertex() 174 Vector3f edge = temp1.set(l2).subtractLocal(l1); in collideWithSegment() 360 temp1.set(velocity).subtractLocal(other.velocity); in collideWithSweepSphere() [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | lattice.c | 35 int n,k,i,u,temp1; in WebRtcIsac_NormLatticeFilterMa() local 47 temp1 = u*ord_1; in WebRtcIsac_NormLatticeFilterMa() 49 memcpy(a+1, filtcoeflo+temp1+1, sizeof(double) * (ord_1-1)); in WebRtcIsac_NormLatticeFilterMa() 55 gain1 = (float)filtcoeflo[temp1]; in WebRtcIsac_NormLatticeFilterMa() 116 int n,k,i,u,temp1; in WebRtcIsac_NormLatticeFilterAr() local 127 temp1 = u*ord_1; in WebRtcIsac_NormLatticeFilterAr() 130 memcpy(a+1, lo_filt_coef+temp1+1, sizeof(double) * (ord_1-1)); in WebRtcIsac_NormLatticeFilterAr() 134 gain1 = (float)lo_filt_coef[temp1]; in WebRtcIsac_NormLatticeFilterAr()
|
/external/icu4c/test/cintltst/ |
D | cnumtst.c | 126 UChar temp1[512]; in TestNumberFormat() local 235 u_uastrcpy(temp1, "$100,000,000.00"); in TestNumberFormat() 256 if(u_strcmp(result, temp1)==0) in TestNumberFormat() 270 u_uastrcpy(temp1, "($10,456.37)"); in TestNumberFormat() 288 if(result && u_strcmp(result, temp1)==0) in TestNumberFormat() 323 u_uastrcpy(temp1, "Y1,235"); in TestNumberFormat() 324 temp1[0] = 0xA5; /* Yen sign */ in TestNumberFormat() 338 if (result && u_strcmp(result, temp1)==0) { in TestNumberFormat() 379 u_uastrcpy(temp1, "$462.12345"); in TestNumberFormat() 380 resultlength=u_strlen(temp1); in TestNumberFormat() [all …]
|
/external/libgsm/src/ |
D | rpe.c | 267 word xmax, xmaxc, temp, temp1, temp2; variable 326 temp1 = 6 - exp; /* normalization by the exponent */ 331 assert(temp1 >= 0 && temp1 < 16); 333 temp = xM[i] << temp1; 361 word temp, temp1, temp2, temp3; variable 366 temp1 = gsm_FAC[ mant ]; /* see 4.2-15 for mant */ 379 temp = GSM_MULT_R( temp1, temp );
|
D | short_term.c | 27 register word temp1 /* , temp2 */; variable 55 temp1 = GSM_ADD( *LARc++, MIC ) << 10; \ 56 temp1 = GSM_SUB( temp1, B << 1 ); \ 57 temp1 = GSM_MULT_R( INVA, temp1 ); \ 58 *LARpp++ = GSM_ADD( temp1, temp1 );
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Color.cpp | 79 static double calcHue(double temp1, double temp2, double hueVal) in calcHue() argument 86 return temp1 + (temp2 - temp1) * hueVal * 6.0; in calcHue() 90 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0; in calcHue() 91 return temp1; in calcHue() 109 double temp1 = 2.0 * lightness - temp2; in makeRGBAFromHSLA() local 111 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor), in makeRGBAFromHSLA() 112 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor), in makeRGBAFromHSLA() 113 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor), in makeRGBAFromHSLA()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice.c | 121 int32_t temp1 = WEBRTC_SPL_MUL_16_16(u, HALF_SUBFRAMELEN); in WebRtcIsacfix_NormLatticeFilterMa() local 150 fQ15vec[i] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)lat_inQ0[i + temp1], 15); //Q15 in WebRtcIsacfix_NormLatticeFilterMa() 151 gQ15[0][i] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)lat_inQ0[i + temp1], 15); //Q15 in WebRtcIsacfix_NormLatticeFilterMa() 196 lat_outQ9[n + temp1] = t16a; in WebRtcIsacfix_NormLatticeFilterMa() 244 int32_t temp1 = WEBRTC_SPL_MUL_16_16(u, HALF_SUBFRAMELEN); in WebRtcIsacfix_NormLatticeFilterAr() local 278 tmp32 = WEBRTC_SPL_LSHIFT_W32(lat_inQ25[i + temp1], 1); //Q25->Q26 in WebRtcIsacfix_NormLatticeFilterAr() 301 lat_outQ0[n + temp1] = ARfQ0vec[n]; in WebRtcIsacfix_NormLatticeFilterAr()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 57 ; q6: 4 * sinpi : c1/temp1 80 ; q4: 4 + 4 * cospi : d1/temp1 85 ; c1 = temp1 - temp2 86 ; d1 = temp1 + temp2 110 ; q8: 1 * sinpi : c1/temp1 126 ; q10: 1 + 1 * cospi : d1/temp1 131 ; q8: c1 = temp1 - temp2 132 ; q9: d1 = temp1 + temp2
|
/external/opencv/cvaux/src/ |
D | cvhmmobs.cpp | 127 work_t temp1[MAX_DCT_SIZE * 4]; in icvImgToObs_DCT_8u32f_C1R() local 198 temp1[j] = (work_t) t0; in icvImgToObs_DCT_8u32f_C1R() 211 s += temp1[k] * tab[k]; in icvImgToObs_DCT_8u32f_C1R() 265 temp1[j] = (work_t) t0; in icvImgToObs_DCT_8u32f_C1R() 279 s += temp1[k] * tab[k]; in icvImgToObs_DCT_8u32f_C1R() 322 work_t temp1[MAX_DCT_SIZE * 4]; in icvImgToObs_DCT_32f_C1R() local 395 temp1[j] = (work_t) t0; in icvImgToObs_DCT_32f_C1R() 408 s += temp1[k] * tab[k]; in icvImgToObs_DCT_32f_C1R() 462 temp1[j] = (work_t) t0; in icvImgToObs_DCT_32f_C1R() 476 s += temp1[k] * tab[k]; in icvImgToObs_DCT_32f_C1R()
|
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 41 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; in reference_idct4x4() local 43 const int c1 = temp1 - temp2; in reference_idct4x4() 59 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; in reference_idct4x4() local 61 const int c1 = temp1 - temp2; in reference_idct4x4()
|
/external/llvm/test/CodeGen/R600/ |
D | schedule-vs-if-nested-loop.ll | 21 %temp1.0 = phi float [ 1.000000e+00, %main_body ], [ %temp1.1, %LOOP ], [ %temp1.1, %ENDIF16 ] 90 %76 = insertelement <4 x float> %75, float %temp1.0, i32 1 98 %temp1.1 = phi float [ %94, %ENDIF19 ], [ 1.000000e+00, %main_body ] 123 %94 = fadd float %temp1.1, 0.000000e+00
|
/external/llvm/test/CodeGen/Hexagon/ |
D | misaligned-access.ll | 5 @temp1 = common global i32 0, align 4 10 %0 = load i32* @temp1, align 4
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | CombinerHeightMap.java | 241 float[] temp1 = map1.getHeightMap(); in load() local 249 (int) (temp1[i + (j * size)] * factor1 in load() 257 (int) (temp1[i + (j * size)] * factor1 in load()
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 652 define({temp1},{out4}) 663 sll out5, 29, temp1 671 or $2, temp1, $2 673 srl $2, 1, temp1 674 xor temp1, $1, temp1 676 and temp1, ip5, temp1 679 sll temp1, 1, temp2 680 xor $1, temp1, $1 689 srl $1, 8, temp1 694 xor temp1, $2, temp1 [all …]
|