Home
last modified time | relevance | path

Searched refs:roundtrip (Results 1 – 25 of 75) sorted by relevance

123

/external/skqp/third_party/skcms/
Dskcms_internal.h34 float roundtrip = (float)((int)x); in floorf_() local
35 return roundtrip > x ? roundtrip - 1 : roundtrip; in floorf_()
/external/skia/third_party/skcms/
Dskcms_internal.h34 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/
DZstdRoundtripTest.java40 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.py151 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/
Darith_test.js313 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/
Dinvalid-metadata-attachment-has-type.ll5 ; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip
/external/llvm/test/Assembler/
Dinvalid-metadata-attachment-has-type.ll5 ; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: invalid metadata-value-metadata roundtrip
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestTransforms.java185 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/
Dtest_complex.py559 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)
Dtest_parser.py18 def roundtrip(self, f, s): member in RoundtripLegalSyntaxTestCase
30 self.roundtrip(parser.expr, s)
42 self.roundtrip(parser.suite, s)
Dtest_tokenize.py722 def roundtrip(self, code): member in TestRoundtrip
734 codelines = self.roundtrip(code).split('\n')
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dtailcall.ll4 ; Check that musttail and tail roundtrip.
Dinalloca.ll4 ; inalloca should roundtrip.
/external/llvm/test/Bitcode/
Dtailcall.ll4 ; Check that musttail and tail roundtrip.
Dinalloca.ll4 ; inalloca should roundtrip.
/external/python/cpython3/Lib/test/
Dtest_complex.py549 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/
DREADME.SNTP15 1. The roundtrip time is ignored.
/external/skia/include/private/
DSkNx_neon.h20 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/
DSkNx_neon.h20 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/
DTestReorderingMode.java313 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/
DTestReorderingMode.java316 static final byte roundtrip[][][][] = field in TestReorderingMode
450 if (roundtrip[tc][mode][option][level] == 1) { in assertRoundTrip()
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_tensors_map_ops_test.py140 roundtrip = take_many_sparse_from_tensors_map(
143 [handles, roundtrip],
/external/wpa_supplicant_8/src/radius/
Dradius_client.c818 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/
Dtricky-names.ll4 ; Check that we can roundtrip these names through our assembler.
/external/brotli/python/
DREADME.md2 `bro.py` tool, and roundtrip tests.

123