/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Vector2f.java | 407 * <code>divide</code> divides the values of this vector by a scalar and 411 * the value to divide this vectors attributes by. 414 public Vector2f divide(float scalar) { method in class:Vector2f 545 return divide(length); 548 return divide(1);
|
/external/mesa3d/docs/ |
conform.html | 115 Divide By Zero test passed. 228 Divide By Zero test passed. 341 Divide By Zero test passed. 454 Divide By Zero test passed. 567 Divide By Zero test passed.
|
/external/webrtc/src/common_audio/signal_processing/ |
resample_by_2_internal.c | 63 // divide by two and store temporarily 93 // divide by two and store temporarily 102 // divide by two, add both allpass outputs and round 158 // divide by two and store temporarily 188 // divide by two and store temporarily
|
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te.S | [all...] |
/external/icu4c/i18n/ |
gregoimp.h | 31 * Divide two integers, returning the floor of the quotient. 42 * Divide two numbers, returning the floor of the quotient. 53 * Divide two numbers, returning the floor of the quotient and
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
az_isp.c | 84 * for (i=2; i<NC; i++) Divide by (1-z^-2) * 94 for (i = 2; i < NC; i++) /* Divide by (1-z^-2) */ 124 /* divide 2 times the interval */
|
/frameworks/native/opengl/libagl/ |
vertex.cpp | 81 // frustum clipping and W-divide 103 // divide, since we don't need its window coordinates. 108 // frustum clipping, user clipping and W-divide
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/ |
DSAParametersGenerator.java | 147 BigInteger e = p.subtract(ONE).divide(q); 288 // BigInteger e = p.subtract(ONE).divide(q);
|
/external/dropbear/libtomcrypt/src/math/ |
ltm_desc.c | 263 static int divide(void *a, void *b, void *c, void *d) function 430 ÷,
|
/external/grub/stage2/ |
start.S | 170 /* divide by number of sectors */ 177 divl 4(%si) /* divide by number of heads */
|
/external/icu4c/test/intltest/ |
idnaref.h | 114 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name 153 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
|
/external/jpeg/ |
jcdctmgr.c | 234 /* Divide the coefficient value by qval, ensuring proper rounding. 241 * a comparison is enough cheaper than a divide to make a special test
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 234 /* Divide the coefficient value by qval, ensuring proper rounding. 241 * a comparison is enough cheaper than a divide to make a special test
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
intermOut.cpp | 102 case EOpDivAssign: out << "divide second child into first child"; break; 111 case EOpDiv: out << "divide"; break;
|
/external/webkit/Source/WebCore/platform/graphics/ |
TiledBackingStore.cpp | 214 // Inflates to both sides, so divide inflate delta by 2 222 // Inflates to both sides, so divide inflate delta by 2
|
/external/webkit/Source/WebCore/rendering/ |
FixedTableLayout.cpp | 55 3. Any remaining columns equally divide the remaining horizontal 287 // Divide the remaining width among the auto columns.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 120 divide=247
|
/external/bluetooth/glib/tests/ |
slice-color.c | 127 * divide area by 3 because touch_mem() allocates 3 areas
|
/external/chromium/sdch/open-vcdiff/src/ |
testing.h | 168 // canceled out when we divide by rand_limit to get scaled_value, below.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32.cc | 65 // Divide by big number to convert to seconds, then subtract out the 1970
|
/external/iproute2/man/man8/ |
tc-htb.8 | 39 to specify how to divide the physical link into simulated links and
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 138 {command, args} slash = '/'; // means divide or end command. 497 | {divide} [left]:factor slash [right]:value // x.y / a.b 498 {->New expression.divide(left.expression, right.expression)} 699 | {divide} [left]:expression [right]:expression // x / y
|
/external/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 38 ;# downshift by 7 ( divide by 128 ) at the end 87 vsrh v24, v24, v19 ;# divide v0, v1 by 128 142 vsrh v22, v22, v19 ;# divide by 128 492 vsrh v24, v24, v19 ;# divide v0, v1 by 128
|
/external/libvpx/vp8/encoder/ppc/ |
variance_subpixel_altivec.asm | 38 ;# downshift by 7 ( divide by 128 ) at the end 102 vsrh v24, v24, v19 ;# divide v0, v1 by 128 118 vsrh v22, v22, v19 ;# divide by 128 595 vsrh v24, v24, v19 ;# divide v0, v1 by 128
|
/external/libvpx/vpx_mem/memory_manager/include/ |
hmm_intrnl.h | 60 /* Divide and round up any fraction to the next whole number. */
|