HomeSort by relevance Sort by last modified time
    Searched full:stemp (Results 1 - 18 of 18) sorted by null

  /frameworks/base/graphics/java/android/graphics/
TemporaryBuffer.java 29 buf = sTemp;
30 sTemp = null;
44 sTemp = temp;
48 private static char[] sTemp = null;
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
simple_water.frag 104 float stemp =max(0.0, dot( vRef,E) );
107 if(stemp>0.0){
108 stemp = pow(stemp, exponent);
109 specular = vec4(stemp);
  /external/quake/quake/src/QW/progs/
subs.qc 55 local entity stemp;
56 stemp = self;
60 self = stemp;
128 local entity stemp;
129 stemp = self;
132 self = stemp;
208 local entity t, stemp, otemp, act;
267 stemp = self;
270 other = stemp;
276 self = stemp;
    [all...]
items.qc 31 local entity stemp;
101 local entity stemp;
549 local entity stemp;
564 stemp = self;
567 self = stemp;
638 stemp = self;
658 self = stemp;
791 local entity stemp;
800 stemp = self;
803 self = stemp;
    [all...]
triggers.qc 2 entity stemp, otemp, s, old;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
HydraulicErodeFilter.java 95 float stemp = this.Ks; // * sa[idx]; local
98 if (stemp > 0) {
99 ga[idx] -= stemp * wt[idx];
100 st[idx] += stemp * wt[idx];
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 108 EAS_I16 sTemp;
137 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
145 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ }
150 pState->decoderL.step = sTemp & 0xff;
155 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
160 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 108 EAS_I16 sTemp;
137 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
145 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ }
150 pState->decoderL.step = sTemp & 0xff;
155 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
160 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 108 EAS_I16 sTemp;
137 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
145 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ }
150 pState->decoderL.step = sTemp & 0xff;
155 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
160 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS
    [all...]
  /external/eigen/blas/
srotmg.f 55 + SQ2,STEMP,SU,TWO,ZERO
107 STEMP = SD2/SU
109 SD1 = STEMP
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 44 private final static float[] sTemp = new float[32];
519 synchronized(sTemp) {
520 setRotateM(sTemp, 0, a, x, y, z);
521 multiplyMM(rm, rmOffset, m, mOffset, sTemp, 0);
537 synchronized(sTemp) {
538 setRotateM(sTemp, 0, a, x, y, z);
539 multiplyMM(sTemp, 16, m, mOffset, sTemp, 0);
540 System.arraycopy(sTemp, 16, m, mOffset, 16);
  /external/eigen/blas/testing/
dblat1.f 157 + SA(10), STEMP(1), STRUE(8), SX(8)
214 STEMP(1) = DTRUE1(NP1)
215 CALL STEST1(DNRM2(N,SX,INCX),STEMP,STEMP,SFAC)
218 STEMP(1) = DTRUE3(NP1)
219 CALL STEST1(DASUM(N,SX,INCX),STEMP,STEMP,SFAC)
sblat1.f 157 + SA(10), STEMP(1), STRUE(8), SX(8)
214 STEMP(1) = DTRUE1(NP1)
215 CALL STEST1(SNRM2(N,SX,INCX),STEMP,STEMP,SFAC)
218 STEMP(1) = DTRUE3(NP1)
219 CALL STEST1(SASUM(N,SX,INCX),STEMP,STEMP,SFAC)
  /external/iproute2/examples/
cbq.init-v0.7.3 826 SADDR=${SRC%%:*}; STEMP=${SRC##*:}
827 [ "$SADDR" = "$SRC" ] && STEMP=""
829 SPORT=${STEMP%%/*}; SMASK=${STEMP##*/}
830 [ "$SPORT" = "$STEMP" ] && SMASK="0xffff"
    [all...]
  /build/tools/releasetools/
common.py 866 stemp = sf.WriteToTemp()
876 cmd.append(stemp.name)
887 stemp.close()
  /frameworks/base/core/java/android/text/
BoringLayout.java 422 private static final TextPaint sTemp =
TextUtils.java     [all...]
  /external/svox/pico/lib/
picopam.c     [all...]

Completed in 760 milliseconds