/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 197 * @brief Manipulator for @c precision. 198 * @param n The new precision. 200 * Sent to a stream object, this manipulator calls @c precision(n) for 215 __is.precision(__f._M_n); 223 __os.precision(__f._M_n);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 197 * @brief Manipulator for @c precision. 198 * @param n The new precision. 200 * Sent to a stream object, this manipulator calls @c precision(n) for 215 __is.precision(__f._M_n); 223 __os.precision(__f._M_n);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 197 * @brief Manipulator for @c precision. 198 * @param n The new precision. 200 * Sent to a stream object, this manipulator calls @c precision(n) for 215 __is.precision(__f._M_n); 223 __os.precision(__f._M_n);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
iomanip | 197 * @brief Manipulator for @c precision. 198 * @param n The new precision. 200 * Sent to a stream object, this manipulator calls @c precision(n) for 215 __is.precision(__f._M_n); 223 __os.precision(__f._M_n);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
random.tcc | 950 const std::streamsize __precision = __os.precision(); 954 __os.precision(std::numeric_limits<_RealType>::max_digits10); 960 __os.precision(__precision); 995 const std::streamsize __precision = __os.precision() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
random.tcc | 950 const std::streamsize __precision = __os.precision(); 954 __os.precision(std::numeric_limits<_RealType>::max_digits10); 960 __os.precision(__precision); 995 const std::streamsize __precision = __os.precision() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
random.tcc | 950 const std::streamsize __precision = __os.precision(); 954 __os.precision(std::numeric_limits<_RealType>::max_digits10); 960 __os.precision(__precision); 995 const std::streamsize __precision = __os.precision() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
random.tcc | 978 const std::streamsize __precision = __os.precision(); 982 __os.precision(std::numeric_limits<_RealType>::max_digits10); 988 __os.precision(__precision); [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSInfo.cpp | 359 // Check to see if we have any FP precision-related pragmas. 373 ALOGE("Multiple float precision pragmas specified!"); 378 ALOGE("Multiple float precision pragmas specified!"); 384 // Imprecise is selected over Relaxed precision. 385 // In the absence of both, we stick to the default Full precision. 393 // adb shell setprop debug.rs.precision rs_fp_full 394 // adb shell setprop debug.rs.precision rs_fp_relaxed 395 // adb shell setprop debug.rs.precision rs_fp_imprecise 397 property_get("debug.rs.precision", precision_prop_buf, "");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
smmintrin.h | 67 /* Single precision floating point blend instructions - select data 92 /* Double precision floating point blend instructions - select data 220 /* Insert single precision float into packed single precision array 242 /* Extract binary representation of single precision float from packed 243 single precision array element of X selected by index N. */ 263 /* Extract binary representation of single precision float into 264 D from packed single precision array element of S selected 269 /* Extract specified single precision float element into the lower
|
/external/eigen/blas/testing/ |
dblat1.f | 2 * Test program for the DOUBLE PRECISION Level 1 BLAS. 12 DOUBLE PRECISION SFAC 87 DOUBLE PRECISION SFAC 92 DOUBLE PRECISION D12, SA, SB, SC, SS 95 DOUBLE PRECISION DA1(8), DATRUE(8), DB1(8), DBTRUE(8), DC1(8), 149 DOUBLE PRECISION SFAC 156 DOUBLE PRECISION DTRUE1(5), DTRUE3(5), DTRUE5(8,5,2), DV(8,5,2), 160 DOUBLE PRECISION DASUM, DNRM2 243 DOUBLE PRECISION SFAC 248 DOUBLE PRECISION SA, SC, S [all...] |
dblat2.f | 3 * Test program for the DOUBLE PRECISION Level 2 Blas. 71 DOUBLE PRECISION ZERO, HALF, ONE 79 DOUBLE PRECISION EPS, ERR, THRESH 88 DOUBLE PRECISION A( NMAX, NMAX ), AA( NMAX*NMAX ), 98 DOUBLE PRECISION DDIFF 236 * Compute EPS (the machine precision). 359 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, D9.1 ) 366 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F', 405 DOUBLE PRECISION ZERO, HALF 408 DOUBLE PRECISION EPS, THRES [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random.tcc | 831 const std::streamsize __precision = __os.precision(); 834 __os.precision(__gnu_cxx::__numeric_traits<double>::__max_digits10); 840 __os.precision(__precision); 878 const std::streamsize __precision = __os.precision(); 881 __os.precision(__gnu_cxx::__numeric_traits<_RealType>::__max_digits10); 887 __os.precision(__precision); 1041 const std::streamsize __precision = __os.precision(); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 831 const std::streamsize __precision = __os.precision(); 834 __os.precision(__gnu_cxx::__numeric_traits<double>::__max_digits10); 840 __os.precision(__precision); 878 const std::streamsize __precision = __os.precision(); 881 __os.precision(__gnu_cxx::__numeric_traits<_RealType>::__max_digits10); 887 __os.precision(__precision); 1041 const std::streamsize __precision = __os.precision(); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 831 const std::streamsize __precision = __os.precision(); 834 __os.precision(__gnu_cxx::__numeric_traits<double>::__max_digits10); 840 __os.precision(__precision); 878 const std::streamsize __precision = __os.precision(); 881 __os.precision(__gnu_cxx::__numeric_traits<_RealType>::__max_digits10); 887 __os.precision(__precision); 1041 const std::streamsize __precision = __os.precision(); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 831 const std::streamsize __precision = __os.precision(); 834 __os.precision(__gnu_cxx::__numeric_traits<double>::__max_digits10); 840 __os.precision(__precision); 878 const std::streamsize __precision = __os.precision(); 881 __os.precision(__gnu_cxx::__numeric_traits<_RealType>::__max_digits10); 887 __os.precision(__precision); 1041 const std::streamsize __precision = __os.precision(); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
random.tcc | 831 const std::streamsize __precision = __os.precision(); 834 __os.precision(__gnu_cxx::__numeric_traits<double>::__max_digits10); 840 __os.precision(__precision); 878 const std::streamsize __precision = __os.precision(); 881 __os.precision(__gnu_cxx::__numeric_traits<_RealType>::__max_digits10); 887 __os.precision(__precision); 1041 const std::streamsize __precision = __os.precision(); [all...] |
/external/icu4c/io/ |
uprntf_p.c | 103 int32_t fPrecisionPos; /* Position of precision in arg list */ 227 /* precision = maximum # of characters to write */ 262 /* precision = maximum # of characters to write */ 263 /* precision is ignored when handling a char */ 315 /* # of decimal digits is 6 if precision not specified regardless of locale */ 632 /* # of decimal digits is 6 if precision not specified */ 715 /* # of decimal digits is 6 if precision not specified */ 762 /* precision = maximum # of characters to write */ 784 /* precision = maximum # of characters to write */ 785 /* precision is ignored when handling a uchar * [all...] |
/external/valgrind/main/none/tests/ppc32/ |
test_dfp3.c | 785 precision_type_t precision; member in struct:dfp_test 793 precision_type_t precision; member in struct:dfp_one_arg_test 823 if (test_def.precision == LONG_TEST) { 831 if (test_def.precision == QUAD_TEST) { 842 if (test_def.precision == LONG_TEST) { 884 if (test_def.precision == LONG_TEST) { 897 if (test_def.precision == QUAD_TEST) { 907 if (test_def.precision == LONG_TEST) { 950 if (test_def.precision == LONG_TEST) { 958 if (test_def.precision == QUAD_TEST) [all...] |
test_isa_2_06_part3.c | 397 /* Technically, the number of bits of precision for xvredp and xvrsqrtedp is 401 * precision) and the estimate may still be within expected tolerances. On top of that, 404 * in 256 -- i.e., 8 bits of precision) . . . When approximating the value 1.0111_1111_1111, 415 * Only use 12 bits of precision for reasons discussed above. 499 } else { // single precision test (only have xvrsqrtesp, since xvresp was implemented in stage 2) 539 precision_type_t precision; member in struct:vx_fp_test 869 precision_type_t precision; member in struct:vx_intToFp_test 974 precision_type_t precision; member in struct:simple_test 989 // copy single precision FP into vector element i 1334 precision_type_t precision; member in struct:div_ext_test [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_dfp3.c | 785 precision_type_t precision; member in struct:dfp_test 793 precision_type_t precision; member in struct:dfp_one_arg_test 823 if (test_def.precision == LONG_TEST) { 831 if (test_def.precision == QUAD_TEST) { 842 if (test_def.precision == LONG_TEST) { 884 if (test_def.precision == LONG_TEST) { 897 if (test_def.precision == QUAD_TEST) { 907 if (test_def.precision == LONG_TEST) { 950 if (test_def.precision == LONG_TEST) { 958 if (test_def.precision == QUAD_TEST) [all...] |
test_isa_2_06_part3.c | 397 /* Technically, the number of bits of precision for xvredp and xvrsqrtedp is 401 * precision) and the estimate may still be within expected tolerances. On top of that, 404 * in 256 -- i.e., 8 bits of precision) . . . When approximating the value 1.0111_1111_1111, 415 * Only use 12 bits of precision for reasons discussed above. 499 } else { // single precision test (only have xvrsqrtesp, since xvresp was implemented in stage 2) 539 precision_type_t precision; member in struct:vx_fp_test 869 precision_type_t precision; member in struct:vx_intToFp_test 974 precision_type_t precision; member in struct:simple_test 989 // copy single precision FP into vector element i 1334 precision_type_t precision; member in struct:div_ext_test [all...] |
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalArithmeticTest.java | 1158 int precision = 21; local 1178 int precision = 21; local 1198 int precision = 21; local 1218 int precision = 21; local 1238 int precision = 21; local 1258 int precision = 21; local 1278 int precision = 21; local 1333 int precision = 32; local 1353 int precision = 75; local 1417 int precision = 75; local 1441 int precision = 15; local 1499 int precision = 15; local 1519 int precision = 75; local 1537 int precision = 75; local 1554 int precision = 15; local 1571 int precision = 0; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_log10.c | 22 * in not-quite-routine extra precision. 77 * Extra precision in for adding y*log10_2hi is not strictly needed
|
/dalvik/vm/compiler/codegen/arm/ |
CalloutHelper.h | 45 /* Single-precision FP arithmetics */ 52 /* Double-precision FP arithmetics */
|