HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 101 - 125 of 189) sorted by null

1 2 3 45 6 7 8

  /external/quake/quake/src/WinQuake/
r_sprite.cpp 66 pclipnormal = pclipplane->normal;
gl_model.cpp 96 d = DotProduct (p,plane->normal) - plane->dist;
1113 out->normal[j] = LittleFloat (in->normal[j]);
1114 if (out->normal[j] < 0)
    [all...]
gl_rsurf.cpp 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
100 surf->plane->normal[i]*dist;
323 // normal lightmaped poly
424 // normal lightmaped poly
846 glDepthMask (1); // back to normal Z buffering
1256 dot = DotProduct (modelorg, pplane->normal) - pplane->dist;
1346 dot = DotProduct (modelorg, plane->normal) - plane->dist;
    [all...]
model.cpp 99 d = DotProduct (p,plane->normal) - plane->dist;
1109 out->normal[j] = LittleFloat (in->normal[j]);
1110 if (out->normal[j] < 0)
    [all...]
pr_cmds.cpp 629 VectorCopy (trace.plane.normal, pr_global_struct->trace_plane_normal);
658 VectorCopy (trace.plane.normal, pr_global_struct->trace_plane_normal);
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ccapitst.c 2977 char normal[32], swapped[32]; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 3068 char normal[32], swapped[32]; local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 588 line-height: normal;
704 font-weight: normal;
1224 font-weight: normal;
1226 white-space: normal;
1308 white-space: normal;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
MathTest.java 1353 double normal = Math.scalb(0.2345, -25); local
1506 float normal = Math.scalb(0.2345f, -25); local
    [all...]
  /external/grub/docs/
texinfo.tex 468 % Make each space character in the input produce a normal interword
640 % @: forces normal size whitespace following.
665 % to keep its height that of a normal line. According to the rules for
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
756 % Do a \strut just to make the height of this box be normal, so the
757 % normal leading is inserted relative to the preceding line.
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.c 96 d = DotProduct (p,plane->normal) - plane->dist;
1122 out->normal[j] = LittleFloat (in->normal[j]);
1123 if (out->normal[j] < 0)
    [all...]
model.c 94 d = DotProduct (p,plane->normal) - plane->dist;
1091 out->normal[j] = LittleFloat (in->normal[j]);
1092 if (out->normal[j] < 0)
    [all...]
  /external/quake/quake/src/QW/server/
sv_ents.c 59 d = DotProduct (org, plane->normal) - plane->dist;
  /external/libvpx/vp8/encoder/x86/
variance_impl_mmx.asm 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 230 // well-behaved (acts like a normal property), so it should work.
mirror-object.js 119 // If property type is normal property type is not serialized.
120 if (properties[i].propertyType() != debug.PropertyType.Normal) {
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 1706 static final int normal = 0; field in class:PreferencesTest.MockInputStream
    [all...]
  /external/grub/stage2/
builtins.c 578 char *normal;
658 normal = arg;
661 new_normal_color = color_number (normal);
662 if (new_normal_color < 0 && ! safe_parse_maxint (&normal, &new_normal_color))
689 "color NORMAL [HIGHLIGHT]",
690 "Change the menu colors. The color NORMAL is used for most"
693 " inverted color of NORMAL is used for the highlighted line."
572 char *normal; local
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 82 $convert_quot = 0; # should we translate &quot; entities into normal quotes?
207 # Normal case:
300 # Normal case:
  /frameworks/base/include/private/opengles/
gl_context.h 201 array_t normal; member in struct:android::gl::array_machine_t
  /dalvik/vm/mterp/armv5te/
footer.S 343 mov r2,#kInterpEntryInstr @ normal entry reason
381 mov r2,#kInterpEntryInstr @ normal entry reason
    [all...]
  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 3 # Normal is the
6 $normal=0;
332 &set_label("start") unless $normal;
  /frameworks/base/opengl/libagl/
light.cpp 353 // transform each normal. However, we might still have to normalize
356 c->arrays.normal.fetch(c, n.v,
357 c->arrays.normal.element(v->index & vertex_cache_t::INDEX_MASK));
  /build/tools/droiddoc/templates/
class.cs 461 <span class="normal">
499 <span class="normal">
508 <span class="normal">(<?cs call:parameter_list(method.params) ?>)</span>

Completed in 1733 milliseconds

1 2 3 45 6 7 8