Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h486 ConversionSet &conversions() { in conversions() function
490 const ConversionSet &conversions() const { in conversions() function
495 conversions().push_back(std::make_pair(Found, D)); in addConversion()
500 iterator begin() { return conversions().begin(); } in begin()
501 iterator end() { return conversions().end(); } in end()
505 const_iterator begin() const { return conversions().begin(); } in begin()
506 const_iterator end() const { return conversions().end(); } in end()
/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.cppm
H A Dlocale.cppm
H A Dchrono.cppm
H A Dchrono.inc46 // [time.duration.cast], conversions
74 // [time.point.cast], conversions
128 // [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/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
91 // 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
H A DDiagnosticGroups.td1151 def : DiagGroup<"bool-conversions",
1152 [BoolConversion]>; // -Wbool-conversions = -Wbool-conversion
1153 def : DiagGroup<"int-conversions",
1154 [IntConversion]>; // -Wint-conversions = -Wint-conversion
1155 def : DiagGroup<"vector-conversions",
1156 [VectorConversion]>; // -Wvector-conversions = -Wvector-conversion
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td99 // Trapping float-to-int conversions
111 // Saturating float-to-int conversions
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td59 // Integer to float conversions
67 //Float to integer conversions
75 // Float to float conversions
/freebsd/lib/libc/db/
H A Dchangelog100 existing database. Fixes to byte-order conversions.
/freebsd/contrib/libucl/doc/
H A Dlua_api.md67 converts `obj` to lua representation using the following 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/contrib/openbsm/
H A Dconfigure.ac143 # byte order conversions. Availability of these varies considerably -- in
/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod8 BN_print, BN_print_fp, BN_bn2mpi, BN_mpi2bn - format conversions
/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