Home
last modified time | relevance | path

Searched defs:is_neg (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h64 bool is_neg = bits.get_sign(); in ceil() local
115 bool is_neg = bits.get_sign(); in round() local
167 bool is_neg = bits.get_sign(); in round_using_current_rounding_mode() local
/llvm-project-15.0.7/libcxx/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp650 auto is_neg = [](const T& val) { return to_int(val) < 0; }; in test() local
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dhybrid.c1180 isl_bool eq, is_zero, is_neg; in list_set_min_max() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_output.c2682 isl_bool is_one, is_neg; in print_mod_term() local
H A Disl_ast_codegen.c940 isl_bool is_neg; in aff_constant_is_negative() local
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h22593 boolean val::is_neg() const in is_neg() function