Home
last modified time | relevance | path

Searched refs:negative_infinity (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-to-integer.cpp121 ecma_value_t negative_infinity = ecma_make_number_value (ecma_number_make_infinity (true)); in HWTEST_F() local
123 result = ecma_op_to_integer (negative_infinity, &num); in HWTEST_F()
125 ecma_free_value (negative_infinity); in HWTEST_F()
H A Dtest-to-length.cpp126 ecma_value_t negative_infinity = ecma_make_number_value (ecma_number_make_infinity (true)); in HWTEST_F() local
128 result = ecma_op_to_length (negative_infinity, &num); in HWTEST_F()
130 ecma_free_value (negative_infinity); in HWTEST_F()
/third_party/glslang/gtests/
H A DHexFloat.cpp880 const uint16_t negative_infinity = 0xFC00; member
908 {static_cast<float>(-ldexp(1.0f, 16)), negative_infinity, {spvutils::kRoundToZero, spvutils::kRoundToPositiveInfinity, spvutils::kRoundToNegativeInfinity, spvutils::kRoundToNearestEven}},
909 {static_cast<float>(-ldexp(1.0f, 18)), negative_infinity, {spvutils::kRoundToZero, spvutils::kRoundToPositiveInfinity, spvutils::kRoundToNegativeInfinity, spvutils::kRoundToNearestEven}},
910 {static_cast<float>(-ldexp(1.3f, 16)), negative_infinity, {spvutils::kRoundToZero, spvutils::kRoundToPositiveInfinity, spvutils::kRoundToNegativeInfinity, spvutils::kRoundToNearestEven}},
914 {-std::numeric_limits<float>::infinity(), negative_infinity, {spvutils::kRoundToZero, spvutils::kRoundToPositiveInfinity, spvutils::kRoundToNegativeInfinity, spvutils::kRoundToNearestEven}},
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dhex_float_test.cpp924 const uint16_t negative_infinity = 0xFC00; member
994 negative_infinity,
998 negative_infinity,
1002 negative_infinity,
1012 negative_infinity,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp924 const uint16_t negative_infinity = 0xFC00; member
994 negative_infinity,
998 negative_infinity,
1002 negative_infinity,
1012 negative_infinity,
/third_party/spirv-tools/test/
H A Dhex_float_test.cpp924 const uint16_t negative_infinity = 0xFC00; member
994 negative_infinity,
998 negative_infinity,
1002 negative_infinity,
1012 negative_infinity,
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc7831 const TNode<Float64T> negative_infinity =
7833 Branch(Float64Equal(value, negative_infinity), &return_zero, &next);

Completed in 22 milliseconds