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

  /external/llvm/lib/IR/
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/Scalar/
TailRecursionElimination.cpp 219 if (Value *PNV = SimplifyInstruction(PN)) {
220 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...]
  /packages/apps/Camera/perftests/panorama/input/
test_007.ppm     [all...]
  /packages/apps/Gallery2/perftests/panorama/input/
test_007.ppm     [all...]

Completed in 363 milliseconds