| /freebsd-11-stable/contrib/gcc/ |
| HD | varasm.c | 490 unsigned HOST_WIDE_INT rounded) in asm_output_bss() argument 501 ASM_OUTPUT_SKIP (file, rounded ? rounded : 1); in asm_output_bss() 1577 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_local() 1587 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded); in emit_local() 1599 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_bss() 1605 ASM_OUTPUT_BSS (asm_out_file, decl, name, size, rounded); in emit_bss() 1617 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_common() 1627 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded); in emit_common() 1638 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_tls_common() 1655 unsigned HOST_WIDE_INT size, rounded; in assemble_noswitch_variable() local [all …]
|
| HD | output.h | 511 unsigned HOST_WIDE_INT rounded);
|
| /freebsd-11-stable/lib/libc/softfloat/ |
| HD | softfloat.txt | 154 operations are rounded (as usual) to the full precision of the extended 156 or to 64 causes the operations listed to be rounded to reduced precision 226 the source value cannot be rounded to a representable integer of the desired 232 integer value, the operand is rounded according to the current rounding 234 languages) require that conversions to integers be rounded toward zero, the 297 is rounded to an exact integer according to the current rounding mode, and
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| HD | xmmintrin.h | 972 __v4sf temp, rounded; in _mm_cvtps_pi32() local 977 rounded = vec_rint(temp); in _mm_cvtps_pi32() 978 result = (__vector unsigned long long) vec_cts (rounded, 0); in _mm_cvtps_pi32() 1199 __v4sf rounded; in _mm_cvtps_pi16() local 1203 rounded = vec_rint(__A); in _mm_cvtps_pi16() 1204 temp = vec_cts (rounded, 0); in _mm_cvtps_pi16() 1214 __v4sf rounded; in _mm_cvtps_pi8() local 1220 rounded = vec_rint(__A); in _mm_cvtps_pi8() 1221 tmp_i = vec_cts (rounded, 0); in _mm_cvtps_pi8()
|
| HD | emmintrin.h | 850 __v2df rounded = vec_rint (__A); in _mm_cvtpd_epi32() local 860 : "wa" (rounded) in _mm_cvtpd_epi32() 974 __v4sf rounded; in _mm_cvtps_epi32() local 977 rounded = vec_rint((__v4sf) __A); in _mm_cvtps_epi32() 978 result = vec_cts (rounded, 0); in _mm_cvtps_epi32() 1029 __v2df rounded = vec_rint((__v2df) __A); in _mm_cvtsd_si32() local 1030 int result = ((__v2df)rounded)[0]; in _mm_cvtsd_si32() 1038 __v2df rounded = vec_rint ((__v2df) __A ); in _mm_cvtsd_si64() local 1039 long long result = ((__v2df) rounded)[0]; in _mm_cvtsd_si64()
|
| /freebsd-11-stable/lib/libc/mips/gen/ |
| HD | ldexp.S | 167 bge t8, zero, 1f # does result need to be rounded? 187 bge t8, zero, 1f # does result need to be rounded?
|
| /freebsd-11-stable/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.css | 242 /* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */ 243 .qtip-rounded, 251 .qtip-rounded .qtip-titlebar{
|
| /freebsd-11-stable/tools/test/testfloat/ |
| HD | testfloat-source.txt | 218 <float>_to_int32 (rounded according to rounding mode) 219 <float>_to_int64 (rounded according to rounding mode) 330 <float>_to_int32 (rounded according to rounding mode) 331 <float>_to_int64 (rounded according to rounding mode)
|
| HD | testfloat.txt | 278 ISO/ANSI C requires that conversions to integers be rounded toward zero. 288 raise the invalid exception if the source value cannot be rounded to a 305 The extended double-precision (`floatx80') functions can be rounded to 575 be determined either before or after a result is rounded to the destination 629 exception if the source value cannot be rounded to a representable integer.
|
| HD | systemBugs.txt | 86 (401E.FFFFFFFF00000000) and 2^32 (401F.0000000000000000) are rounded to
|
| /freebsd-11-stable/contrib/gcc/config/rs6000/ |
| HD | darwin-ldouble-format | 7 long double rounded to the nearest double, as specified by IEEE. For
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | s390-opc.txt | 110 25 lrdr RR_FF "load rounded (ext. to long)" g5 esa,zarch 111 35 lrer RR_FF "load rounded (long to short)" g5 esa,zarch 112 25 ldxr RR_FF "load rounded (ext. to long)" g5 esa,zarch 113 35 ledr RR_FF "load rounded (long to short)" g5 esa,zarch 380 b345 ldxbr RRE_FF "load rounded extended to long bfp" g5 esa,zarch 381 b346 lexbr RRE_FF "load rounded extended to short bfp" g5 esa,zarch 382 b344 ledbr RRE_FF "load rounded long to short bfp" g5 esa,zarch 650 b366 lexr RRE_FF "load rounded extended to short hfp" g5 esa,zarch 907 b3d5 ledtr RRF_UUFF "load rounded long dfp" z9-ec zarch 908 b3dd ldxtr RRF_UUFF "load rounded extended dfp" z9-ec zarch
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | README.txt | 141 that rounded amount. It would be simpler to subtract the unrounded
|
| HD | SystemZScheduleZ196.td | 743 // Load rounded 869 // Load rounded 983 // Load rounded
|
| HD | SystemZScheduleZEC12.td | 781 // Load rounded 907 // Load rounded 1021 // Load rounded
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| HD | Memory.inc | 128 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | numeric | 574 (__a + __b)/2 : // always correctly rounded 577 __a/2 + __b/2; // otherwise correctly rounded
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | BN_generate_prime.pod | 100 It should equal half of the targeted security level in bits (rounded up to the
|
| HD | BN_add.pod | 66 The result is rounded towards zero; thus if I<a> is negative, the
|
| /freebsd-11-stable/contrib/gdtoa/ |
| HD | changes | 128 2.2250738585072012e-308, which was rounded to the largest denormal 332 case of a power of 2 to be rounded down one ulp. Add test (required 631 is rounded to Infinity or underflows to zero. Fix a memory leak in 664 compute the correctly rounded result with one rounding error. If you
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | peXXigen.c | 645 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local 652 dsize += rounded; in _bfd_XXi_swap_aouthdr_out() 654 tsize += rounded; in _bfd_XXi_swap_aouthdr_out()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zio.c | 1489 size_t rounded = (size_t)P2ROUNDUP(psize, in zio_write_compress() local 1491 if (rounded >= lsize) { in zio_write_compress() 1498 abd_zero_off(cdata, psize, rounded - psize); in zio_write_compress() 1499 psize = rounded; in zio_write_compress()
|
| /freebsd-11-stable/sys/mips/mips/ |
| HD | fp.S | 1530 bne v0, zero, 5f # if rounded remainder is zero 1757 bne v0, zero, 5f # if rounded remainder is zero 1883 bne v0, zero, 5f # if rounded remainder is zero 2007 bne v0, zero, 5f # if rounded remainder is zero 2155 bne v0, zero, 5f # if rounded remainder is zero
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | CodeGenOptions.def | 158 CODEGENOPT(CorrectlyRoundedDivSqrt, 1, 0) ///< -cl-fp32-correctly-rounded-divide-sqrt
|
| /freebsd-11-stable/contrib/libxo/xohtml/ |
| HD | xohtml.css | 568 .rounded {
|