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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-dp3.sh 7 DCL TEMP[0]
11 DP3 TEMP[0].xy, IN[0], IN[0]
12 MOV TEMP[0].zw, IMM[0]
13 MUL OUT[0], IN[0], TEMP[0]
vert-dp4.sh 7 DCL TEMP[0]
11 DP4 TEMP[0].xy, IN[0], IN[0]
12 MOV TEMP[0].zw, IMM[0]
13 MUL OUT[0], IN[0], TEMP[0]
vert-abs.sh 7 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 ABS OUT[0], TEMP[0]
vert-frc.sh 7 DCL TEMP[0]
11 MUL TEMP[0], IN[0].xyxw, IMM[0]
13 FRC OUT[1], TEMP[0]
vert-lrp.sh 8 DCL TEMP[0]
10 ABS TEMP[0], IN[0]
12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
vert-sge.sh 8 DCL TEMP[0]
12 SGE TEMP[0], IN[0], IMM[0]
14 MUL OUT[1], IN[1], TEMP[0]
vert-slt.sh 8 DCL TEMP[0]
12 SLT TEMP[0], IN[0], IMM[0]
14 MUL OUT[1], IN[1], TEMP[0]
vert-srcmod-abs.sh 7 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 MOV OUT[0], |TEMP[0]|
vert-srcmod-absneg.sh 7 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 MOV OUT[0].xy, -|TEMP[0]|
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-dp3.sh 7 DCL TEMP[0]
11 DP3 TEMP[0].xy, IN[0], IN[0]
12 MOV TEMP[0].zw, IMM[0]
13 MUL OUT[0], IN[0], TEMP[0]
vert-dp4.sh 7 DCL TEMP[0]
11 DP4 TEMP[0].xy, IN[0], IN[0]
12 MOV TEMP[0].zw, IMM[0]
13 MUL OUT[0], IN[0], TEMP[0]
vert-abs.sh 7 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 ABS OUT[0], TEMP[0]
vert-frc.sh 7 DCL TEMP[0]
11 MUL TEMP[0], IN[0].xyxw, IMM[0]
13 FRC OUT[1], TEMP[0]
vert-lrp.sh 8 DCL TEMP[0]
10 ABS TEMP[0], IN[0]
12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
vert-sge.sh 8 DCL TEMP[0]
12 SGE TEMP[0], IN[0], IMM[0]
14 MUL OUT[1], IN[1], TEMP[0]
vert-slt.sh 8 DCL TEMP[0]
12 SLT TEMP[0], IN[0], IMM[0]
14 MUL OUT[1], IN[1], TEMP[0]
vert-srcmod-abs.sh 7 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 MOV OUT[0], |TEMP[0]|
vert-srcmod-absneg.sh 7 DCL TEMP[0]
11 ADD TEMP[0], IN[0], IMM[0]
12 MOV OUT[0].xy, -|TEMP[0]|
  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.c 16 unsigned char *temp; local
18 temp = last_frame->buffer_alloc;
20 new_frame->buffer_alloc = temp;
22 temp = last_frame->y_buffer;
24 new_frame->y_buffer = temp;
26 temp = last_frame->u_buffer;
28 new_frame->u_buffer = temp;
30 temp = last_frame->v_buffer;
32 new_frame->v_buffer = temp;
  /external/qemu-pc-bios/vgabios/
dataseghack 7 $1 > temp.awk.1
13 $1 > temp.awk.2
19 $1 > temp.awk.3
22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.orig
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp 17 template <class T> class Temp {
18 static Temp<A::Public> make() { return Temp<A::Public>(); }
20 template class Temp<A::Private>;
25 template class Temp<A::Private> Temp<int>::make();
38 template <class T> class Temp {
39 static Temp<A::Public> make();
41 template <> class Temp<A::Private> {
43 Temp(int x) {
    [all...]
  /external/qemu-pc-bios/bochs/bios/
bios_usage 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
3 usage rombios.bin temp.usage
4 /bin/rm temp.usage
  /external/marisa-trie/lib/marisa/
trie.cc 27 Trie temp; local
28 temp.louds_.map(mapper);
29 temp.labels_.map(mapper);
30 temp.terminal_flags_.map(mapper);
31 temp.link_flags_.map(mapper);
32 temp.links_.map(mapper);
33 temp.tail_.map(mapper);
34 mapper.map(&temp.num_first_branches_);
35 mapper.map(&temp.num_keys_);
37 if (temp.has_link() && !temp.has_tail())
68 Trie temp; local
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.cc 27 Trie temp; local
28 temp.louds_.map(mapper);
29 temp.labels_.map(mapper);
30 temp.terminal_flags_.map(mapper);
31 temp.link_flags_.map(mapper);
32 temp.links_.map(mapper);
33 temp.tail_.map(mapper);
34 mapper.map(&temp.num_first_branches_);
35 mapper.map(&temp.num_keys_);
37 if (temp.has_link() && !temp.has_tail())
68 Trie temp; local
    [all...]
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
chkder.h 24 Scalar temp; local
32 temp = eps * abs(x[j]);
33 if (temp == 0.)
34 temp = eps;
35 xp[j] = x[j] + temp;
42 temp = abs(x[j]);
43 if (temp == 0.)
44 temp = 1.;
45 err += temp * fjac.col(j);
48 temp = 1.
    [all...]

Completed in 138 milliseconds

1 23 4 5 6 7 8 91011>>