Home
last modified time | relevance | path

Searched refs:one_int (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/py-libpoly/libpoly-0.1.11/test/python/tests/
H A Dvalue.py22 one_int = polypy.Value(1) variable
27 check_comparison(one_int, 1)
45 half_rat = one_int / two_int
46 third_rat = one_int / three_int
51 values = [zero_int, one_int, two_int, three_int, half_rat, third_rat, sqrt2_pos, sqrt2_neg, sqrt3_p…
/dports/math/libpoly/libpoly-0.1.11/test/python/tests/
H A Dvalue.py22 one_int = polypy.Value(1) variable
27 check_comparison(one_int, 1)
45 half_rat = one_int / two_int
46 third_rat = one_int / three_int
51 values = [zero_int, one_int, two_int, three_int, half_rat, third_rat, sqrt2_pos, sqrt2_neg, sqrt3_p…
/dports/lang/polyml/polyml-5.8.2/Tests/Succeed/
H A DTest191.ML35 val one_int : inta = Pos One;
37 val one_buggy_typea : buggy_type = Buggy_Type (one_int, Zero_int);
136 (power power_buggy_type (Buggy_Type (Zero_int, one_int))
138 (Buggy_Type (one_int, Zero_int))
143 (one_int,
149 (Buggy_Type (Zero_int, one_int))
159 (one_int,
163 (power power_buggy_type (Buggy_Type (Zero_int, one_int))
H A DTest145.ML42 val one_int = {one = one_inta} : int one;
44 val power_int = {one_power = one_int, times_power = times_int} : int power;
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dshellconf.py55 def one_int(x): function
77 [True, OVLKEY, REG_DWORD, nonzero, one_int, 'enableUnversionedHandler'],
79 [True, OVLKEY, REG_DWORD, nonzero, one_int, 'enableIgnoredHandler'],
81 [True, OVLKEY, REG_DWORD, nonzero, one_int, 'enableLockedHandler'],
83 [True, OVLKEY, REG_DWORD, nonzero, one_int, 'enableReadonlyHandler'],
85 [True, OVLKEY, REG_DWORD, nonzero, one_int, 'enableDeletedHandler'],
87 [True, OVLKEY, REG_DWORD, nonzero, one_int, 'enableAddedHandler']
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/return-value/
H A Dcall-func.cpp53 struct one_int struct
58 struct one_int argument
59 return_one_int (struct one_int value) in return_one_int()
531 return_one_int ((struct one_int) {10}); in main()
/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_interact.R202 one_int <-
207 expect_warning(one_int_rec <- prep(one_int, dat_tr))
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/c_code/
H A Dcorr_gemm.c273 const int one_int = 1; variable
412 &K_, &M_, &one_int,
503 &one_int, &K_, &M_,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/idl/
H A Dunittest_import.idl49 one_int:
/dports/math/scs/scs-3.0.0/src/
H A Dcones.c448 blas_int one_int = 1; in proj_semi_definite_cone() local
514 BLAS(scal)(&nb, &sq_eig_pos, &Z[(i - first_idx) * n], &one_int); in proj_semi_definite_cone()
/dports/math/py-scs/scs-3.0.0/scs/src/
H A Dcones.c458 blas_int one_int = 1; in proj_semi_definite_cone() local
524 BLAS(scal)(&nb, &sq_eig_pos, &Z[(i - first_idx) * n], &one_int); in proj_semi_definite_cone()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Djit-typeinfo.cc1693 llvm::Value *one_int = llvm::ConstantInt::get (int_t, 1); in jit_typeinfo() local
1725 gindex_range.call (m_builder, one_int, one_int, int_idx, len); in jit_typeinfo()
1757 llvm::Value *one_int = llvm::ConstantInt::get (int_t, 1); in jit_typeinfo() local
1784 cond1 = m_builder.CreateICmpSGT (rcount, one_int); in jit_typeinfo()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9987 struct tgsi_full_src_register one_int = in emit_vertex_attrib_instructions() local
10049 &tmp_dst_w, &one_int); in emit_vertex_attrib_instructions()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9987 struct tgsi_full_src_register one_int = in emit_vertex_attrib_instructions() local
10049 &tmp_dst_w, &one_int); in emit_vertex_attrib_instructions()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9987 struct tgsi_full_src_register one_int = in emit_vertex_attrib_instructions() local
10049 &tmp_dst_w, &one_int); in emit_vertex_attrib_instructions()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9987 struct tgsi_full_src_register one_int = in emit_vertex_attrib_instructions() local
10049 &tmp_dst_w, &one_int); in emit_vertex_attrib_instructions()

12