OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pnv
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/VMCore/
BasicBlock.cpp
276
Value*
PNV
= 0;
277
if (!DontDeleteUselessPHIs && (
PNV
= PN->hasConstantValue()))
278
if (
PNV
!= PN) {
279
PN->replaceAllUsesWith(
PNV
);
/external/quake/quake/src/WinQuake/
gl_rsurf.cpp
657
float*
pnv
= gVertexBuffer;
local
660
pnv
[0] = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime);
661
pnv
[1] = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime);
662
pnv
[2] = v[2];
664
pnv
+= 3;
700
float*
pnv
= gVertexBuffer;
local
703
pnv
[0] = v[0] + 8*sinf(v[1]*0.05f+realtime)*sinf(v[2]*0.05f+realtime);
704
pnv
[1] = v[1] + 8*sinf(v[0]*0.05f+realtime)*sinf(v[2]*0.05f+realtime);
705
pnv
[2] = v[2];
707
pnv
+= 3
[
all
...]
/external/llvm/lib/Transforms/Utils/
Local.cpp
403
Value *
PNV
= SimplifyInstruction(PN, TD);
404
if (
PNV
== 0) continue;
408
assert(
PNV
!= PN && "SimplifyInstruction broken!");
411
ReplaceAndSimplifyAllUses(PN,
PNV
, TD);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp
206
if (Value *
PNV
= SimplifyInstruction(PN)) {
207
PN->replaceAllUsesWith(
PNV
);
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump
[
all
...]
/frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
de-DE_tpp_net.utf
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_tpp_net.utf
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_tpp_net.utf
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_tpp_net.utf
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_tpp_net.utf
[
all
...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
it-IT_tpp_net.utf
[
all
...]
Completed in 393 milliseconds