HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 226 - 250 of 4258) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-fragcoord.c 109 "DCL TEMP[0]\n"
112 " 0: MOV TEMP[0], IN[0] \n"
113 " 1: MOV TEMP[0].zw, IMM[1].xxxx \n"
114 " 2: MUL OUT[0], TEMP[0], IMM[0] \n"
122 "DCL TEMP[0]\n"
125 " 0: MOV TEMP[0], IN[0] \n"
126 " 1: MOV TEMP[0].zw, IMM[1].xxxx \n"
127 " 2: MUL OUT[0], TEMP[0], IMM[0] \n"
136 "DCL TEMP[0] \n"
139 "0: FRC TEMP[0], IN[0] \n
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard.cpp 42 * temp = false;
45 * temp = cond2;
50 * discard temp;
65 * temp = false;
70 * temp = cond2;
73 * discard temp;
90 * temp = false;
93 * temp = cond2;
97 * temp = cond3;
100 * discard temp;
175 ir_variable *temp = new(mem_ctx) ir_variable(glsl_type::bool_type, local
    [all...]
  /external/chromium_org/third_party/skia/include/utils/win/
SkTScopedComPtr.h 64 T* temp = this->fPtr; local
66 that.fPtr = temp;
70 T* temp = this->fPtr; local
72 return temp;
  /external/chromium_org/third_party/sqlite/src/test/
lock7.test 34 } {main unlocked temp closed}
37 } {main unlocked temp closed}
48 } {main reserved temp closed}
51 } {main unlocked temp closed}
recover1.test 49 DROP TABLE IF EXISTS temp.types_recover;
50 CREATE VIRTUAL TABLE temp.types_recover USING recover(
62 DROP TABLE IF EXISTS temp.types_recover;
63 CREATE VIRTUAL TABLE temp.types_recover USING recover(
75 DROP TABLE IF EXISTS temp.types_recover;
76 CREATE VIRTUAL TABLE temp.types_recover USING recover(
88 DROP TABLE IF EXISTS temp.types_recover;
89 CREATE VIRTUAL TABLE temp.types_recover USING recover(
101 DROP TABLE IF EXISTS temp.types_recover;
102 CREATE VIRTUAL TABLE temp.types_recover USING recover
    [all...]
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
r1mpyq.h 15 Scalar temp = v_givens[j].c() * a[i+m*j] - v_givens[j].s() * a[i+m*(n-1)]; local
17 a[i+m*j] = temp;
22 Scalar temp = w_givens[j].c() * a[i+m*j] + w_givens[j].s() * a[i+m*(n-1)]; local
24 a[i+m*j] = temp;
  /external/lzma/CPP/Windows/
Time.cpp 61 unsigned temp;
77 temp = (unsigned)(v / PERIOD_100);
78 if (temp == 4)
79 temp = 3;
80 year += temp * 100;
81 v -= temp * PERIOD_100;
83 temp = v / PERIOD_4;
84 if (temp == 25)
85 temp = 24;
86 year += temp * 4;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
files.txt 0 temp
  /external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c 109 "DCL TEMP[0]\n"
112 " 0: MOV TEMP[0], IN[0] \n"
113 " 1: MOV TEMP[0].zw, IMM[1].xxxx \n"
114 " 2: MUL OUT[0], TEMP[0], IMM[0] \n"
122 "DCL TEMP[0]\n"
125 " 0: MOV TEMP[0], IN[0] \n"
126 " 1: MOV TEMP[0].zw, IMM[1].xxxx \n"
127 " 2: MUL OUT[0], TEMP[0], IMM[0] \n"
136 "DCL TEMP[0] \n"
139 "0: FRC TEMP[0], IN[0] \n
    [all...]
  /external/mesa3d/src/glsl/
lower_discard.cpp 42 * temp = false;
45 * temp = cond2;
50 * discard temp;
65 * temp = false;
70 * temp = cond2;
73 * discard temp;
90 * temp = false;
93 * temp = cond2;
97 * temp = cond3;
100 * discard temp;
175 ir_variable *temp = new(mem_ctx) ir_variable(glsl_type::bool_type, local
    [all...]
  /external/qemu/android/
hw-lcd.c 19 char temp[8]; local
40 snprintf(temp, sizeof temp, "%d", density);
41 boot_property_add("qemu.sf.lcd_density", temp);
  /external/skia/include/utils/win/
SkTScopedComPtr.h 64 T* temp = this->fPtr; local
66 that.fPtr = temp;
70 T* temp = this->fPtr; local
72 return temp;
  /frameworks/av/libvideoeditor/vss/src/
M4ChannelConverter.c 45 long Temp;
47 Temp = (long)*(src++);
48 Temp += (long)*(src++);
49 *(dst++) = (short)(Temp >>1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
SharedPreset.java 32 ImagePreset temp = mIntermediatePreset; local
34 mProducerPreset = temp;
42 ImagePreset temp = mConsumerPreset; local
44 mIntermediatePreset = temp;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_list.c 47 struct rc_list * temp; local
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
57 new_value->Prev = temp;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_list.c 47 struct rc_list * temp; local
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
57 new_value->Prev = temp;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 44 LVM_INT32 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 20 std::string temp = get_temp_file_name(); local
23 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
29 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
35 std::remove(temp.c_str());
38 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
44 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
50 remove(temp.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
open_pointer.pass.cpp 23 std::string temp = get_temp_file_name(); local
30 fs.open(temp.c_str());
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp.c_str());
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
open_string.pass.cpp 23 std::string temp = get_temp_file_name(); local
30 fs.open(temp);
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp);
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
81 temp=db_RandomInt(r_seed,pool_size-1-i);
85 if(s[j]<=temp) temp++;
89 temp2=temp;
90 temp=s[j];
94 s[i]=temp;
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
81 temp=db_RandomInt(r_seed,pool_size-1-i);
85 if(s[j]<=temp) temp++;
89 temp2=temp;
90 temp=s[j];
94 s[i]=temp;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
81 temp=db_RandomInt(r_seed,pool_size-1-i);
85 if(s[j]<=temp) temp++;
89 temp2=temp;
90 temp=s[j];
94 s[i]=temp;
  /dalvik/vm/compiler/codegen/arm/
ArmRallocUtil.cpp 30 * r0-r3: Temp/argument
31 * lr(r14): Temp for translations, return address for handlers
34 * r4, r7: Temp for translations
35 * r8, r9, r10: Temp preserved across C calls
36 * r11, ip(r12): Temp not preserved across C calls
39 * r0-r3: Temp/argument
40 * lr(r14): Temp for translations, return address for handlers
43 * r4, r7: Temp for translations
44 * r8, r9, r10 Temp preserved across C calls
45 * r11, ip(r12): Temp not preserved across C call
    [all...]
  /external/chromium_org/media/mp4/
avc.cc 41 std::vector<uint8> temp;
42 temp.swap(*buffer);
43 buffer->reserve(temp.size() + 32);
46 while (pos + length_size < temp.size()) {
47 int nal_size = temp[pos];
48 if (length_size == 2) nal_size = (nal_size << 8) + temp[pos+1];
51 RCHECK(pos + nal_size <= temp.size());
54 buffer->insert(buffer->end(), temp.begin() + pos,
55 temp.begin() + pos + nal_size);
58 return pos == temp.size()
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 91011>>