HomeSort by relevance Sort by last modified time
    Searched refs:Negative (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 41 BOOLEAN Negative = FALSE;
46 Negative = FALSE;
50 Negative = TRUE;
54 if(Negative) {
71 BOOLEAN Negative = FALSE;
76 Negative = FALSE;
80 Negative = TRUE;
84 if(Negative) {
101 BOOLEAN Negative = FALSE;
106 Negative = FALSE;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 185 APFloat(const fltSemantics &, fltCategory, bool negative);
194 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
195 return APFloat(Sem, fcZero, Negative);
197 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
198 return APFloat(Sem, fcInfinity, Negative);
203 /// \param Negative - True iff the NaN generated should be negative.
206 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false,
210 return getQNaN(Sem, Negative, &fill);
212 return getQNaN(Sem, Negative, 0)
    [all...]
  /external/google-breakpad/src/testing/gtest/samples/
sample1_unittest.cc 78 // Tests factorial of negative numbers.
79 TEST(FactorialTest, Negative) {
80 // This test is named "Negative", and belongs to the "FactorialTest"
118 // Tests negative input.
119 TEST(IsPrimeTest, Negative) {
  /external/googletest/googletest/samples/
sample1_unittest.cc 78 // Tests factorial of negative numbers.
79 TEST(FactorialTest, Negative) {
80 // This test is named "Negative", and belongs to the "FactorialTest"
118 // Tests negative input.
119 TEST(IsPrimeTest, Negative) {
  /external/protobuf/gtest/samples/
sample1_unittest.cc 78 // Tests factorial of negative numbers.
79 TEST(FactorialTest, Negative) {
80 // This test is named "Negative", and belongs to the "FactorialTest"
118 // Tests negative input.
119 TEST(IsPrimeTest, Negative) {
  /external/v8/testing/gtest/samples/
sample1_unittest.cc 78 // Tests factorial of negative numbers.
79 TEST(FactorialTest, Negative) {
80 // This test is named "Negative", and belongs to the "FactorialTest"
118 // Tests negative input.
119 TEST(IsPrimeTest, Negative) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample1_unittest.cc 78 // Tests factorial of negative numbers.
79 TEST(FactorialTest, Negative) {
80 // This test is named "Negative", and belongs to the "FactorialTest"
118 // Tests negative input.
119 TEST(IsPrimeTest, Negative) {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample1_unittest.cc 78 // Tests factorial of negative numbers.
79 TEST(FactorialTest, Negative) {
80 // This test is named "Negative", and belongs to the "FactorialTest"
118 // Tests negative input.
119 TEST(IsPrimeTest, Negative) {
  /external/llvm/include/llvm/ADT/
APFloat.h 215 /// Factory for Positive and Negative Zero.
217 /// \param Negative True iff the number should be negative.
218 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
220 Val.makeZero(Negative);
224 /// Factory for Positive and Negative Infinity.
226 /// \param Negative True iff the number should be negative.
227 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
229 Val.makeInf(Negative);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 349 /// negative.
414 /// example, should negative and positive zero hash to different codes? Are
478 /// \param Negative - True iff the number should be negative
479 void makeSmallestNormalized(bool Negative = false);
838 /// Factory for Positive and Negative Zero.
840 /// \param Negative True iff the number should be negative.
841 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
843 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
445 /// \param Negative - True iff the number should be negative
446 void makeSmallestNormalized(bool Negative = false);
846 /// Factory for Positive and Negative Zero.
848 /// \param Negative True iff the number should be negative.
849 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
851 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
445 /// \param Negative - True iff the number should be negative
446 void makeSmallestNormalized(bool Negative = false);
846 /// Factory for Positive and Negative Zero.
848 /// \param Negative True iff the number should be negative.
849 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
851 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 316 /// negative.
381 /// example, should negative and positive zero hash to different codes? Are
451 /// \param Negative - True iff the number should be negative
452 void makeSmallestNormalized(bool Negative = false);
852 /// Factory for Positive and Negative Zero.
854 /// \param Negative True iff the number should be negative.
855 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
857 Val.makeZero(Negative);
    [all...]
  /external/tensorflow/tensorflow/core/util/
overflow_test.cc 54 TEST(OverflowTest, Negative) {

Completed in 688 milliseconds

1 2 3 4 5