HomeSort by relevance Sort by last modified time
    Searched defs:temp3 (Results 26 - 37 of 37) sorted by null

12

  /external/quake/quake/src/QW/client/
r_bsp.c 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
121 R_ConcatRotations (temp2, temp1, temp3);
139 R_ConcatRotations (temp1, temp3, entity_rotation);
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
121 R_ConcatRotations (temp2, temp1, temp3);
139 R_ConcatRotations (temp1, temp3, entity_rotation);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 125 temp3 RN 12 label
352 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
357 ASR temp3, temp3, #2 ;// Temp3 = Temp3 >> 2
359 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
364 SMLABB temp3, colOp12, Scale, Round ;// Temp3 = B(c1w0) * Scale + Roun
    [all...]
  /libcore/luni/src/main/native/
cbigint.cpp 137 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ local
156 temp3 = temp1 + temp2;
157 arg1[index] = temp3 + carry;
  /external/icu4c/test/intltest/
rbbiapts.cpp 195 UnicodeString temp3=bi3->getRules(); local
196 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0)
    [all...]
calregts.cpp 1995 UnicodeString temp, temp2, temp3; local
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 997 temp3 .reg %r31 ; only reg label
1019 DEPD,Z m,30,31,temp3 ; m << 32+1
1024 ADD temp3,lt,lt ; lt = lt+m
1049 DEPD,Z m,31,32,temp3 ; (m+m1<<32)
1058 ADD lt,temp3,lt ; lt = lt+m1
    [all...]
pa-risc2.s 1010 temp3 .reg %r31 ; only reg label
    [all...]
  /external/opencv/cv/include/
cvtypes.h 310 CvMat* temp3; member in struct:CvKalman
  /external/icu4c/test/cintltst/
cloctst.c 2848 char temp2[40], temp3[40]; local
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 1617 LOperand* temp3 = instr->CanTruncateToInt32() ? FixedTemp(d3) local
    [all...]
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_API.c 745 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1298 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1755 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
    [all...]

Completed in 1771 milliseconds

12