/build/tools/droiddoc/templates-pdk/ |
data.hdf | 2 which = normal
|
/build/tools/droiddoc/templates-sdk/ |
data.hdf | 2 which = normal
|
/external/e2fsprogs/tests/f_h_normal/ |
name | 0 Normal (signed) HTREE directory
|
/external/quake/quake/src/QW/client/ |
math.s | 122 flds pl_normal(%edx) // p->normal[0] 123 fld %st(0) // p->normal[0] | p->normal[0] 127 //dist1= p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[2]*emaxs[2]; 128 //dist2= p->normal[0]*emins[0] + p->normal[1]*emins[1] + p->normal[2]*emins[2]; 130 fmuls (%ebx) // p->normal[0]*emaxs[0] | p->normal[0 [all...] |
mathlib.c | 34 void ProjectPointOnPlane( vec3_t dst, const vec3_t p, const vec3_t normal ) 40 inv_denom = 1.0F / DotProduct( normal, normal ); 42 d = DotProduct( normal, p ) * inv_denom; 44 n[0] = normal[0] * inv_denom; 45 n[1] = normal[1] * inv_denom; 46 n[2] = normal[2] * inv_denom; 209 dist1 = p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[2]*emaxs[2] [all...] |
gl_test.c | 29 vec3_t normal;
member in struct:__anon4999 69 vec3_t normal;
local 87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
|
/external/quake/quake/src/QW/server/ |
math.s | 36 flds pl_normal(%edx) // p->normal[0] 37 fld %st(0) // p->normal[0] | p->normal[0] 41 //dist1= p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[2]*emaxs[2]; 42 //dist2= p->normal[0]*emins[0] + p->normal[1]*emins[1] + p->normal[2]*emins[2]; 44 fmuls (%ebx) // p->normal[0]*emaxs[0] | p->normal[0 [all...] |
/external/quake/quake/src/WinQuake/ |
math.s | 123 flds pl_normal(%edx) // p->normal[0] 124 fld %st(0) // p->normal[0] | p->normal[0] 128 //dist1= p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[2]*emaxs[2]; 129 //dist2= p->normal[0]*emins[0] + p->normal[1]*emins[1] + p->normal[2]*emins[2]; 131 fmuls (%ebx) // p->normal[0]*emaxs[0] | p->normal[0 [all...] |
mathlib.cpp | 34 void ProjectPointOnPlane( vec3_t dst, const vec3_t p, const vec3_t normal )
40 inv_denom = 1.0F / DotProduct( normal, normal );
42 d = DotProduct( normal, p ) * inv_denom;
44 n[0] = normal[0] * inv_denom;
45 n[1] = normal[1] * inv_denom;
46 n[2] = normal[2] * inv_denom;
211 dist1 = p->normal[0]*emaxs[0] + p->normal[1]*emaxs[1] + p->normal[2]*emaxs[2]; [all...] |
gl_test.cpp | 29 vec3_t normal;
member in struct:__anon5362 69 vec3_t normal;
local 87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
|
/frameworks/base/core/java/android/net/ |
package.html | 3 Classes that help with network access, beyond the normal java.net.* APIs.
|
/frameworks/base/core/tests/coretests/res/raw/ |
v21_org_before_title.vcf | 3 FN:Normal Guy
|
/external/genext2fs/ |
INSTALL | 5 To install, just do it the normal GNU way:
|
/external/iproute2/netem/ |
normal.c | 2 * Normal distribution table generator 18 normal(double x, double mu, double sigma) function 32 i = rint(TABLESIZE * normal(x, 0.0, 1.0)); 37 printf("# This is the distribution table for the normal distribution.\n");
|
Makefile | 1 DISTGEN = maketable normal pareto paretonormal 2 DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
|
/frameworks/base/core/java/android/inputmethodservice/ |
package.html | 4 normal applications, they are a framework specifically for writing input
|
/ndk/ |
Android.mk | 2 # build the Android platform. This is not the normal usage of the NDK.
|
/external/webkit/WebCore/css/ |
quirks.css | 35 white-space: normal; 36 line-height: normal; 37 font-weight: normal; 39 font-variant: normal; 40 font-style: normal;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Typeface.java | 35 /** The default NORMAL typeface object */ 43 /** The NORMAL style of the default sans serif typeface. */ 45 /** The NORMAL style of the default serif typeface. */ 47 /** The NORMAL style of the default monospace typeface. */ 58 public static final int NORMAL = _Original_Typeface.NORMAL; 93 * @param style The style (normal, bold, italic) of the typeface. 94 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALIC 117 * @param style The style (normal, bold, italic) of the typeface. 118 * e.g. NORMAL, BOLD, ITALIC, BOLD_ITALI [all...] |
/external/webkit/WebCore/manual-tests/ |
input-type-file-drag-drop.html | 13 <li> Accepting normal file drags (indicating accpetance during hover). 14 <li> Rejecting diretory and non-normal file drags.
|
/packages/apps/Mms/res/values/ |
styles.xml | 9 <item name="android:textStyle">normal</item> 13 <item name="android:textStyle">normal</item>
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BlurMaskFilter_BlurTest.java | 34 assertEquals(Blur.NORMAL, Blur.valueOf("NORMAL")); 49 assertEquals(Blur.NORMAL, bulr[0]); 56 assertNotNull(new BlurMaskFilter(10.24f, Blur.NORMAL));
|
/dalvik/libcore/dalvik/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/luni-kernel/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/dalvik/libcore/openssl/src/main/native/ |
sub.mk | 2 # It's not a normal makefile, so we don't include CLEAR_VARS
|