Home
last modified time | relevance | path

Searched refs:check_sign (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/davix/davix-0.7.6/src/libs/alibxx/typeconv/
H A Dtypeconv.hpp17 void check_sign(Unsigned val, const std::string & orig_string){ in check_sign() function
70 check_sign<unsigned long long, long long>(ret, str); in operator ()()
100 check_sign<unsigned long, long>(ret, str); in operator ()()
127 check_sign<unsigned long, long>(ret, str); in operator ()()
/dports/devel/liborcus/liborcus-0.16.1/src/include/
H A Dnumeric_parser.hpp69 bool check_sign() in check_sign() function in orcus::detail::numeric_parser
105 bool negative_sign = check_sign(); in parse_exponent()
145 m_state.negative_sign = check_sign(); in parse()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java57 private static void check_sign() in check_sign() method in t067
93 check_sign(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java57 private static void check_sign() in check_sign() method in t067
93 check_sign(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java57 private static void check_sign() in check_sign() method in t067
93 check_sign(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java55 private static void check_sign() in check_sign() method in t067
91 check_sign(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java55 private static void check_sign() in check_sign() method in t067
91 check_sign(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java57 private static void check_sign() in check_sign() method in t067
93 check_sign(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java57 private static void check_sign() in check_sign() method in t067
93 check_sign(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/jit/t/t067/
H A Dt067.java57 private static void check_sign() in check_sign() method in t067
93 check_sign(); in main()
/dports/security/gpa/gpa-0.10.0/src/
H A Dencryptdlg.c194 dialog->check_sign = checkerSign; in gpa_file_encrypt_dialog_constructor()
358 return gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->check_sign)); in gpa_file_encrypt_dialog_get_sign()
365 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->check_sign), sign); in gpa_file_encrypt_dialog_set_sign()
H A Dencryptdlg.h42 GtkWidget *check_sign; member
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A Dcheck_sign.cpp22 TIType Checkers::check_sign(GVN & gvn, const TIType & in0) in check_sign() function in analysis::Checkers
H A DCheckers.cpp201 ARGS1[39] = &check_sign; in initMap()
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_nitf2_typed_field_formatter.cxx116 bool sign_ok = check_sign(cstr, show_sign); in read_vcl_stream()
182 bool sign_ok = check_sign(cstr, show_sign); in read_vcl_stream()
231 bool sign_ok = check_sign(cstr, show_sign); in read_vcl_stream()
H A Dvil_nitf2_field_formatter.h90 static bool check_sign(const char* cstr, bool show_sign);
H A Dvil_nitf2_field_formatter.cxx82 vil_nitf2_field_formatter::check_sign(const char * cstr, bool show_sign) in check_sign() function in vil_nitf2_field_formatter
/dports/science/iboview/ibo-view.20150427/src/MicroScf/
H A Dformat.cpp251 void check_sign(const Char *&s, const Arg &arg) { in check_sign() function
959 check_sign(s, arg); in format()
963 check_sign(s, arg); in format()
967 check_sign(s, arg); in format()
/dports/games/0ad/0ad-0.0.23b-alpha/source/third_party/cppformat/
H A Dformat.cpp797 void fmt::BasicFormatter<Char>::check_sign( in check_sign() function in fmt::BasicFormatter
1127 check_sign(s, arg); in format()
1131 check_sign(s, arg); in format()
1135 check_sign(s, arg); in format()
/dports/www/davix/davix-0.7.6/src/libs/alibxx/str/
H A Dformat.cpp231 void check_sign(const Char *&s, const Arg &arg) { in check_sign() function
937 check_sign(s, arg); in format()
941 check_sign(s, arg); in format()
945 check_sign(s, arg); in format()
/dports/math/z3/z3-z3-4.8.13/src/math/hilbert/
H A Dhilbert_basis.h140 bool can_resolve(offset_t i, offset_t j, bool check_sign) const;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/hilbert/
H A Dhilbert_basis.h140 bool can_resolve(offset_t i, offset_t j, bool check_sign) const;
/dports/devel/rpclib/rpclib-2.2.1/dependencies/src/
H A Dformat.cc302 void check_sign(const Char *&s, const Arg &arg) { in check_sign() function
1161 check_sign(s, arg); in format()
1165 check_sign(s, arg); in format()
1169 check_sign(s, arg); in format()
/dports/net/rclone/rclone-1.57.0/
H A DRELEASE.md30 * make check_sign
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/checkers/
H A DCheckers.hxx152 static TIType check_sign(GVN & gvn, const TIType & in0);

12345