/third_party/ffmpeg/tests/fate/ |
H A D | adpcm.mak | 127 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t1 128 fate-adpcm-ima-cunning-trunc-t1: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t1.11c -map 0:a:0 -f s16le -af aresample 130 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t2-track0 131 fate-adpcm-ima-cunning-trunc-t2-track0: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t2.11c -map 0:a:0 -f s16le -af aresample 133 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc-t2-track1 134 fate-adpcm-ima-cunning-trunc-t2-track1: CMD = md5 -y -i $(TARGET_SAMPLES)/pp_bnk/VIDEOMOD-trunc-t2.11c -map 0:a:1 -f s16le -af aresample 136 FATE_ADPCM-$(call DEMDEC, PP_BNK, ADPCM_IMA_CUNNING) += fate-adpcm-ima-cunning-trunc [all...] |
/third_party/musl/src/math/i386/ |
H A D | floor.s | 48 .global trunc 49 .type trunc,@function 50 trunc: label
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APSInt.cpp | 29 Tmp = Tmp.trunc(MinBits); in APSInt() 35 Tmp = Tmp.trunc(ActiveBits); in APSInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 127 KnownBits trunc(unsigned BitWidth) const { in trunc() function 128 return KnownBits(Zero.trunc(BitWidth), One.trunc(BitWidth)); in trunc()
|
/third_party/ffmpeg/libavformat/ |
H A D | libsmbclient.c | 34 int trunc; member 109 if (libsmbc->trunc) in libsmbc_open() 113 if (libsmbc->trunc) in libsmbc_open() 356 {"truncate", "truncate existing files on write", OFFSET(trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, E },
|
H A D | file.c | 75 int trunc; member 85 { "truncate", "truncate existing files on write", offsetof(FileContext, trunc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, AV_OPT_FLAG_ENCODING_PARAM }, 217 if (c->trunc) in file_open() 221 if (c->trunc) in file_open()
|
H A D | libssh.c | 40 int trunc; member 142 if (libssh->trunc) in libssh_open_file() 146 if (libssh->trunc) in libssh_open_file() 480 {"truncate", "Truncate existing files on write", OFFSET(trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, E },
|
/third_party/icu/icu4c/source/samples/uresb/ |
H A D | uresb.c | 58 static UBool trunc = false; variable 137 trunc = true; in main() 144 trunc = false; in main() 240 if(trunc && len > truncsize) { in printOutBundle() 275 if(trunc && len > truncsize) { in printOutBundle()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | write_log.c | 105 * The trunc flag is used to indicate whether or not the logfile should 114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open() argument 118 if (trunc) in wlog_open() 119 trunc = O_TRUNC; in wlog_open() 127 oflags = O_WRONLY | O_APPEND | O_CREAT | trunc; in wlog_open()
|
/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
H A D | uresb.c | 58 static UBool trunc = false; variable 137 trunc = true; in main() 144 trunc = false; in main() 240 if(trunc && len > truncsize) { in printOutBundle() 275 if(trunc && len > truncsize) { in printOutBundle()
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 190 goto trunc; 204 ) goto trunc; 209 goto trunc; 215 goto trunc; 221 goto trunc; 225 goto trunc; 229 trunc:
|
/third_party/musl/libc-test/src/api/ |
H A D | tgmath.c | 301 #ifdef trunc in f() 302 {double r = trunc(x);} in f() 304 #error no trunc(x) in f()
|
/third_party/musl/src/math/s390x/ |
H A D | trunc.c | 5 double trunc(double x) in trunc() function 13 #include "../trunc.c"
|
/third_party/musl/src/math/powerpc64/ |
H A D | trunc.c | 5 double trunc(double x) in trunc() function 13 #include "../trunc.c"
|
/third_party/musl/src/math/aarch64/ |
H A D | trunc.c | 3 double trunc(double x) in trunc() function
|
/third_party/toybox/toys/pending/ |
H A D | dd.c | 143 int trunc = O_TRUNC; in dd_main() local 191 if (TT.conv & _DD_conv_notrunc) trunc = 0; in dd_main() 197 O_WRONLY|O_CREAT|(trunc*!TT.out.offset), 0666); in dd_main() 229 if (trunc && ftruncate(TT.out.fd, bs)) perror_exit("ftruncate"); in dd_main()
|
/third_party/musl/src/math/ |
H A D | trunc.c | 3 double trunc(double x) in trunc() function
|
H A D | truncl.c | 6 return trunc(x); in truncl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | trunc.c | 3 double trunc(double x) in trunc() function
|
H A D | truncl.c | 6 return trunc(x); in truncl()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_file.c | 71 int trunc; member 250 if (file->trunc) in snd_pcm_file_open_output_file() 887 * \param trunc Truncate the file if it already exists 900 int trunc, in snd_pcm_file_open() 929 file->trunc = trunc; in snd_pcm_file_open() 1044 long fd = -1, ifd = -1, trunc = 1; in _snd_pcm_file_open() local 1103 trunc = err; in _snd_pcm_file_open() 1137 trunc, format, perm, spcm, 1, stream); in _snd_pcm_file_open() 898 snd_pcm_file_open(snd_pcm_t **pcmp, const char *name, const char *fname, int fd, const char *ifname, int ifd, int trunc, const char *fmt, int perm, snd_pcm_t *slave, int close_slave, snd_pcm_stream_t stream) snd_pcm_file_open() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_trunc_test.cpp | 17 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the trunc interface. 24 bool testResult = DoubleUlpCmp(g_truncData[i].expected, trunc(g_truncData[i].input), 1); in HWTEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 54 const testMathTrunc = Math.trunc(0); 152 var testMathTrunc = Math.trunc(0);
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WireHelper.cpp | 59 std::ios_base::out | std::ios_base::binary | std::ios_base::trunc);
|
/third_party/python/Lib/test/ |
H A D | test_fractions.py | 366 self.assertTypedEquals(-1, math.trunc(F(-11, 10))) 367 self.assertTypedEquals(1, math.trunc(F(11, 10))) 711 self.assertFalse(1e23 < float(F(math.trunc(1e23) + 1))) 712 self.assertTrue(1e23 < F(math.trunc(1e23) + 1)) 713 self.assertFalse(1e23 <= F(math.trunc(1e23) - 1)) 714 self.assertTrue(1e23 > F(math.trunc(1e23) - 1)) 715 self.assertFalse(1e23 >= F(math.trunc(1e23) + 1))
|