Home
last modified time | relevance | path

Searched refs:is_neg (Results 1 – 21 of 21) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dduration.cc144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() argument
161 if (is_neg && h64 == kMaxRepHi64 && l64 == 0) { in MakeDurationFromU128()
165 return is_neg ? -InfiniteDuration() : InfiniteDuration(); in MakeDurationFromU128()
173 if (is_neg) { in MakeDurationFromU128()
240 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local
241 return MakeDurationFromU128(q, is_neg); in ScaleFixed()
449 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local
450 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
457 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local
458 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
[all …]
/external/abseil-cpp/absl/time/
Dduration.cc141 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() argument
158 if (is_neg && h64 == kMaxRepHi64 && l64 == 0) { in MakeDurationFromU128()
162 return is_neg ? -InfiniteDuration() : InfiniteDuration(); in MakeDurationFromU128()
170 if (is_neg) { in MakeDurationFromU128()
237 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local
238 return MakeDurationFromU128(q, is_neg); in ScaleFixed()
446 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local
447 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
454 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local
455 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/time/
Dduration.cc141 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() argument
158 if (is_neg && h64 == kMaxRepHi64 && l64 == 0) { in MakeDurationFromU128()
162 return is_neg ? -InfiniteDuration() : InfiniteDuration(); in MakeDurationFromU128()
170 if (is_neg) { in MakeDurationFromU128()
237 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local
238 return MakeDurationFromU128(q, is_neg); in ScaleFixed()
446 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local
447 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
454 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local
455 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
[all …]
/external/openscreen/third_party/abseil/src/absl/time/
Dduration.cc144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() argument
161 if (is_neg && h64 == kMaxRepHi64 && l64 == 0) { in MakeDurationFromU128()
165 return is_neg ? -InfiniteDuration() : InfiniteDuration(); in MakeDurationFromU128()
173 if (is_neg) { in MakeDurationFromU128()
240 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local
241 return MakeDurationFromU128(q, is_neg); in ScaleFixed()
449 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local
450 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
457 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local
458 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
[all …]
/external/libtextclassifier/abseil-cpp/absl/time/
Dduration.cc144 inline Duration MakeDurationFromU128(uint128 u128, bool is_neg) { in MakeDurationFromU128() argument
161 if (is_neg && h64 == kMaxRepHi64 && l64 == 0) { in MakeDurationFromU128()
165 return is_neg ? -InfiniteDuration() : InfiniteDuration(); in MakeDurationFromU128()
173 if (is_neg) { in MakeDurationFromU128()
240 const bool is_neg = (time_internal::GetRepHi(d) < 0) != (r < 0); in ScaleFixed() local
241 return MakeDurationFromU128(q, is_neg); in ScaleFixed()
449 const bool is_neg = (r < 0) != (rep_hi_ < 0); in operator *=() local
450 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
457 const bool is_neg = (std::signbit(r) != 0) != (rep_hi_ < 0); in operator *=() local
458 return *this = is_neg ? -InfiniteDuration() : InfiniteDuration(); in operator *=()
[all …]
/external/python/asn1crypto/asn1crypto/
Dutil.py61 is_neg = False
63 is_neg = True
73 if signed and not is_neg and ord(output[0:1]) & 0x80:
79 if is_neg:
84 elif is_neg and ord(output[0:1]) & 0x80 == 0:
/external/curl/lib/
Dmprintf.c613 int is_neg; in dprintf_formatf() local
729 is_neg = (p->data.num.as_signed < (mp_intmax_t)0) ? 1 : 0; in dprintf_formatf()
730 if(is_neg) { in dprintf_formatf()
742 is_neg = 0; in dprintf_formatf()
774 if(is_neg || (p->flags & FLAGS_SHOWSIGN) || (p->flags & FLAGS_SPACE)) in dprintf_formatf()
781 if(is_neg) in dprintf_formatf()
867 is_neg = 0; in dprintf_formatf()
/external/abseil-cpp/absl/strings/internal/str_format/
Darg.cc69 bool is_neg() const { return is_neg_; } in is_neg() function in absl::str_format_internal::__anon3198ced40111::ConvertedIntInfo
166 string_view sign = SignColumn(info.is_neg(), conv); in ConvertIntImplInner()
214 if (info.is_neg()) sink->Append(1, '-'); in ConvertIntImplInner()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.cc69 bool is_neg() const { return is_neg_; } in is_neg() function in absl::str_format_internal::__anonbcada0c30111::ConvertedIntInfo
166 string_view sign = SignColumn(info.is_neg(), conv); in ConvertIntImplInner()
214 if (info.is_neg()) sink->Append(1, '-'); in ConvertIntImplInner()
/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc251 auto is_neg = [&](const NodeDef& node) { return node.op() == "Neg"; }; in TEST_F() local
254 /*follow_control_input=*/false, is_neg); in TEST_F()
271 /*follow_control_input=*/true, is_neg); in TEST_F()
278 /*follow_control_input=*/false, is_neg); in TEST_F()
/external/llvm-project/polly/lib/External/ppcg/
Dhybrid.c1180 isl_bool eq, is_zero, is_neg; in list_set_min_max() local
1201 is_neg = isl_val_is_neg(a); in list_set_min_max()
1202 if (is_neg == isl_bool_true) in list_set_min_max()
1207 return is_neg < 0 ? isl_val_list_free(list) : list; in list_set_min_max()
1211 is_neg = isl_val_is_neg(a); in list_set_min_max()
1212 if (is_neg == isl_bool_true) in list_set_min_max()
1216 return is_neg < 0 ? isl_val_list_free(list) : list; in list_set_min_max()
/external/libaom/libaom/examples/
Dinspect.c345 int is_neg = 0; in put_num() local
354 is_neg = 1; in put_num()
361 if (is_neg) { in put_num()
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp281 bool is_neg() in is_neg() function
922 if (info.is_neg() && instr->opcode == aco_opcode::v_add_f32) { in label_instruction()
926 } else if (info.is_neg() && instr->opcode == aco_opcode::v_add_f16) { in label_instruction()
930 } else if (info.is_neg() && can_use_mod) { in label_instruction()
1317 if (ctx.info[instr->operands[1].tempId()].is_neg()) { in label_instruction()
2669 …if (ctx.info[instr->definitions[0].tempId()].is_neg() && ctx.uses[instr->operands[1].tempId()] == … in combine_instruction()
/external/llvm-project/polly/lib/External/isl/
Disl_output.c2664 isl_bool is_one, is_neg; in print_mod_term() local
2666 is_neg = isl_val_is_neg(c); in print_mod_term()
2667 if (is_neg < 0) in print_mod_term()
2670 if (is_neg) in print_mod_term()
2672 p = isl_printer_print_str(p, is_neg ? " - " : " + "); in print_mod_term()
Disl_ast_codegen.c937 isl_bool is_neg; in aff_constant_is_negative() local
941 is_neg = isl_val_is_neg(v); in aff_constant_is_negative()
944 return is_neg; in aff_constant_is_negative()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc6360 SimPRegister is_neg; in FTMaddHelper() local
6363 is_neg, in FTMaddHelper()
6369 mov_merging(vform, cf, is_neg, cfn); in FTMaddHelper()
/external/llvm-project/libcxx/include/
Dchrono619 bool is_neg; // exposition only
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h3127 inline boolean is_neg() const;
12922 boolean val::is_neg() const in is_neg() function
Disl-noexceptions.h3685 inline boolean is_neg() const;
19228 boolean val::is_neg() const in is_neg() function
Dcpp.h3192 inline bool is_neg() const;
18837 bool val::is_neg() const in is_neg() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py14285 def is_neg(arg0): member in val