/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | result_type.pass.cpp | 32 result_type x_; member in rand1 46 explicit rand1(result_type sd = Min) : x_(sd) in rand1() 48 if (x_ < Min) in rand1() 49 x_ = Min; in rand1() 50 if (x_ > Max) in rand1() 51 x_ = Max; in rand1() 56 result_type r = x_; in operator ()() 57 if (x_ < Max) in operator ()() 58 ++x_; in operator ()() 60 x_ = Min; in operator ()()
|
D | eval.pass.cpp | 30 result_type x_; member in rand1 44 explicit rand1(result_type sd = Min) : x_(sd) in rand1() 46 if (x_ > Max) in rand1() 47 x_ = Max; in rand1() 52 result_type r = x_; in operator ()() 53 if (x_ < Max) in operator ()() 54 ++x_; in operator ()() 56 x_ = Min; in operator ()()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | result_type.pass.cpp | 32 result_type x_; member in rand1 46 explicit rand1(result_type sd = Min) : x_(sd) in rand1() 48 if (x_ < Min) in rand1() 49 x_ = Min; in rand1() 50 if (x_ > Max) in rand1() 51 x_ = Max; in rand1() 56 result_type r = x_; in operator ()() 57 if (x_ < Max) in operator ()() 58 ++x_; in operator ()() 60 x_ = Min; in operator ()()
|
D | eval.pass.cpp | 30 result_type x_; member in rand1 44 explicit rand1(result_type sd = Min) : x_(sd) in rand1() 46 if (x_ > Max) in rand1() 47 x_ = Max; in rand1() 52 result_type r = x_; in operator ()() 53 if (x_ < Max) in operator ()() 54 ++x_; in operator ()() 56 x_ = Min; in operator ()()
|
/external/ImageMagick/Magick++/lib/ |
D | Pixels.cpp | 37 Magick::Quantum* Magick::Pixels::get(const ssize_t x_,const ssize_t y_, in get() argument 40 _x=x_; in get() 46 Quantum* pixels=GetCacheViewAuthenticPixels(_view,x_,y_,columns_,rows_, in get() 53 const Magick::Quantum* Magick::Pixels::getConst(const ssize_t x_, in getConst() argument 56 _x=x_; in getConst() 62 const Quantum* pixels=GetCacheViewVirtualPixels(_view,x_,y_,columns_,rows_, in getConst() 76 Magick::Quantum* Magick::Pixels::set(const ssize_t x_,const ssize_t y_, in set() argument 79 _x=x_; in set() 85 Quantum* pixels=QueueCacheViewAuthenticPixels(_view,x_,y_,columns_,rows_, in set() 118 Magick::PixelData::PixelData(Magick::Image &image_,const ::ssize_t x_, in PixelData() argument [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 94 x_ = tid << kTidShift; in FastState() 95 x_ |= epoch; in FastState() 102 : x_(x) { in FastState() 106 return x_; in raw() 110 u64 res = (x_ & ~kIgnoreBit) >> kTidShift; in tid() 115 u64 res = x_ >> kTidShift; in TidWithIgnore() 120 u64 res = x_ & ((1ull << kClkBits) - 1); in epoch() 126 x_ += 1; in IncrementEpoch() 131 void SetIgnoreBit() { x_ |= kIgnoreBit; } in SetIgnoreBit() 132 void ClearIgnoreBit() { x_ &= ~kIgnoreBit; } in ClearIgnoreBit() [all …]
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | rect_chromium.h | 19 : x_(other.x_), in RectChromium() 24 x_(x), y_(y), width_(width), height_(height) { in RectChromium() 31 x_ = other.x_; 38 int x() const { return x_; } in x() 39 void set_x(int x) { x_ = x; } in set_x() 59 int x_ = 0;
|
D | rect_blink.h | 20 x_(x), y_(y), width_(width), height_(height) { in RectBlink() 21 DCHECK_GE(x_, 0); in RectBlink() 28 int x() const { return x_; } in x() 31 x_ = x; in setX() 55 int x_ = 0;
|
/external/gemmlowp/internal/ |
D | pack_neon.h | 60 x_ = vld1q_u8(a); in NEONRoundingOffsetGenerator() 65 uint8x16_t result = vsubq_u8(x_, vdupq_n_u8(1)); in get() 67 x_ = veorq_u8(x_, vshlq_n_u8(x_, 7)); in get() 68 x_ = veorq_u8(x_, vshrq_n_u8(x_, 5)); in get() 69 x_ = veorq_u8(x_, vshlq_n_u8(x_, 3)); in get() 75 uint8x16_t x_; 93 x_ = vld1q_u8(a); in NEONRoundingOffsetGenerator() 104 uint8x16_t extra_one = vcgeq_u8(x_, vdupq_n_u8(233)); in get() 105 x_ = vaddq_u8(x_, vdupq_n_u8(22)); in get() 106 x_ = vsubq_u8(x_, extra_one); in get() [all …]
|
D | pack.h | 216 ScalarRoundingOffsetGenerator() { x_ = 128; } in ScalarRoundingOffsetGenerator() 219 std::uint8_t result = x_ - 1; in get() 221 x_ ^= x_ << 7; in get() 222 x_ ^= x_ >> 5; in get() 223 x_ ^= x_ << 3; in get() 229 std::uint8_t x_; 244 ScalarRoundingOffsetGenerator() { x_ = 1; } // Start must be non-zero in ScalarRoundingOffsetGenerator() 250 x_ += (AddConst + (x_ >= (255 - AddConst))); in get() 251 return x_; in get() 256 std::uint8_t x_;
|
/external/libchrome/crypto/ |
D | p224_spake.cc | 104 memset(&x_, 0, sizeof(x_)); in P224EncryptedKeyExchange() 108 RandBytes(x_, sizeof(x_)); in P224EncryptedKeyExchange() 120 p224::ScalarBaseMult(x_, &X); in Init() 190 p224::ScalarMult(Y, x_, &k); in ProcessMessage() 263 memset(&x_, 0, sizeof(x_)); in SetXForTesting() 264 memcpy(&x_, x.data(), std::min(x.size(), sizeof(x_))); in SetXForTesting()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 54 Coordinate(double x_,double y_) in Coordinate() argument 55 : _x(x_), in Coordinate() 60 void x(double x_) { _x=x_; } in x() argument 320 DrawableAlpha(double x_, double y_,PaintMethod paintMethod_) in DrawableAlpha() argument 321 : _x(x_), in DrawableAlpha() 335 void x(double x_) in x() argument 337 _x=x_; in x() 686 DrawableColor ( double x_, double y_, in DrawableColor() argument 688 : _x(x_), in DrawableColor() 701 void x( double x_ ) in x() argument [all …]
|
D | Image.h | 695 void chromaBluePrimary(const double x_,const double y_,const double z_); 696 void chromaBluePrimary(double *x_,double *y_,double *z_) const; 699 void chromaGreenPrimary(const double x_,const double y_,const double z_); 700 void chromaGreenPrimary(double *x_,double *y_,double *z_) const; 703 void chromaRedPrimary(const double x_,const double y_,const double z_); 704 void chromaRedPrimary(double *x_,double *y_,double *z_) const; 707 void chromaWhitePoint(const double x_,const double y_,const double z_); 708 void chromaWhitePoint(double *x_,double *y_,double *z_) const; 880 void evaluate(const ChannelType channel_,const ::ssize_t x_, 896 void floodFillAlpha(const ::ssize_t x_,const ::ssize_t y_, [all …]
|
D | Pixels.h | 31 Quantum *get(const ::ssize_t x_,const ::ssize_t y_, 36 const Quantum *getConst(const ::ssize_t x_,const ::ssize_t y_, 48 Quantum *set(const ::ssize_t x_,const ::ssize_t y_,const size_t columns_, 89 PixelData(Magick::Image &image_,const ::ssize_t x_,const ::ssize_t y_, 111 void init(Magick::Image &image_,const ::ssize_t x_,const ::ssize_t y_,
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_geometry.h | 22 DesktopVector() : x_(0), y_(0) {} in DesktopVector() 23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {} in DesktopVector() 25 int32_t x() const { return x_; } in x() 27 bool is_zero() const { return x_ == 0 && y_ == 0; } in is_zero() 30 return x_ == other.x_ && y_ == other.y_; in equals() 34 x_ = x; in set() 46 int32_t x_;
|
/external/compiler-rt/test/msan/ |
D | use-after-dtor.cc | 19 int x_; member 21 x_ = 5; in Simple() 24 x_ += 1; in ~Simple() 35 return s->x_; in main()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_prod_test.cc | 41 EXPECT_EQ(0, a.x_); in TEST() 44 EXPECT_EQ(1, a.x_); in TEST() 53 EXPECT_EQ(0, a.x_); in TEST_F() 56 EXPECT_EQ(2, a.x_); in TEST_F()
|
D | production.h | 49 int x() const { return x_; } in x() 51 void set_x(int an_x) { x_ = an_x; } in set_x() 52 int x_; variable
|
/external/v8/testing/gtest/test/ |
D | gtest_prod_test.cc | 41 EXPECT_EQ(0, a.x_); in TEST() 44 EXPECT_EQ(1, a.x_); in TEST() 53 EXPECT_EQ(0, a.x_); in TEST_F() 56 EXPECT_EQ(2, a.x_); in TEST_F()
|
/external/protobuf/gtest/test/ |
D | gtest_prod_test.cc | 41 EXPECT_EQ(0, a.x_); in TEST() 44 EXPECT_EQ(1, a.x_); in TEST() 53 EXPECT_EQ(0, a.x_); in TEST_F() 56 EXPECT_EQ(2, a.x_); in TEST_F()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_prod_test.cc | 41 EXPECT_EQ(0, a.x_); in TEST() 44 EXPECT_EQ(1, a.x_); in TEST() 53 EXPECT_EQ(0, a.x_); in TEST_F() 56 EXPECT_EQ(2, a.x_); in TEST_F()
|
/external/googletest/googletest/test/ |
D | gtest_prod_test.cc | 41 EXPECT_EQ(0, a.x_); in TEST() 44 EXPECT_EQ(1, a.x_); in TEST() 53 EXPECT_EQ(0, a.x_); in TEST_F() 56 EXPECT_EQ(2, a.x_); in TEST_F()
|
/external/clang/test/CodeGenCXX/ |
D | sanitize-dtor-tail-call.cpp | 6 int x_; member 8 x_ = 5; in Simple() 11 x_ += 1; in ~Simple()
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | traceimpl.h | 23 visitor->trace(x_); in traceImpl() 27 Member<X> x_; 37 Member<X> x_; 63 Member<X> x_;
|
D | traceimpl_error.txt | 5 ./traceimpl_error.h:28:3: note: [blink-gc] Untraced field 'x_' declared here: 6 Member<X> x_; 14 ./traceimpl_error.h:40:3: note: [blink-gc] Untraced field 'x_' declared here: 15 Member<X> x_;
|