Home
last modified time | relevance | path

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

12345678910>>...24

/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-trunc.c42 check_one (mpf_srcptr src, mpf_srcptr trunc, mpf_srcptr ceil, mpf_srcptr floor) in check_one() argument
46 mpf_init2 (got, mpf_get_prec (trunc)); in check_one()
47 ASSERT_ALWAYS (PREC(got) == PREC(trunc)); in check_one()
62 CHECK_SEP ("mpf_trunc", mpf_trunc, trunc); in check_one()
77 CHECK_INPLACE ("mpf_trunc", mpf_trunc, trunc); in check_one()
81 if (mpf_size (src) <= PREC(trunc)+1) in check_one()
91 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) in check_all() argument
95 MPF_CHECK_FORMAT (trunc); in check_all()
99 check_one (src, trunc, ceil, floor); in check_all()
102 mpf_neg (trunc, trunc); in check_all()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-ops2f.cc28 CHECK1(mpf_class,1.9,trunc); in checkf()
31 CHECK1(mpf_class,4.3,trunc); in checkf()
34 CHECK1(mpf_class,-7.1,trunc); in checkf()
37 CHECK1(mpf_class,-2.8,trunc); in checkf()
40 CHECK1(mpf_class,-1.5,trunc); in checkf()
43 CHECK1(mpf_class,2.5,trunc); in checkf()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dlm32.cpu293 (set r1 (add r0 (ext SI (trunc HI imm))))
416 (set r1 (eq SI r0 (ext SI (trunc HI imm))))
430 (set r1 (gt SI r0 (ext SI (trunc HI imm))))
444 (set r1 (ge SI r0 (ext SI (trunc HI imm))))
486 (set r1 (ne SI r0 (ext SI (trunc HI imm))))
500 (set r1 (ext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
507 (set r1 (zext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
514 (set r1 (ext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
521 (set r1 (zext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
528 (set r1 (mem SI (add r0 (ext SI (trunc HI imm)))))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dlm32.cpu293 (set r1 (add r0 (ext SI (trunc HI imm))))
416 (set r1 (eq SI r0 (ext SI (trunc HI imm))))
430 (set r1 (gt SI r0 (ext SI (trunc HI imm))))
444 (set r1 (ge SI r0 (ext SI (trunc HI imm))))
486 (set r1 (ne SI r0 (ext SI (trunc HI imm))))
500 (set r1 (ext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
507 (set r1 (zext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
514 (set r1 (ext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
521 (set r1 (zext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
528 (set r1 (mem SI (add r0 (ext SI (trunc HI imm)))))
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dlm32.cpu293 (set r1 (add r0 (ext SI (trunc HI imm))))
416 (set r1 (eq SI r0 (ext SI (trunc HI imm))))
430 (set r1 (gt SI r0 (ext SI (trunc HI imm))))
444 (set r1 (ge SI r0 (ext SI (trunc HI imm))))
486 (set r1 (ne SI r0 (ext SI (trunc HI imm))))
500 (set r1 (ext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
507 (set r1 (zext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
514 (set r1 (ext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
521 (set r1 (zext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
528 (set r1 (mem SI (add r0 (ext SI (trunc HI imm)))))
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dlm32.cpu293 (set r1 (add r0 (ext SI (trunc HI imm))))
416 (set r1 (eq SI r0 (ext SI (trunc HI imm))))
430 (set r1 (gt SI r0 (ext SI (trunc HI imm))))
444 (set r1 (ge SI r0 (ext SI (trunc HI imm))))
486 (set r1 (ne SI r0 (ext SI (trunc HI imm))))
500 (set r1 (ext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
507 (set r1 (zext SI (mem QI (add r0 (ext SI (trunc HI imm))))))
514 (set r1 (ext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
521 (set r1 (zext SI (mem HI (add r0 (ext SI (trunc HI imm))))))
528 (set r1 (mem SI (add r0 (ext SI (trunc HI imm)))))
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DREADME.txt13 …(-2 + (2 * (trunc i65 (((zext i64 (-2 + %n) to i65) * (zext i64 (-1 + %n) to i65)) /u 2) to i64)) …
24 ((trunc i64 (-1 * %arg5) to i32) + (trunc i64 %arg5 to i32) + (-1 * (trunc i64 undef to i32)))
28 (-1 * (trunc i64 undef to i32))
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc79 trunc = std::ios_base::trunc, in fopen_mode() enumerator
87 switch (mode & (in|out|trunc|app|binary|noreplace)) in fopen_mode()
91 case ( out|trunc ): return "w"; in fopen_mode()
92 case ( out|trunc |noreplace): return "wx"; in fopen_mode()
97 case (in|out|trunc ): return "w+"; in fopen_mode()
98 case (in|out|trunc |noreplace): return "w+x"; in fopen_mode()
106 case ( out|trunc |binary ): return "wb"; in fopen_mode()
109 case (in|out|trunc |binary ): return "w+b"; in fopen_mode()
110 case (in|out|trunc |binary|noreplace): return "w+bx"; in fopen_mode()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tsig/
H A Dtests.sh107 …$DIG $DIGOPTS example.nil. -y "hmac-md5-80:md5-trunc:$md5" @10.53.0.1 soa >dig.out.md5.trunc || re…
108 grep -i "md5-trunc.*TSIG.*NOERROR" dig.out.md5.trunc >/dev/null || ret=1
119 $DIG $DIGOPTS example.nil. -y "hmac-sha1-80:sha1-trunc:$sha1" @10.53.0.1 soa >dig.out.sha1.trunc ||…
120 grep -i "sha1.*TSIG.*NOERROR" dig.out.sha1.trunc >/dev/null || ret=1
128 …xample.nil. -y "hmac-sha224-112:sha224-trunc:$sha224" @10.53.0.1 soa >dig.out.sha224.trunc || ret=1
129 grep -i "sha224-trunc.*TSIG.*NOERROR" dig.out.sha224.trunc >/dev/null || ret=1
137 …xample.nil. -y "hmac-sha256-128:sha256-trunc:$sha256" @10.53.0.1 soa >dig.out.sha256.trunc || ret=1
138 grep -i "sha256-trunc.*TSIG.*NOERROR" dig.out.sha256.trunc >/dev/null || ret=1
146 …xample.nil. -y "hmac-sha384-192:sha384-trunc:$sha384" @10.53.0.1 soa >dig.out.sha384.trunc || ret=1
147 grep -i "sha384-trunc.*TSIG.*NOERROR" dig.out.sha384.trunc >/dev/null || ret=1
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tsig/ns1/
H A Dnamed.conf.in21 key "md5-trunc" {
/netbsd-src/bin/dd/
H A Dmisc.c119 if (st.trunc) { in posix_summary()
121 (unsigned long long)st.trunc, in posix_summary()
122 (st.trunc == 1) ? "block" : "blocks"); in posix_summary()
272 (unsigned long long)st.trunc); in dd_write_msg()
286 if (st.trunc != 1) ADDS("s"); in dd_write_msg()
324 if (st.trunc) { in human_summary()
/netbsd-src/external/cddl/dtracetoolkit/dist/FS/
H A Drfileio.d79 trunc(@rio, 20);
80 trunc(@rbytes, 20);
88 trunc(@rbytes);
89 trunc(@rio);
H A Drfsio.d86 trunc(@rio, 20);
87 trunc(@rbytes, 20);
95 trunc(@rbytes);
96 trunc(@rio);
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Drfileio.d79 trunc(@rio, 20);
80 trunc(@rbytes, 20);
88 trunc(@rbytes);
89 trunc(@rio);
H A Drfsio.d86 trunc(@rio, 20);
87 trunc(@rbytes, 20);
95 trunc(@rbytes);
96 trunc(@rio);
H A Dj_calltime.d107 trunc(@num, top);
112 trunc(@types, top);
118 trunc(@types_excl, top);
124 trunc(@types_incl, top);
H A Dj_cputime.d107 trunc(@num, top);
112 trunc(@types, top);
118 trunc(@types_excl, top);
124 trunc(@types_incl, top);
H A Dj_cpudist.d105 trunc(@types, top);
109 trunc(@types_excl, top);
113 trunc(@types_incl, top);
H A Dj_calldist.d105 trunc(@types, top);
109 trunc(@types_excl, top);
113 trunc(@types_incl, top);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc79 trunc = std::ios_base::trunc, in fopen_mode() enumerator
86 switch (mode & (in|out|trunc|app|binary)) in fopen_mode()
91 case ( out|trunc ): return "w"; in fopen_mode()
94 case (in|out|trunc ): return "w+"; in fopen_mode()
101 case ( out|trunc |binary): return "wb"; in fopen_mode()
104 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
/netbsd-src/lib/libm/src/
H A Ds_trunc.c34 __strong_alias(_truncl, trunc)
35 __weak_alias(truncl, trunc)
41 trunc(double x) in trunc() function
/netbsd-src/external/cddl/dtracetoolkit/dist/Java/
H A Dj_calltime.d107 trunc(@num, top);
112 trunc(@types, top);
118 trunc(@types_excl, top);
124 trunc(@types_incl, top);
H A Dj_cputime.d107 trunc(@num, top);
112 trunc(@types, top);
118 trunc(@types_excl, top);
124 trunc(@types_incl, top);
H A Dj_calldist.d105 trunc(@types, top);
109 trunc(@types_excl, top);
113 trunc(@types_incl, top);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h150 KnownBits trunc(unsigned BitWidth) const { in trunc() function
151 return KnownBits(Zero.trunc(BitWidth), One.trunc(BitWidth)); in trunc()
179 return trunc(BitWidth); in anyextOrTrunc()
189 return trunc(BitWidth); in zextOrTrunc()
199 return trunc(BitWidth); in sextOrTrunc()

12345678910>>...24