Searched refs:trunc (Results 1 – 25 of 43) sorted by relevance
12
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()
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 …]
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 …]
584 public static @HalfFloat short trunc(@HalfFloat short h) { in trunc() method in Half585 return FP16.trunc(h); in trunc()
75 int i = static_cast<int>(trunc(tempHue)); in getRGB()
198 open(path.c_str(), ios::out | ios::trunc); in start()
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: trunc3357 For example, <code>trunc(1.7f)</code> returns 1.f and <code>trunc(-1.7f)</code> returns -1.f.3362 function: trunc
142 ofstream outputStream(filename, ios::trunc); in main()
142 TEST_FUNC_1(trunc);
67 file.open(trace_path + "/tracing_on", ios::out | ios::trunc); in traceStop()
881 f = trunc(f);882 f2 = trunc(f2);883 f3 = trunc(f3);884 f4 = trunc(f4);
327 TEST_FN_FUNC_FN(trunc);
901 f = trunc(f);902 f2 = trunc(f2);903 f3 = trunc(f3);904 f4 = trunc(f4);
353 TEST_FN_FUNC_FN(trunc);
899 f = trunc(f);900 f2 = trunc(f2);901 f3 = trunc(f3);902 f4 = trunc(f4);
182 TEST_FN_FUNC_FN(trunc);
313 TEST_FN_FUNC_FN(trunc);
43 return trunc(value) == value; in IsIntegral()45 return std::trunc(value) == value; in IsIntegral()
258 TEST_HN_FUNC_HN(trunc);
351 TEST_FN_FUNC_FN(trunc);
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 point6429 * 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 …]
294 %15 = trunc i64 %indvars.iv to i32