HomeSort by relevance Sort by last modified time
    Searched defs:D2 (Results 1 - 11 of 11) sorted by null

  /bionic/libc/tools/
bionic_utils.py 11 # and D(), D2(), D3(), D4() to add traces
20 def D2(msg):
229 D2("parse_file: %s" % file_path)
258 D2("write '%s'" % msg)
262 D2("write '%s\\n'"% msg)
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
lagconceal.cpp 151 int16 D, D2;
223 /* D2={-lagDif/2..lagDif/2} */
225 D2 = mult_int16(tmp, D);
227 *T0 = add_int16(mult_int16(tmp, ONE_PER_3), D2);
308 /* D2={-lagDif/2..lagDif/2} */
310 D2 = mult_int16(tmp, D);
312 *T0 = add_int16(mult_int16(tmp, ONE_PER_3), D2);
  /bionic/libc/kernel/tools/
utils.py 7 # and D(), D2(), D3(), D4() to add traces
21 def D2(msg):
204 D2("write '%s'" % msg)
208 D2("write '%s\\n'"% msg)
275 D2("update_file: no change to file '%s'" % path )
379 D2("P4 ADDS: %s" % files)
381 D2( o )
386 D2("P4 EDITS: %s" % files)
388 D2( o )
395 D2("P4 DELETES: %s" % files
    [all...]
  /external/speex/libspeex/
math_approx.h 247 #define D2 3726
260 frac = ADD16(D0, MULT16_16_Q14(frac, ADD16(D1, MULT16_16_Q14(frac, ADD16(D2 , MULT16_16_Q14(D3,frac))))));
  /libcore/luni/src/main/native/
org_apache_harmony_luni_util_FloatingPointParser.cpp 341 uint64_t* D2;
344 x = y = D = D2 = 0;
358 free(D2);
437 allocateU64 (D2, D2Length);
439 multiplyHighPrecision (D, DLength, &m, 1, D2, D2Length);
442 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
447 simpleShiftLeftHighPrecision (D2, D2Length, 1);
448 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
503 free(D2);
512 free(D2);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DoubleTest.java 289 double d2 = values[j]; local
290 assertTrue("compare() " + d1 + " should be less " + d2,
291 Double.compare(d1, d2) == -1);
292 assertTrue("compare() " + d2 + " should be greater " + d1, Double.compare(d2,
294 Double D2 = new Double(d2);
295 assertTrue("compareTo() " + d1 + " should be less " + d2,
296 D1.compareTo(D2) == -1);
297 assertTrue("compareTo() " + d2 + " should be greater " + d1
1554 double d2 = values[j]; local
1585 Double d2 = new Double(87654321.12345d); local
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 802 CMPB,*=,N %r31,%r6,$D2 ; if ((h>>32) != dh)(forward) div
810 $D2
    [all...]
pa-risc2.s 824 CMPB,*>>,N %r4,%r19,$D2 ;offset 0x9d4
846 $D2
    [all...]
  /external/svox/pico/lib/
picopam.c 201 picoos_uint8 d2_syllable_in_word; /* D2 */
300 #define D2 31
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 208 hz587 = 0x72a1, /* .33 D2 */
281 D2 = hz587,
  /prebuilt/common/osgi/
osgi.jar 

Completed in 144 milliseconds