Home
last modified time | relevance | path

Searched defs:Negative (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/llvm/lib/Support/
H A DAPFloat.cpp623 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()
670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
3401 void APFloat::makeLargest(bool Negative) { in makeLargest()
3426 void APFloat::makeSmallest(bool Negative) { in makeSmallest()
3438 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest()
3448 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest()
3458 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized()
3934 APFloat::makeInf(bool Negative) { in makeInf()
3942 APFloat::makeZero(bool Negative) { in makeZero()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/samples/
H A Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
113 TEST(IsPrimeTest, Negative) { in TEST() argument
/aosp_15_r20/external/googletest/googletest/samples/
H A Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
113 TEST(IsPrimeTest, Negative) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
116 TEST(IsPrimeTest, Negative) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/samples/
H A Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
113 TEST(IsPrimeTest, Negative) { in TEST() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
116 TEST(IsPrimeTest, Negative) { in TEST() argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNegateFallback.cpp18 TORCH_LIBRARY_IMPL(_, Negative, m) { in TORCH_LIBRARY_IMPL() argument
22 TORCH_LIBRARY_IMPL(aten, Negative, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/all_to_riscv64/include/berberis/intrinsics/all_to_riscv64/
Dintrinsics_float.h137 inline Float32 Negative(const Float32& v) { in Negative() function
143 inline Float64 Negative(const Float64& v) { in Negative() function
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/all_to_x86_32_or_x86_64/include/berberis/intrinsics/all_to_x86_32_or_x86_64/
Dintrinsics_float.h136 inline Float32 Negative(const Float32& v) { in Negative() function
144 inline Float64 Negative(const Float64& v) { in Negative() function
/aosp_15_r20/external/scudo/standalone/
H A Dstring_utils.cpp21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber()
69 const bool Negative = (Num < 0); in appendSignedDecimal() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/
H A Dlog_format_test.cc191 TYPED_TEST(SignedIntLogFormatTest, Negative) { in TYPED_TEST() argument
347 TYPED_TEST(SignedEnumLogFormatTest, Negative) { in TYPED_TEST() argument
422 TEST(FloatLogFormatTest, Negative) { in TEST() argument
476 TEST(DoubleLogFormatTest, Negative) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp741 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN()
3327 void IEEEFloat::makeLargest(bool Negative) { in makeLargest()
3352 void IEEEFloat::makeSmallest(bool Negative) { in makeSmallest()
3363 void IEEEFloat::makeSmallestNormalized(bool Negative) { in makeSmallestNormalized()
3847 void IEEEFloat::makeInf(bool Negative) { in makeInf()
3854 void IEEEFloat::makeZero(bool Negative) { in makeZero()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/
H A Dlog_format_test.cc191 TYPED_TEST(SignedIntLogFormatTest, Negative) { in TYPED_TEST() argument
346 TYPED_TEST(SignedEnumLogFormatTest, Negative) { in TYPED_TEST() argument
419 TEST(FloatLogFormatTest, Negative) { in TEST() argument
470 TEST(DoubleLogFormatTest, Negative) { in TEST() argument
/aosp_15_r20/external/abseil-cpp/absl/log/
H A Dlog_format_test.cc191 TYPED_TEST(SignedIntLogFormatTest, Negative) { in TYPED_TEST() argument
346 TYPED_TEST(SignedEnumLogFormatTest, Negative) { in TYPED_TEST() argument
419 TEST(FloatLogFormatTest, Negative) { in TEST() argument
470 TEST(DoubleLogFormatTest, Negative) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/
H A Dlog_format_test.cc192 TYPED_TEST(SignedIntLogFormatTest, Negative) { in TYPED_TEST() argument
348 TYPED_TEST(SignedEnumLogFormatTest, Negative) { in TYPED_TEST() argument
423 TEST(FloatLogFormatTest, Negative) { in TEST() argument
477 TEST(DoubleLogFormatTest, Negative) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/
H A Dlog_format_test.cc192 TYPED_TEST(SignedIntLogFormatTest, Negative) { in TYPED_TEST() argument
348 TYPED_TEST(SignedEnumLogFormatTest, Negative) { in TYPED_TEST() argument
423 TEST(FloatLogFormatTest, Negative) { in TEST() argument
477 TEST(DoubleLogFormatTest, Negative) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dlog_format_test.cc192 TYPED_TEST(SignedIntLogFormatTest, Negative) { in TYPED_TEST() argument
348 TYPED_TEST(SignedEnumLogFormatTest, Negative) { in TYPED_TEST() argument
423 TEST(FloatLogFormatTest, Negative) { in TEST() argument
477 TEST(DoubleLogFormatTest, Negative) { in TEST() argument
/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A Dllabs_test.cpp18 TEST(LlvmLibcLlabsTest, Negative) { in TEST() argument
H A Dlabs_test.cpp16 TEST(LlvmLibcLabsTest, Negative) { EXPECT_EQ(LIBC_NAMESPACE::labs(-1l), 1l); } in TEST() argument
H A Dabs_test.cpp16 TEST(LlvmLibcAbsTest, Negative) { EXPECT_EQ(LIBC_NAMESPACE::abs(-1), 1); } in TEST() argument
/aosp_15_r20/external/llvm-libc/test/src/inttypes/
H A Dimaxabs_test.cpp20 TEST(LlvmLibcImaxAbsTest, Negative) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp791 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN()
3874 void IEEEFloat::makeLargest(bool Negative) { in makeLargest()
3902 void IEEEFloat::makeSmallest(bool Negative) { in makeSmallest()
3913 void IEEEFloat::makeSmallestNormalized(bool Negative) { in makeSmallestNormalized()
4423 void IEEEFloat::makeInf(bool Negative) { in makeInf()
4435 void IEEEFloat::makeZero(bool Negative) { in makeZero()
/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/
H A DShadeModelTest.cpp44 TEST_P(ShadeModelTest, Negative) in TEST_P() argument
H A DMatrixModeTest.cpp41 TEST_P(MatrixModeTest, Negative) in TEST_P() argument
H A DClientStateEnable.cpp63 TEST_P(ClientStateEnable, Negative) in TEST_P() argument

1234