Home
last modified time | relevance | path

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

12

/frameworks/av/media/libnblog/
DReportPerformance.cpp79 hfs.open(histogramName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()
103 ofs.open(outlierName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()
116 pfs.open(peakName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()
/frameworks/rs/rsov/compiler/tests/rs_allocation/
Dcopy_coords.ll13 %conv = trunc i32 %x to i8
15 %conv1 = trunc i32 %y to i8
Dread.ll32 %conv4 = trunc i32 %add to i8
Daccess_same.ll39 %conv6 = trunc i32 %add to i8
Dmulti_read.ll41 %conv8 = trunc i32 %add7 to i8
/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/native/cmds/surfacereplayer/replayer/
DColor.h75 int i = static_cast<int>(trunc(tempHue)); in getRGB()
/frameworks/ml/nn/runtime/test/
DTestGenerated.cpp77 s.open(dumpFile, std::ofstream::trunc); in execute()
/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.rs142 TEST_FUNC_1(trunc);
/frameworks/base/core/java/android/util/
DHalf.java647 public static @HalfFloat short trunc(@HalfFloat short h) { in trunc() method in Half
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs881 f = trunc(f);
882 f2 = trunc(f2);
883 f3 = trunc(f3);
884 f4 = trunc(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs901 f = trunc(f);
902 f2 = trunc(f2);
903 f3 = trunc(f3);
904 f4 = trunc(f4);
Dmath.rs353 TEST_FN_FUNC_FN(trunc);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs899 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.rs182 TEST_FN_FUNC_FN(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/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs258 TEST_HN_FUNC_HN(trunc);
Dmath.rs351 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.rs327 TEST_FN_FUNC_FN(trunc);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs327 TEST_FN_FUNC_FN(trunc);

12