/art/runtime/interpreter/mterp/mips/ |
op_float_to_int.S | 23 bc1nez ft0, 1f # if INT_MIN <= vB, proceed to truncation 29 bc1t fcc0, 1f # if INT_MIN <= vB, proceed to truncation
|
op_double_to_int.S | 25 bc1nez ft0, 1f # if INT_MIN <= vB, proceed to truncation 31 bc1t fcc0, 1f # if INT_MIN <= vB, proceed to truncation
|
op_float_to_long.S | 23 bc1nez ft0, 1f # if LONG_MIN <= vB, proceed to truncation
|
op_double_to_long.S | 25 bc1nez ft0, 1f # if LONG_MIN <= vB, proceed to truncation
|
/external/llvm/test/MC/ARM/Windows/ |
mov32t-range.s | 11 .def truncation 17 truncation: label
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue15039.go | 13 // for truncation.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue15039.go | 13 // for truncation.
|
/external/v8/src/compiler/ |
simplified-lowering.cc | 206 return use1.truncation().IsLessGeneralThan(use2.truncation()); 223 Truncation old_truncation = truncation_; 224 truncation_ = Truncation::Generalize(truncation_, info.truncation()); 235 Truncation truncation() const { return truncation_; } function in class:v8::internal::compiler::RepresentationSelector::final 253 Truncation truncation_ = Truncation::None(); // Information about uses. 316 VisitNode(node, info->truncation(), nullptr) [all...] |
representation-change.h | 15 class Truncation final { 18 static Truncation None() { return Truncation(TruncationKind::kNone); } 19 static Truncation Bool() { return Truncation(TruncationKind::kBool); } 20 static Truncation Word32() { return Truncation(TruncationKind::kWord32); } 21 static Truncation Word64() { return Truncation(TruncationKind::kWord64); } 22 static Truncation Float64() { return Truncation(TruncationKind::kFloat64); 209 Truncation truncation() const { return truncation_; } function in class:v8::internal::compiler::UseInfo [all...] |
representation-change.cc | 17 const char* Truncation::description() const { 30 return "no-truncation"; 55 Truncation::TruncationKind Truncation::Generalize(TruncationKind rep1, 76 bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) { 108 // Changes representation from {output_rep} to {use_rep}. The {truncation} 152 use_info.truncation()); 156 use_info.truncation()); 347 Truncation truncation) { [all...] |
/prebuilts/go/darwin-x86/src/crypto/dsa/ |
dsa.go | 193 // truncation itself. 262 // truncation itself.
|
/prebuilts/go/linux-x86/src/crypto/dsa/ |
dsa.go | 193 // truncation itself. 262 // truncation itself.
|
/external/bison/djgpp/ |
djunpack.bat | 8 Rem with other file names after truncation to DOS 8+3 namespace.
|
/prebuilts/go/darwin-x86/src/strconv/ |
extfloat.go | 459 // We have written a truncation of f (a numerator / 10^d.dp). The remaining part 581 // in any case, it is a truncation of upper.
|
/prebuilts/go/linux-x86/src/strconv/ |
extfloat.go | 459 // We have written a truncation of f (a numerator / 10^d.dp). The remaining part 581 // in any case, it is a truncation of upper.
|
/external/libvorbis/doc/ |
07-floor1.tex | 90 accumulation through integer roundoff/truncation.
|
/prebuilts/go/darwin-x86/src/bytes/ |
buffer.go | 74 panic("bytes.Buffer: truncation out of range")
|
/prebuilts/go/linux-x86/src/bytes/ |
buffer.go | 74 panic("bytes.Buffer: truncation out of range")
|
/art/runtime/interpreter/mterp/out/ |
mterp_mips.S | [all...] |
/prebuilts/go/darwin-x86/src/time/ |
time.go | 591 // a truncation to integer would make them not useful in those cases. [all...] |
/prebuilts/go/linux-x86/src/time/ |
time.go | 591 // a truncation to integer would make them not useful in those cases. [all...] |
/frameworks/rs/script_api/ |
rs_math.spec | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | [all...] |
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
llvm.mli | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
ssa.go | [all...] |