Home
last modified time | relevance | path

Searched refs:lhs_value (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmarkers.py150 lhs_value = environment[environment_key]
153 lhs_value = lhs.value
157 lhs_value, rhs_value = _normalize(lhs_value, rhs_value, key=environment_key)
158 groups[-1].append(_eval_op(lhs_value, op, rhs_value))
/third_party/spirv-tools/source/opt/
Dscalar_analysis.cpp968 int64_t lhs_value = lhs->AsSEConstantNode()->FoldToSingleValue(); in operator /() local
970 return {scev_->CreateConstant(lhs_value / rhs_value), in operator /()
971 lhs_value % rhs_value}; in operator /()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp968 int64_t lhs_value = lhs->AsSEConstantNode()->FoldToSingleValue(); in operator /() local
970 return {scev_->CreateConstant(lhs_value / rhs_value), in operator /()
971 lhs_value % rhs_value}; in operator /()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis.cpp968 int64_t lhs_value = lhs->AsSEConstantNode()->FoldToSingleValue(); in operator /() local
970 return {scev_->CreateConstant(lhs_value / rhs_value), in operator /()
971 lhs_value % rhs_value}; in operator /()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1406 double lhs_value = (double) ecma_get_number_from_value (lhs); in ecma_builtin_typedarray_prototype_sort_compare_helper() local
1409 if (ecma_number_is_nan (lhs_value)) in ecma_builtin_typedarray_prototype_sort_compare_helper()
1419 else if (lhs_value < rhs_value) in ecma_builtin_typedarray_prototype_sort_compare_helper()
1423 else if (lhs_value > rhs_value) in ecma_builtin_typedarray_prototype_sort_compare_helper()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc265 TNode<Word32T> lhs_value = UncheckedCast<Word32T>( in StringEqual_Loop() local
275 GotoIf(Word32NotEqual(lhs_value, rhs_value), if_not_equal); in StringEqual_Loop()
620 TNode<Uint8T> lhs_value = Load<Uint8T>(lhs, var_offset.value()); in GenerateStringRelationalComparison() local
625 Branch(Word32Equal(lhs_value, rhs_value), &if_valueissame, in GenerateStringRelationalComparison()
636 Branch(Uint32LessThan(lhs_value, rhs_value), &if_less, &if_greater); in GenerateStringRelationalComparison()
/third_party/googletest/googletest/include/gtest/
Dgtest.h1573 RawType lhs_value, RawType rhs_value) { in CmpHelperFloatingPointEQ() argument
1574 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
1582 << lhs_value; in CmpHelperFloatingPointEQ()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1732 RawType lhs_value, in CmpHelperFloatingPointEQ() argument
1734 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
1742 << lhs_value; in CmpHelperFloatingPointEQ()
/third_party/node/deps/googletest/include/gtest/
Dgtest.h1568 RawType lhs_value, RawType rhs_value) { in CmpHelperFloatingPointEQ() argument
1569 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()
1577 lhs_ss << lhs_value; in CmpHelperFloatingPointEQ()
/third_party/node/deps/v8/src/ic/
Dbinary-op-assembler.cc337 TNode<Float64T> lhs_value = var_float_lhs.value(); in Generate_BinaryOperationWithFeedback() local
339 TNode<Float64T> value = floatOperation(lhs_value, rhs_value); in Generate_BinaryOperationWithFeedback()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc1322 const std::string& lhs_value, in EqFailure() argument
1328 if (lhs_value != lhs_expression) { in EqFailure()
1329 msg << "\n Which is: " << lhs_value; in EqFailure()
1340 if (!lhs_value.empty() && !rhs_value.empty()) { in EqFailure()
1342 SplitEscapedString(lhs_value); in EqFailure()
/third_party/node/deps/googletest/src/
Dgtest.cc1595 const std::string& lhs_value, in EqFailure() argument
1600 if (lhs_value != lhs_expression) { in EqFailure()
1601 msg << "\n Which is: " << lhs_value; in EqFailure()
1612 if (!lhs_value.empty() && !rhs_value.empty()) { in EqFailure()
1613 const std::vector<std::string> lhs_lines = SplitEscapedString(lhs_value); in EqFailure()
/third_party/googletest/googletest/src/
Dgtest.cc1578 const std::string& lhs_value, in EqFailure() argument
1583 if (lhs_value != lhs_expression) { in EqFailure()
1584 msg << "\n Which is: " << lhs_value; in EqFailure()
1595 if (!lhs_value.empty() && !rhs_value.empty()) { in EqFailure()
1596 const std::vector<std::string> lhs_lines = SplitEscapedString(lhs_value); in EqFailure()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc13036 TNode<Float64T> lhs_value = LoadHeapNumberValue(CAST(lhs)); in StrictEqual() local
13042 Branch(Float64Equal(lhs_value, rhs_value), &if_equal, &if_notequal); in StrictEqual()
13058 TNode<Float64T> lhs_value = LoadHeapNumberValue(CAST(lhs)); in StrictEqual() local
13065 Branch(Float64Equal(lhs_value, rhs_value), &if_equal, &if_notequal); in StrictEqual()
13270 TNode<Float64T> lhs_value = SmiToFloat64(CAST(lhs)); in StrictEqual() local
13276 Branch(Float64Equal(lhs_value, rhs_value), &if_equal, &if_notequal); in StrictEqual()
13406 TNode<Float64T> lhs_value = UncheckedCast<Float64T>(var_lhs_value.value()); in BranchIfSameValue() local
13408 BranchIfSameNumberValue(lhs_value, rhs_value, if_true, if_false); in BranchIfSameValue()
13412 void CodeStubAssembler::BranchIfSameNumberValue(TNode<Float64T> lhs_value, in BranchIfSameNumberValue() argument
13417 Branch(Float64Equal(lhs_value, rhs_value), &if_equal, &if_notequal); in BranchIfSameNumberValue()
[all …]
Dcode-stub-assembler.h3641 void BranchIfSameNumberValue(TNode<Float64T> lhs_value,