Searched refs:numbers (Results 76 - 100 of 186) sorted by relevance

12345678

/external/libvorbis/doc/
H A D09-helper.tex52 representation used by the decoder for floating point numbers. For
131 rounding division of both positive and negative numbers toward zero.
H A DVorbis_I_spec.tex35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
37 \fvset{tabsize=4,fontsize=\scriptsize,numbers=left}
/external/srec/config/en.us/
H A DAndroid.mk93 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok
95 sort -u $(DICT_DIR)/c0.6.ok $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok > $(DICT_DIR)/cmu6plus.ok
/external/chromium_org/media/base/simd/
H A Dconvert_yuva_to_argb_mmx.inc50 ; the pack/unpack above handle saturating any negative numbers to 0, they also
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm119 vand q0, q6, q14 ; get all valid numbers from scan array
129 vand q10, q6, q2 ; get all valid numbers from scan array
218 vand q10, q10, q14 ; get all valid numbers from scan array
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm119 vand q0, q6, q14 ; get all valid numbers from scan array
129 vand q10, q6, q2 ; get all valid numbers from scan array
218 vand q10, q10, q14 ; get all valid numbers from scan array
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp722 std::vector<MyNumber> numbers; member in struct:NameAndNumbers
733 io.mapRequired("numbers", nn.numbers);
751 map.numbers.push_back(10);
752 map.numbers.push_back(-30);
753 map.numbers.push_back(1024);
778 EXPECT_EQ(map2.numbers.size(), 3UL);
779 EXPECT_EQ(10, map2.numbers[0]);
780 EXPECT_EQ(-30, map2.numbers[1]);
781 EXPECT_EQ(1024, map2.numbers[
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp268 const int numbers[] = {1, 7}; local
325 numberIndex < sizeof(numbers)/sizeof(int);
336 TimeUnitAmount *tamt = new TimeUnitAmount(numbers[numberIndex], tunits[unitIndex], status);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dnumber.pxd45 # ``approximate'' because binary floating point numbers are
46 # approximate; it is not possible to represent all real numbers in
153 # ``approximate'' because binary floating point numbers are
154 # approximate; it is not possible to represent all real numbers in
/external/chromium_org/third_party/libxslt/win32/
H A DMakefile85 $(XSLT_INTDIR)\numbers.obj\
105 $(XSLT_INTDIR_A)\numbers.obj\
/external/chromium_org/third_party/skia/tools/lua/
H A Dglyph-usage.lua71 -- other is just an array[1...N] of numbers (glyphIDs)
/external/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc80 // The exponent of a is within the range of normal numbers in the
/external/lldb/examples/python/
H A Dpytracer.py310 def total(initial=5, *numbers, **keywords):
312 for number in numbers:
/external/openssl/crypto/ecdsa/
H A Decdsatest.c141 static const char *numbers[8] = { variable
165 if (!BN_dec2bn(&tmp, numbers[fbytes_counter]))
/external/skia/tools/lua/
H A Dglyph-usage.lua71 -- other is just an array[1...N] of numbers (glyphIDs)
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c29 u8 numbers = 10; local
36 val %= 2 * letters + numbers;
194 * country codes are used, the regulatory class numbers may not be matched
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c29 u8 numbers = 10; local
36 val %= 2 * letters + numbers;
194 * country codes are used, the regulatory class numbers may not be matched
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c29 u8 numbers = 10; local
36 val %= 2 * letters + numbers;
194 * country codes are used, the regulatory class numbers may not be matched
/external/bison/etc/
H A Dbench.pl.in275 /* process numbers */
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dresults.py51 self.numbers = Numbers(
61 """The missing line numbers, formatted nicely.
110 """Returns a list of line numbers that have more than one exit."""
138 Returns a dict mapping line numbers to a tuple:
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec112 numbers).
118 a framebuffer clamped to [0,1] all converted numbers will be in the range
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php111 /* parse bug numbers */
/external/llvm/test/MC/Mips/
H A Dmips-register-names-o32.s3 # Check that the register names are mapped to their correct numbers for o32
H A Dmips64-register-names-n32-n64.s5 # Check that the register names are mapped to their correct numbers for n32/n64
H A Dmips64-register-names-o32.s4 # Check that the register names are mapped to their correct numbers for o32

Completed in 812 milliseconds

12345678