Home
last modified time | relevance | path

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

123

/aosp12/bionic/libm/x86/
H A Dtrunc.S33 ENTRY(trunc)
41 END(trunc)
43 ALIAS_SYMBOL(truncl, trunc);
/aosp12/bionic/libm/x86_64/
H A Dtrunc.S33 ENTRY(trunc)
36 END(trunc)
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_trunc.c33 trunc(double x) in trunc() function
66 __weak_reference(trunc, truncl);
/aosp12/frameworks/rs/driver/runtime/arch/
H A 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>
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>
607 %4 = trunc <2 x i32> %3 to <2 x i8>
618 %7 = trunc <3 x i32> %6 to <3 x i8>
626 %4 = trunc <4 x i32> %3 to <4 x i8>
705 %4 = trunc <2 x i32> %3 to <2 x i8>
[all …]
H A 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>
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>
611 %4 = trunc <2 x i32> %3 to <2 x i8>
622 %7 = trunc <3 x i32> %6 to <3 x i8>
630 %4 = trunc <4 x i32> %3 to <4 x i8>
709 %4 = trunc <2 x i32> %3 to <2 x i8>
[all …]
/aosp12/frameworks/av/media/libnblog/
H A 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()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dstrtodg.c198 goto trunc;
212 ) goto trunc;
217 goto trunc;
223 goto trunc;
229 goto trunc;
233 goto trunc;
237 trunc:
/aosp12/system/extras/libfec/test/
H A Dtest_read.cpp46 ofstream output(argv[2], ios::binary | ios::trunc); in main()
/aosp12/frameworks/base/core/java/android/util/
H A DHalf.java584 public static @HalfFloat short trunc(@HalfFloat short h) { in trunc() method in Half
585 return FP16.trunc(h); in trunc()
/aosp12/bionic/libm/
H A Dbuiltins.cpp71 double trunc(double x) { return __builtin_trunc(x); } in trunc() function
H A Dlibm.map.txt261 trunc;
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DColor.h75 int i = static_cast<int>(trunc(tempHue)); in getRGB()
/aosp12/bionic/tests/
H A Dmath_test.cpp1236 TEST(MATH_TEST, trunc) { in TEST() argument
1239 ASSERT_DOUBLE_EQ(1.0, trunc(1.5)); in TEST()
1240 ASSERT_DOUBLE_EQ(-1.0, trunc(-1.5)); in TEST()
1241 ASSERT_DOUBLE_EQ(0.0, trunc(0.0)); in TEST()
1242 ASSERT_DOUBLE_EQ(-0.0, trunc(-0.0)); in TEST()
1243 ASSERT_TRUE(isnan(trunc(nan("")))); in TEST()
1244 ASSERT_DOUBLE_EQ(HUGE_VAL, trunc(HUGE_VAL)); in TEST()
1245 ASSERT_DOUBLE_EQ(-HUGE_VAL, trunc(-HUGE_VAL)); in TEST()
2189 DoMathDataTest<1>(g_trunc_intel_data, trunc); in TEST()
/aosp12/system/apex/apexd/
H A Dapexd_session_test.cpp90 path_ + "/state", std::ios::out | std::ios::trunc | std::ios::binary); in TEST()
H A Dapexd_session.cpp245 std::ios::out | std::ios::trunc | std::ios::binary); in UpdateStateAndCommit()
/aosp12/system/media/audio_utils/fuzz/sndfile_fuzzer/
H A Dsndfile_fuzzer.cpp95 file.open(path.c_str(), std::ios::trunc | std::ios::binary | std::ios::out); in LLVMFuzzerTestOneInput()
/aosp12/bionic/libc/include/
H A Dmath.h257 double trunc(double __x);
259 long double truncl(long double __x) __RENAME_LDBL(trunc, 3, 3);
/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp117 std::ofstream::out | std::ofstream::binary | std::ofstream::trunc); in TEST()
208 std::ofstream::out | std::ofstream::binary | std::ofstream::trunc); in TEST()
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c111 TGMATH(trunc); in tgmath_h()
/aosp12/frameworks/rs/script_api/
H A DUtilities.cpp198 open(path.c_str(), ios::out | ios::trunc); in start()
/aosp12/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp142 ofstream outputStream(filename, ios::trunc); in main()
/aosp12/art/odrefresh/
H A Dodr_compilation_log.cc124 std::ofstream ofs(log_path_, std::ofstream::trunc); in Write()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dscripted_beacon.cc111 events_ostream_.open(events_file_, std::ios::out | std::ios::binary | std::ios::trunc); in set_state()
/aosp12/frameworks/compile/slang/tests/P_math_fp/
H A Dmath_fp.rscript142 TEST_FUNC_1(trunc);
/aosp12/system/libhwbinder/vts/performance/
H A DPerfTest.cpp97 file.open(TRACE_PATH "/tracing_on", ios::out | ios::trunc); in traceStop()

123