Searched refs:trunc (Results 1 – 25 of 42) sorted by relevance
12
/frameworks/av/media/libnblog/ |
D | ReportPerformance.cpp | 253 hfs.open(histogramName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile() 277 ofs.open(outlierName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile() 290 pfs.open(peakName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()
|
/frameworks/base/core/java/android/util/ |
D | Half.java | 584 public static @HalfFloat short trunc(@HalfFloat short h) { in trunc() method in Half 585 return FP16.trunc(h); in trunc()
|
/frameworks/rs/driver/runtime/arch/ |
D | asimd.ll | 376 %4 = trunc <2 x i32> %3 to <2 x i8> 387 %7 = trunc <3 x i32> %6 to <3 x i8> 395 %4 = trunc <4 x i32> %3 to <4 x i8> 409 %4 = trunc <2 x i32> %3 to <2 x i16> 420 %7 = trunc <3 x i32> %6 to <3 x i16> 428 %4 = trunc <4 x i32> %3 to <4 x i16> 474 %4 = trunc <2 x i32> %3 to <2 x i8> 485 %7 = trunc <3 x i32> %6 to <3 x i8> 493 %4 = trunc <4 x i32> %3 to <4 x i8> 507 %4 = trunc <2 x i32> %3 to <2 x i16> [all …]
|
D | neon.ll | 380 %4 = trunc <2 x i32> %3 to <2 x i8> 391 %7 = trunc <3 x i32> %6 to <3 x i8> 399 %4 = trunc <4 x i32> %3 to <4 x i8> 413 %4 = trunc <2 x i32> %3 to <2 x i16> 424 %7 = trunc <3 x i32> %6 to <3 x i16> 432 %4 = trunc <4 x i32> %3 to <4 x i16> 478 %4 = trunc <2 x i32> %3 to <2 x i8> 489 %7 = trunc <3 x i32> %6 to <3 x i8> 497 %4 = trunc <4 x i32> %3 to <4 x i8> 511 %4 = trunc <2 x i32> %3 to <2 x i16> [all …]
|
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | mtp_request_packet_fuzzer.cpp | 77 out.open(s, std::ios::binary | std::ofstream::trunc); in makeFile()
|
/frameworks/rs/script_api/ |
D | Utilities.cpp | 198 open(path.c_str(), ios::out | ios::trunc); in start()
|
D | rs_math.spec | 2955 @round() is similar but rounds away from zero. @trunc() truncates the decimal fraction. 3008 @rint() is similar but rounds half values toward even. @trunc() truncates the decimal fraction. 3346 function: trunc 3357 For example, <code>trunc(1.7f)</code> returns 1.f and <code>trunc(-1.7f)</code> returns -1.f. 3362 function: trunc
|
/frameworks/native/libs/ui/tools/ |
D | lutgen.cpp | 142 ofstream outputStream(filename, ios::trunc); in main()
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rscript | 142 TEST_FUNC_1(trunc);
|
/frameworks/base/tools/aapt2/optimize/ |
D | Obfuscator.cpp | 241 std::ofstream fout(file_path, std::ios::out | std::ios::trunc | std::ios::binary); in WriteObfuscationMap()
|
/frameworks/native/libs/binder/tests/ |
D | schd-dbg.cpp | 67 file.open(trace_path + "/tracing_on", ios::out | ios::trunc); in traceStop()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 901 f = trunc(f); 902 f2 = trunc(f2); 903 f3 = trunc(f3); 904 f4 = trunc(f4);
|
D | math.rscript | 353 TEST_FN_FUNC_FN(trunc);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 899 f = trunc(f); 900 f2 = trunc(f2); 901 f3 = trunc(f3); 902 f4 = trunc(f4);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 182 TEST_FN_FUNC_FN(trunc);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 313 TEST_FN_FUNC_FN(trunc);
|
D | math.rs.orig | 327 TEST_FN_FUNC_FN(trunc);
|
D | math.rscript | 327 TEST_FN_FUNC_FN(trunc);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 258 TEST_HN_FUNC_HN(trunc);
|
D | math.rscript | 351 TEST_FN_FUNC_FN(trunc);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 327 TEST_FN_FUNC_FN(trunc);
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5772 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction. 5854 * rint() is similar but rounds half values toward even. trunc() truncates the decimal fraction. 6425 * trunc: Truncates a floating point 6429 * For example, trunc(1.7f) returns 1.f and trunc(-1.7f) returns -1.f. 6434 trunc(float v); 6437 trunc(float2 v); 6440 trunc(float3 v); 6443 trunc(float4 v); 6447 trunc(half v); 6452 trunc(half2 v); [all …]
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_reduce_general_metadata.ll | 294 %15 = trunc i64 %indvars.iv to i32
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 44 return trunc(value) == value; in IsIntegral() 46 return std::trunc(value) == value; in IsIntegral()
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 396 BENCH_FN_FUNC_FN(trunc);
|
12