/external/skqp/third_party/skcms/ |
D | skcms_internal.h | 34 float roundtrip = (float)((int)x); in floorf_() local 35 return roundtrip > x ? roundtrip - 1 : roundtrip; in floorf_()
|
/external/skia/third_party/skcms/ |
D | skcms_internal.h | 34 float roundtrip = (float)((int)x); in floorf_() local 35 return roundtrip > x ? roundtrip - 1 : roundtrip; in floorf_()
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/zstandard/ |
D | ZstdRoundtripTest.java | 40 roundtrip(new OutputStreamCreator() { in directRoundtrip() 48 private void roundtrip(OutputStreamCreator oc) throws IOException { in roundtrip() method in ZstdRoundtripTest 91 roundtrip(new OutputStreamCreator() { in roundtripWithCustomLevel() 101 roundtrip(new OutputStreamCreator() { in roundtripWithCloseFrameOnFlush() 111 roundtrip(new OutputStreamCreator() { in roundtripWithChecksum()
|
/external/fonttools/Tests/ttLib/tables/ |
D | _a_n_k_r_test.py | 151 def roundtrip(self, data, xml): member in ANKRTest 156 self.roundtrip(ANKR_FORMAT_0_DATA, ANKR_FORMAT_0_XML) 162 self.roundtrip(ANKR_FORMAT_0_SHARING_DATA, ANKR_FORMAT_0_SHARING_XML)
|
/external/protobuf/js/binary/ |
D | arith_test.js | 313 var roundtrip = jspb.arith.UInt64.fromString(a.toString()); 314 assertEquals(roundtrip.lo, a.lo); 315 assertEquals(roundtrip.hi, a.hi); 350 var roundtrip = 352 assertEquals(roundtrip, testStrings[i]);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | invalid-metadata-attachment-has-type.ll | 5 ; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip
|
/external/llvm/test/Assembler/ |
D | invalid-metadata-attachment-has-type.ll | 5 ; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestTransforms.java | 185 transliterator, roundtrip enumConstant 315 boolean roundtrip = false; in Test1461() 329 case roundtrip: in Test1461() 330 roundtrip = target.toLowerCase(Locale.ENGLISH).charAt(0) == 't'; in Test1461() 337 if (roundtrip) { in Test1461()
|
/external/python/cpython2/Lib/test/ |
D | test_complex.py | 559 roundtrip = complex(repr(z)) 560 self.assertFloatsAreIdentical(z.real, roundtrip.real) 561 self.assertFloatsAreIdentical(z.imag, roundtrip.imag) 570 roundtrip = eval(repr(z)) 573 0.0 + roundtrip.real) 575 0.0 + roundtrip.imag)
|
D | test_parser.py | 18 def roundtrip(self, f, s): member in RoundtripLegalSyntaxTestCase 30 self.roundtrip(parser.expr, s) 42 self.roundtrip(parser.suite, s)
|
D | test_tokenize.py | 722 def roundtrip(self, code): member in TestRoundtrip 734 codelines = self.roundtrip(code).split('\n')
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | tailcall.ll | 4 ; Check that musttail and tail roundtrip.
|
D | inalloca.ll | 4 ; inalloca should roundtrip.
|
/external/llvm/test/Bitcode/ |
D | tailcall.ll | 4 ; Check that musttail and tail roundtrip.
|
D | inalloca.ll | 4 ; inalloca should roundtrip.
|
/external/python/cpython3/Lib/test/ |
D | test_complex.py | 549 roundtrip = complex(repr(z)) 550 self.assertFloatsAreIdentical(z.real, roundtrip.real) 551 self.assertFloatsAreIdentical(z.imag, roundtrip.imag) 560 roundtrip = eval(repr(z)) 563 0.0 + roundtrip.real) 565 0.0 + roundtrip.imag)
|
/external/u-boot/doc/ |
D | README.SNTP | 15 1. The roundtrip time is ignored.
|
/external/skia/include/private/ |
D | SkNx_neon.h | 20 auto roundtrip = vcvtq_f32_s32(vcvtq_s32_f32(v)); in emulate_vrndmq_f32() local 21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() 22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in emulate_vrndmq_f32() 25 auto roundtrip = vcvt_f32_s32(vcvt_s32_f32(v)); in emulate_vrndm_f32() local 26 auto too_big = vcgt_f32(roundtrip, v); in emulate_vrndm_f32() 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 20 auto roundtrip = vcvtq_f32_s32(vcvtq_s32_f32(v)); in emulate_vrndmq_f32() local 21 auto too_big = vcgtq_f32(roundtrip, v); in emulate_vrndmq_f32() 22 return vsubq_f32(roundtrip, (float32x4_t)vandq_u32(too_big, (uint32x4_t)vdupq_n_f32(1))); in emulate_vrndmq_f32() 25 auto roundtrip = vcvt_f32_s32(vcvt_s32_f32(v)); in emulate_vrndm_f32() local 26 auto too_big = vcgt_f32(roundtrip, v); in emulate_vrndm_f32() 27 return vsub_f32(roundtrip, (float32x2_t)vand_u32(too_big, (uint32x2_t)vdup_n_f32(1))); in emulate_vrndm_f32()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestReorderingMode.java | 313 static final byte roundtrip[][][][] = field in TestReorderingMode 447 if (roundtrip[tc][mode][option][level] == 1) { in assertRoundTrip()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestReorderingMode.java | 316 static final byte roundtrip[][][][] = field in TestReorderingMode 450 if (roundtrip[tc][mode][option][level] == 1) { in assertRoundTrip()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_tensors_map_ops_test.py | 140 roundtrip = take_many_sparse_from_tensors_map( 143 [handles, roundtrip],
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 818 int len, roundtrip; in radius_client_receive() local 906 roundtrip = (now.sec - req->last_attempt.sec) * 100 + in radius_client_receive() 912 roundtrip / 100, roundtrip % 100); in radius_client_receive() 913 rconf->round_trip_time = roundtrip; in radius_client_receive()
|
/external/llvm/test/MC/COFF/ |
D | tricky-names.ll | 4 ; Check that we can roundtrip these names through our assembler.
|
/external/brotli/python/ |
D | README.md | 2 `bro.py` tool, and roundtrip tests.
|