/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_icmp_i1vec.ll | 3 %a.trunc = trunc <16 x i8> %a to <16 x i1> 4 %b.trunc = trunc <16 x i8> %b to <16 x i1> 5 %cmp = icmp eq <16 x i1> %a.trunc, %b.trunc 12 %a.trunc = trunc <16 x i8> %a to <16 x i1> 13 %b.trunc = trunc <16 x i8> %b to <16 x i1> 14 %cmp = icmp ne <16 x i1> %a.trunc, %b.trunc 21 %a.trunc = trunc <16 x i8> %a to <16 x i1> 22 %b.trunc = trunc <16 x i8> %b to <16 x i1> 23 %cmp = icmp ugt <16 x i1> %a.trunc, %b.trunc 30 %a.trunc = trunc <16 x i8> %a to <16 x i1> [all …]
|
D | test_arith_ll.ll | 11 %a.trunc = trunc i32 %a to i8 12 %b.trunc = trunc i32 %b to i8 13 %result.trunc = add i8 %a.trunc, %b.trunc 14 %result = zext i8 %result.trunc to i32 19 %a.trunc = trunc i32 %a to i16 20 %b.trunc = trunc i32 %b to i16 21 %result.trunc = add i16 %a.trunc, %b.trunc 22 %result = zext i16 %result.trunc to i32 75 %a.trunc = trunc i32 %a to i8 76 %b.trunc = trunc i32 %b to i8 [all …]
|
D | test_select.ll | 3 %cond = trunc <4 x i32> %cond.ext to <4 x i1> 10 %cond = trunc <4 x i32> %cond.ext to <4 x i1> 17 %cond = trunc <4 x i32> %cond.ext to <4 x i1> 24 %cond = trunc <8 x i16> %cond.ext to <8 x i1> 31 %cond = trunc <8 x i16> %cond.ext to <8 x i1> 38 %cond = trunc <16 x i8> %cond.ext to <16 x i1> 45 %cond = trunc <16 x i8> %cond.ext to <16 x i1> 52 %cond = trunc <4 x i32> %cond.ext to <4 x i1> 53 %arg1 = trunc <4 x i32> %arg1.ext to <4 x i1> 54 %arg2 = trunc <4 x i32> %arg2.ext to <4 x i1> [all …]
|
D | test_cast_to_u1.ll | 4 %tobool = trunc i64 %a to i1 12 %tobool = trunc i64 %a to i1 20 %tobool = trunc i32 %a to i1 28 %tobool = trunc i32 %a to i1 35 %a.arg_trunc = trunc i32 %a to i16 37 %tobool = trunc i16 %a.arg_trunc to i1 44 %a.arg_trunc = trunc i32 %a to i16 46 %tobool = trunc i16 %a.arg_trunc to i1 53 %a.arg_trunc = trunc i32 %a to i8 55 %tobool = trunc i8 %a.arg_trunc to i1 [all …]
|
D | test_fcmp.pnacl.ll | 646 %res.trunc = fcmp false <4 x float> %a, %b 647 %res = sext <4 x i1> %res.trunc to <4 x i32> 655 %res.trunc = fcmp oeq <4 x float> %a, %b 656 %res = sext <4 x i1> %res.trunc to <4 x i32> 664 %res.trunc = fcmp oge <4 x float> %a, %b 665 %res = sext <4 x i1> %res.trunc to <4 x i32> 673 %res.trunc = fcmp ogt <4 x float> %a, %b 674 %res = sext <4 x i1> %res.trunc to <4 x i32> 682 %res.trunc = fcmp ole <4 x float> %a, %b 683 %res = sext <4 x i1> %res.trunc to <4 x i32> [all …]
|
/third_party/skia/resources/sksl/intrinsics/ |
D | Trunc.sksl | 9 return (trunc(testInputs.x) == expectedA.x && 10 trunc(testInputs.xy) == expectedA.xy && 11 trunc(testInputs.xyz) == expectedA.xyz && 12 trunc(testInputs.xyzw) == expectedA.xyzw && 13 trunc(constVal.x) == expectedB.x && 14 trunc(constVal.xy) == expectedB.xy && 15 trunc(constVal.xyz) == expectedB.xyz && 16 trunc(constVal.xyzw) == expectedB.xyzw) ? colorGreen : colorRed;
|
/third_party/boost/libs/iostreams/test/ |
D | file_descriptor_test.cpp | 91 BOOST_IOS::trunc), in file_descriptor_test() 95 BOOST_IOS::app | BOOST_IOS::trunc), in file_descriptor_test() 107 BOOST_IOS::out | BOOST_IOS::trunc), in file_descriptor_test() 111 BOOST_IOS::out | BOOST_IOS::app | BOOST_IOS::trunc), in file_descriptor_test() 119 file_descriptor_sink file(temp.name(), BOOST_IOS::trunc); in file_descriptor_test() 134 file_descriptor_sink file(temp.name(), BOOST_IOS::trunc); in file_descriptor_test() 149 file_descriptor_sink file(temp.name(), BOOST_IOS::trunc); in file_descriptor_test() 164 file_descriptor_sink file(temp.name(), BOOST_IOS::trunc); in file_descriptor_test() 181 file_descriptor_sink file(temp.name(), BOOST_IOS::trunc); in file_descriptor_test() 205 file_descriptor_sink file(temp.name(), BOOST_IOS::trunc); in file_descriptor_test() [all …]
|
D | dual_seekable_test.cpp | 27 …stream io(f.name().c_str(), BOOST_IOS::in | BOOST_IOS::out | BOOST_IOS::binary | BOOST_IOS::trunc); in verification_function_seekable_test() 37 …stream io(f.name().c_str(), BOOST_IOS::in | BOOST_IOS::out | BOOST_IOS::binary | BOOST_IOS::trunc); in verification_function_seekable_test() 47 …stream io(f.name().c_str(), BOOST_IOS::in | BOOST_IOS::out | BOOST_IOS::binary | BOOST_IOS::trunc); in verification_function_seekable_test() 60 …stream io(f.name().c_str(), BOOST_IOS::in | BOOST_IOS::out | BOOST_IOS::binary | BOOST_IOS::trunc); in verification_function_seekable_test()
|
/third_party/boost/boost/math/special_functions/ |
D | trunc.hpp | 23 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol, const boost::fals… in trunc() function 33 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy&, const boost::true_typ… in trunc() function 41 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol) in trunc() function 43 …return detail::trunc(v, pol, boost::integral_constant<bool, detail::is_integer_for_rounding<T>::va… in trunc() 46 inline typename tools::promote_args<T>::type trunc(const T& v) in trunc() function 48 return trunc(v, policies::policy<>()); in trunc() 64 result_type r = boost::math::trunc(v, pol); in itrunc() 80 result_type r = boost::math::trunc(v, pol); in ltrunc() 98 result_type r = boost::math::trunc(v, pol); in lltrunc()
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Trunc.glsl | 8 …return ((trunc(testInputs.x) == -1.0 && trunc(testInputs.xy) == vec2(-1.0, 0.0)) && trunc(testInpu…
|
D | Trunc.metal | 18 …trunc(_uniforms.testInputs.x)) == -1.0 && all(float2(trunc(_uniforms.testInputs.xy)) == float2(-1.…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | README.txt | 13 …(-2 + (2 * (trunc i65 (((zext i64 (-2 + %n) to i65) * (zext i64 (-1 + %n) to i65)) /u 2) to i64)) … 24 ((trunc i64 (-1 * %arg5) to i32) + (trunc i64 %arg5 to i32) + (-1 * (trunc i64 undef to i32))) 28 (-1 * (trunc i64 undef to i32))
|
/third_party/ffmpeg/tests/fate/ |
D | adpcm.mak | 124 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t1 125 fate-adpcm-ima-cunning-trunc-t1: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t1.11c -ma… 127 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t2-track0 128 fate-adpcm-ima-cunning-trunc-t2-track0: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t2.… 130 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t2-track1 131 fate-adpcm-ima-cunning-trunc-t2-track1: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t2.… 133 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t2a-track0 134 fate-adpcm-ima-cunning-trunc-t2a-track0: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t2… 136 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t2a-track1 137 fate-adpcm-ima-cunning-trunc-t2a-track1: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t2… [all …]
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ssl.data | 4865 Decrypt CBC !EtM, AES MD5 !trunc, empty plaintext, minpad 4869 Decrypt CBC !EtM, AES MD5 !trunc, empty plaintext, maxpad 4873 Decrypt CBC !EtM, AES MD5 trunc, empty plaintext, minpad 4877 Decrypt CBC !EtM, AES MD5 trunc, empty plaintext, maxpad 4881 Decrypt CBC !EtM, AES MD5 !trunc, padlen=0 4885 Decrypt CBC !EtM, AES MD5 !trunc, padlen=240 4889 Decrypt CBC !EtM, AES MD5 trunc, padlen=0 4893 Decrypt CBC !EtM, AES MD5 trunc, padlen=240 4897 Decrypt CBC !EtM, AES MD5 !trunc, padlen=1 4901 Decrypt CBC !EtM, AES MD5 !trunc, padlen=241 [all …]
|
/third_party/boost/libs/math/test/compile_test/ |
D | sf_trunc_incl_test.cpp | 18 check_result<float>(boost::math::trunc<float>(f)); in compile_and_link_test() 19 check_result<double>(boost::math::trunc<double>(d)); in compile_and_link_test() 21 check_result<long double>(boost::math::trunc<long double>(l)); in compile_and_link_test()
|
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/trunc/ |
D | eb83df.wgsl.expected.glsl | 5 float res = trunc(1.0f); 35 float res = trunc(1.0f); 55 float res = trunc(1.0f);
|
D | f370d3.wgsl.expected.glsl | 5 vec2 res = trunc(vec2(0.0f, 0.0f)); 35 vec2 res = trunc(vec2(0.0f, 0.0f)); 55 vec2 res = trunc(vec2(0.0f, 0.0f));
|
D | 562d05.wgsl.expected.glsl | 5 vec3 res = trunc(vec3(0.0f, 0.0f, 0.0f)); 35 vec3 res = trunc(vec3(0.0f, 0.0f, 0.0f)); 55 vec3 res = trunc(vec3(0.0f, 0.0f, 0.0f));
|
D | e183aa.wgsl.expected.glsl | 5 vec4 res = trunc(vec4(0.0f, 0.0f, 0.0f, 0.0f)); 35 vec4 res = trunc(vec4(0.0f, 0.0f, 0.0f, 0.0f)); 55 vec4 res = trunc(vec4(0.0f, 0.0f, 0.0f, 0.0f));
|
/third_party/musl/src/math/i386/ |
D | floor.s | 48 .global trunc symbol 49 .type trunc,@function 50 trunc: label
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | json_helper.cc | 85 std::ofstream o(in_file, std::ofstream::trunc); in UpdateArray() 89 std::ofstream o(out_file, std::ofstream::trunc); in UpdateArray() 120 std::ofstream o(in_file, std::ofstream::trunc); in RemoveKey() 124 std::ofstream o(out_file, std::ofstream::trunc); in RemoveKey()
|
D | json_helper.h | 88 std::ofstream o(in_file, std::ofstream::trunc); 92 std::ofstream o(out_file, std::ofstream::trunc); 131 std::ofstream o(in_file, std::ofstream::trunc); 135 std::ofstream o(out_file, std::ofstream::trunc);
|
/third_party/littlefs/tests/ |
D | test_truncate.toml | 120 lfs_size_t trunc = size - qsize; 121 lfs_file_truncate(&lfs, &file, trunc) => 0; 123 lfs_file_size(&lfs, &file) => trunc; 126 lfs_file_read(&lfs, &file, rb, size) => trunc; 127 memcmp(rb, wb, trunc) => 0; 130 lfs_file_size(&lfs, &file) => trunc; 135 trunc -= qsize; 136 lfs_file_truncate(&lfs, &file, trunc) => 0; 138 lfs_file_size(&lfs, &file) => trunc; 141 lfs_file_read(&lfs, &file, rb, size) => trunc - qsize; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APSInt.cpp | 29 Tmp = Tmp.trunc(MinBits); in APSInt() 35 Tmp = Tmp.trunc(ActiveBits); in APSInt()
|
/third_party/boost/boost/math/special_functions/detail/ |
D | round_fwd.hpp | 24 typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol); 26 typename tools::promote_args<T>::type trunc(const T& v); 86 using boost::math::trunc;\
|