Home
last modified time | relevance | path

Searched refs:calculated (Results 1 - 16 of 16) sorted by relevance

/third_party/node/test/cctest/
H A Dtest_node_postmortem_metadata.cc108 auto calculated = reinterpret_cast<uintptr_t>(obj.get()) + in TEST_F() local
110 EXPECT_EQ(expected, calculated); in TEST_F()
120 auto calculated = reinterpret_cast<uintptr_t>(*env) + in TEST_F() local
122 EXPECT_EQ(expected, calculated); in TEST_F()
131 auto calculated = reinterpret_cast<uintptr_t>(*env) + in TEST_F() local
133 EXPECT_EQ(expected, calculated); in TEST_F()
163 auto calculated = in TEST_F() local
165 EXPECT_EQ(expected, calculated); in TEST_F()
202 auto calculated = in TEST_F() local
204 EXPECT_EQ(expected, calculated); in TEST_F()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv.cc228 // Struct representing the calculated conversion result of a positive (nonzero)
231 // The calculated number is mantissa * 2**exponent (mantissa is treated as an
233 // representation being calculated. (`mantissa` will always have the same bit
325 // error code in *result is set. Otherwise, the calculated floating point
328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult() argument
330 if (calculated.exponent == kOverflow) { in EncodeResult()
335 } else if (calculated.mantissa == 0 || calculated.exponent == kUnderflow) { in EncodeResult()
340 *value = FloatTraits<FloatType>::Make(calculated.mantissa, in EncodeResult()
341 calculated in EncodeResult()
639 CalculatedFloat calculated = FromCharsImpl() local
656 CalculatedFloat calculated = FromCharsImpl() local
671 CalculatedFloat calculated = FromCharsImpl() local
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dgen_pack.py313 calculated = max(field.end // 8 for field in self.fields) + 1 if len(self.fields) > 0 else 0
315 assert(self.length >= calculated)
317 self.length = calculated
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py414 calculated = max(field.end // 8 for field in self.fields) + 1 if len(self.fields) > 0 else 0
416 assert(self.length >= calculated)
418 self.length = calculated
/third_party/f2fs-tools/fsck/
H A Dfsck.c1177 __u32 provided, calculated; in fsck_chk_inode_blk() local
1180 calculated = f2fs_inode_chksum(node_blk); in fsck_chk_inode_blk()
1182 if (provided != calculated) { in fsck_chk_inode_blk()
1183 ASSERT_MSG("ino: 0x%x chksum:0x%x, but calculated one is: 0x%x", in fsck_chk_inode_blk()
1184 nid, provided, calculated); in fsck_chk_inode_blk()
1187 cpu_to_le32(calculated); in fsck_chk_inode_blk()
1190 nid, provided, calculated); in fsck_chk_inode_blk()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex78 previous stack-pointer value can be calculated simply as
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm219 // These 2 sources are calculated in the first two lines below, and then
H A Dgk110.asm192 // These 2 sources are calculated in the first two lines below, and then
H A Dgk104.asm650 // These 2 sources are calculated in the first two lines below, and then
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm601 for all symbols. If not given, it will be calculated as follows:
H A DTest.pm304 calculated before we moved into the directory "foo".
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm601 for all symbols. If not given, it will be calculated as follows:
H A DTest.pm304 calculated before we moved into the directory "foo".
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl133 // $lo0 being non-zero. So that carry can be calculated
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl133 // $lo0 being non-zero. So that carry can be calculated
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1329 % subentries, which we calculated on our first read of the .toc above.

Completed in 27 milliseconds