Home
last modified time | relevance | path

Searched refs:max_i64 (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/v/v-0.1.29/vlib/math/
H A Dconst.v42 max_i64 = i64(9223372036854775807)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll60 ; CHECK-LABEL: max_i64:
61 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
64 define i64 @max_i64() {
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll60 ; CHECK-LABEL: max_i64:
61 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
64 define i64 @max_i64() {
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll60 ; CHECK-LABEL: max_i64:
61 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
64 define i64 @max_i64() {
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/WebAssembly/
H A Dimmediates.ll61 ; CHECK-LABEL: max_i64:
62 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
65 define i64 @max_i64() {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/WebAssembly/
H A Dimmediates.ll60 ; CHECK-LABEL: max_i64:
61 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
64 define i64 @max_i64() {
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dimmediates.ll60 ; CHECK-LABEL: max_i64:
61 ; CHECK-NEXT: .functype max_i64 () -> (i64){{$}}
64 define i64 @max_i64() {
/dports/lang/v/v-0.1.29/vlib/math/fractions/
H A Dapproximations.v87 if math.fabs(val) > math.max_i64 {
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/WebAssembly/
H A Dimmediates.ll56 ; CHECK-LABEL: max_i64:
60 define i64 @max_i64() {
/dports/devel/gitui/gitui-0.10.1/cargo-crates/ron-0.6.1/src/
H A Dparse.rs196 let max_i64 = std::i64::MAX as i128; in any_num() localVariable
207 } else if x >= min_i64 && x <= max_i64 { in any_num()
/dports/www/firefox/firefox-99.0/third_party/rust/ron/src/
H A Dparse.rs267 let max_i64 = i128::from(std::i64::MAX); in any_num() localVariable
278 } else if x >= min_i64 && x <= max_i64 { in any_num()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ron/src/
H A Dparse.rs260 let max_i64 = std::i64::MAX as i128; in any_num() localVariable
271 } else if x >= min_i64 && x <= max_i64 { in any_num()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ron/src/
H A Dparse.rs260 let max_i64 = std::i64::MAX as i128; in any_num() localVariable
271 } else if x >= min_i64 && x <= max_i64 { in any_num()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/RISCV/
H A Drv64Zbb.ll613 define i64 @max_i64(i64 %a, i64 %b) nounwind {
614 ; RV64I-LABEL: max_i64:
622 ; RV64IB-LABEL: max_i64:
627 ; RV64IBB-LABEL: max_i64:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/RISCV/
H A Drv64Zbb.ll613 define i64 @max_i64(i64 %a, i64 %b) nounwind {
614 ; RV64I-LABEL: max_i64:
622 ; RV64IB-LABEL: max_i64:
627 ; RV64IBB-LABEL: max_i64:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/
H A Drv32zbb.ll656 define i64 @max_i64(i64 %a, i64 %b) nounwind {
657 ; RV32I-LABEL: max_i64:
673 ; RV32IB-LABEL: max_i64:
683 ; RV32IBB-LABEL: max_i64:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/RISCV/
H A Drv32zbb.ll656 define i64 @max_i64(i64 %a, i64 %b) nounwind {
657 ; RV32I-LABEL: max_i64:
673 ; RV32IB-LABEL: max_i64:
683 ; RV32IBB-LABEL: max_i64:

123