Home
last modified time | relevance | path

Searched refs:conversions (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME19 6. string-conv: String conversions of scalars were sticky. Once a
38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written
39 to with sprintf(), which meant that some conversions could write past the
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dlocale.inc72 // [depr.conversions.buffer]
75 // [depr.conversions.string]
H A Dstring.inc44 // [string.conversions], numeric conversions
H A Dstring.cppm
H A Dlocale.cppm
H A Dchrono.cppm
H A Dchrono.inc46 // [time.duration.cast], conversions
74 // [time.point.cast], conversions
133 // [time.clock.cast], time_point conversions
/freebsd/contrib/gdtoa/
H A DREADME31 The core conversion routines are strtodg for decimal -> binary conversions
32 and gdtoa for binary -> decimal conversions. These routines operate
58 For decimal -> binary conversions, there are three families of
137 (f = strtod(s,se)) is more efficient for some conversions than, say,
152 For some conversions this variant of strtod is less efficient than the
177 For binary -> decimal conversions, I've provided just one family
194 style and conversions with direction of rounding specified (so that, if
200 For an example of more general conversions based on dtoa(), see
235 conversion of very long strings) for conversions to and from double
237 or for conversions to extended or quad, it may be appropriate to
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h534 ConversionSet &conversions() { in conversions() function
538 const ConversionSet &conversions() const { in conversions() function
543 conversions().push_back(std::make_pair(Found, D)); in addConversion()
548 iterator begin() { return conversions().begin(); } in begin()
549 iterator end() { return conversions().end(); } in end()
553 const_iterator begin() const { return conversions().begin(); } in begin()
554 const_iterator end() const { return conversions().end(); } in end()
/freebsd/usr.bin/seq/
H A Dseq.c266 unsigned conversions = 0; in valid_format() local
311 conversions++; in valid_format()
320 return (conversions == 1); in valid_format()
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt16 are implemented, except for conversions to and from decimal.
129 are conversions to and from decimal.
198 All conversions among the floating-point formats are supported, as are all
199 conversions between a floating-point format and 32-bit and 64-bit signed
221 for conversions from 64-bit integers to extended double and quadruple
230 On conversions to integer, if the floating-point operand is not already an
233 languages) require that conversions to integers be rounded toward zero, the
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory40 // conversions
96 // conversions
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcompare95 // conversions
122 // conversions
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dat91-sama5d2_adc.txt9 - vref-supply: Supply used as reference for conversions.
H A Dat91_adc.txt15 - atmel,adc-vref: Reference voltage in millivolts for the conversions
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsWebAssembly.def48 // Trapping fp-to-int conversions
58 // Saturating fp-to-int conversions
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td99 // Trapping float-to-int conversions
111 // Saturating float-to-int conversions
H A DRuntimeLibcalls.td1280 // Floating-point to integer conversions.
1281 // i64 conversions are done via library routines even when generating VFP
1292 // Integer to floating-point conversions.
1293 // i64 conversions are done via library routines even when generating VFP
1343 // Floating-point to integer conversions.
1360 // Integer to floating-point conversions.
1649 // Floating point conversions - EABI Table 6
1803 // Floating point conversions - EABI Table 6
/freebsd/lib/libc/db/
H A Dchangelog100 existing database. Fixes to byte-order conversions.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td64 // Integer to float conversions
74 // Float to integer conversions
84 // Float to float conversions
/freebsd/contrib/lutok/m4/
H A Ddeveloper-mode.m493 -Wno-pmf-conversions \
/freebsd/contrib/kyua/m4/
H A Ddeveloper-mode.m493 -Wno-pmf-conversions \
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db2120 existing database. Fixes to byte-order conversions.
/freebsd/contrib/openbsm/
H A Dconfigure.ac143 # byte order conversions. Availability of these varies considerably -- in
/freebsd/contrib/sendmail/
H A DKNOWNBUGS172 allow for 8->7 bit MIME conversions either.
198 When sendmail is doing 8->7 bit MIME conversions, and the message

12345