Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/av/media/libnblog/
DReportPerformance.cpp253 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/rs/driver/runtime/arch/
Dasimd.ll376 %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 …]
Dneon.ll380 %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/base/core/java/android/util/
DHalf.java584 public static @HalfFloat short trunc(@HalfFloat short h) { in trunc() method in Half
585 return FP16.trunc(h); in trunc()
/frameworks/native/cmds/surfacereplayer/replayer/
DColor.h75 int i = static_cast<int>(trunc(tempHue)); in getRGB()
/frameworks/rs/script_api/
DUtilities.cpp198 open(path.c_str(), ios::out | ios::trunc); in start()
Drs_math.spec2955 @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/
Dlutgen.cpp142 ofstream outputStream(filename, ios::trunc); in main()
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rscript142 TEST_FUNC_1(trunc);
/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp67 file.open(trace_path + "/tracing_on", ios::out | ios::trunc); in traceStop()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript881 f = trunc(f);
882 f2 = trunc(f2);
883 f3 = trunc(f3);
884 f4 = trunc(f4);
Dmath.rscript327 TEST_FN_FUNC_FN(trunc);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript901 f = trunc(f);
902 f2 = trunc(f2);
903 f3 = trunc(f3);
904 f4 = trunc(f4);
Dmath.rscript353 TEST_FN_FUNC_FN(trunc);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript899 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/
Dmath.rscript182 TEST_FN_FUNC_FN(trunc);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak313 TEST_FN_FUNC_FN(trunc);
Dmath.rs.orig327 TEST_FN_FUNC_FN(trunc);
Dmath.rscript327 TEST_FN_FUNC_FN(trunc);
/frameworks/native/vulkan/vkjson/
Dvkjson.cc43 return trunc(value) == value; in IsIntegral()
45 return std::trunc(value) == value; in IsIntegral()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript258 TEST_HN_FUNC_HN(trunc);
Dmath.rscript351 TEST_FN_FUNC_FN(trunc);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript327 TEST_FN_FUNC_FN(trunc);
/frameworks/rs/script_api/include/
Drs_math.rsh5772 * 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/
Dtest_reduce_general_metadata.ll294 %15 = trunc i64 %indvars.iv to i32

12