/aosp12/bionic/libm/x86/ |
H A D | trunc.S | 33 ENTRY(trunc) 41 END(trunc) 43 ALIAS_SYMBOL(truncl, trunc);
|
/aosp12/bionic/libm/x86_64/ |
H A D | trunc.S | 33 ENTRY(trunc) 36 END(trunc)
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_trunc.c | 33 trunc(double x) in trunc() function 66 __weak_reference(trunc, truncl);
|
/aosp12/frameworks/rs/driver/runtime/arch/ |
H A 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> 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 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> 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 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()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | strtodg.c | 198 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 D | test_read.cpp | 46 ofstream output(argv[2], ios::binary | ios::trunc); in main()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Half.java | 584 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 D | builtins.cpp | 71 double trunc(double x) { return __builtin_trunc(x); } in trunc() function
|
H A D | libm.map.txt | 261 trunc;
|
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/ |
H A D | Color.h | 75 int i = static_cast<int>(trunc(tempHue)); in getRGB()
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 1236 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 D | apexd_session_test.cpp | 90 path_ + "/state", std::ios::out | std::ios::trunc | std::ios::binary); in TEST()
|
H A D | apexd_session.cpp | 245 std::ios::out | std::ios::trunc | std::ios::binary); in UpdateStateAndCommit()
|
/aosp12/system/media/audio_utils/fuzz/sndfile_fuzzer/ |
H A D | sndfile_fuzzer.cpp | 95 file.open(path.c_str(), std::ios::trunc | std::ios::binary | std::ios::out); in LLVMFuzzerTestOneInput()
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 257 double trunc(double __x); 259 long double truncl(long double __x) __RENAME_LDBL(trunc, 3, 3);
|
/aosp12/system/keymaster/tests/ |
H A D | attestation_record_test.cpp | 117 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 D | tgmath_h.c | 111 TGMATH(trunc); in tgmath_h()
|
/aosp12/frameworks/rs/script_api/ |
H A D | Utilities.cpp | 198 open(path.c_str(), ios::out | ios::trunc); in start()
|
/aosp12/frameworks/native/libs/ui/tools/ |
H A D | lutgen.cpp | 142 ofstream outputStream(filename, ios::trunc); in main()
|
/aosp12/art/odrefresh/ |
H A D | odr_compilation_log.cc | 124 std::ofstream ofs(log_path_, std::ofstream::trunc); in Write()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | scripted_beacon.cc | 111 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 D | math_fp.rscript | 142 TEST_FUNC_1(trunc);
|
/aosp12/system/libhwbinder/vts/performance/ |
H A D | PerfTest.cpp | 97 file.open(TRACE_PATH "/tracing_on", ios::out | ios::trunc); in traceStop()
|