Home
last modified time | relevance | path

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

/external/skqp/third_party/skcms/
Dskcms_internal.h34 float roundtrip = (float)((int)x); in floorf_() local
/external/skia/third_party/skcms/
Dskcms_internal.h34 float roundtrip = (float)((int)x); in floorf_() local
/external/fonttools/Tests/ttLib/tables/
D_a_n_k_r_test.py151 def roundtrip(self, data, xml): member in ANKRTest
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/zstandard/
DZstdRoundtripTest.java48 private void roundtrip(OutputStreamCreator oc) throws IOException { in roundtrip() method in ZstdRoundtripTest
/external/python/cpython2/Lib/test/
Dtest_tokenize.py722 def roundtrip(self, code): member in TestRoundtrip
Dtest_parser.py18 def roundtrip(self, f, s): member in RoundtripLegalSyntaxTestCase
Dtest_float.py1422 def roundtrip(x): function
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java313 static final byte roundtrip[][][][] = field in TestReorderingMode
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java316 static final byte roundtrip[][][][] = field in TestReorderingMode
/external/python/cpython3/Lib/test/
Dtest_parser.py18 def roundtrip(self, f, s): member in RoundtripLegalSyntaxTestCase
Dtest_tokenize.py1619 def roundtrip(self, code): member in TestRoundtrip
Dtest_float.py1408 def roundtrip(x): function
Dtest_tempfile.py1256 def roundtrip(input, *args, **kwargs): function
/external/skia/include/private/
DSkNx_neon.h20 auto roundtrip = vcvtq_f32_s32(vcvtq_s32_f32(v)); in emulate_vrndmq_f32() local
25 auto roundtrip = vcvt_f32_s32(vcvt_s32_f32(v)); in emulate_vrndm_f32() local
DSkNx_sse.h32 __m128 roundtrip = _mm_cvtepi32_ps(_mm_cvttps_epi32(v)); in emulate_mm_floor_ps() local
/external/skqp/include/private/
DSkNx_neon.h20 auto roundtrip = vcvtq_f32_s32(vcvtq_s32_f32(v)); in emulate_vrndmq_f32() local
25 auto roundtrip = vcvt_f32_s32(vcvt_s32_f32(v)); in emulate_vrndm_f32() local
DSkNx_sse.h32 __m128 roundtrip = _mm_cvtepi32_ps(_mm_cvttps_epi32(v)); in emulate_mm_floor_ps() local
/external/python/cpython2/Demo/parser/
Dunparse.py571 def roundtrip(filename, output=sys.stdout): function
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestTransforms.java185 transliterator, roundtrip enumConstant
/external/wpa_supplicant_8/src/radius/
Dradius_client.c818 int len, roundtrip; in radius_client_receive() local
/external/python/cpython3/Tools/parser/
Dunparse.py669 def roundtrip(filename, output=sys.stdout): function
/external/perf_data_converter/src/quipper/
Dperf_parser_test.cc1825 PerfDataProto_MMapEvent roundtrip; in TEST() local
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c69 roundtrip(struct dri2_egl_display *dri2_dpy) in roundtrip() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp854 std::string roundtrip = convertToString(convertToDoubleFromString(second), 0, 3); in TEST() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c3951 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] in assertRoundTrip() local