HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 126 - 150 of 472) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r5900.s 45 # The cvt.w.s instruction of the R5900 does the same as trunc.w.s in MIPS I.
47 # For compatibilty the instruction trunc.w.s uses the opcode of cvt.w.s.
49 trunc.w.s $f0, $f31
50 trunc.w.s $f31, $f0
mips16-intermix.s 180 trunc.w.d $f12,$f12
229 trunc.w.d $f12,$f12
277 trunc.w.d $f12,$f12
325 trunc.w.d $f12,$f12
373 trunc.w.d $f12,$f12
424 trunc.w.d $f0,$f2
468 trunc.w.d $f0,$f2
511 trunc.w.d $f0,$f2
554 trunc.w.d $f0,$f2
597 trunc.w.d $f0,$f
    [all...]
  /external/tcpdump/
print-m3ua.c 236 trunc:
284 trunc:
336 trunc:
print-rpki-rtr.c 312 trunc:
313 ND_PRINT((ndo, "|trunc"));
347 goto trunc;
359 trunc:
print-openflow-1.0.c 750 trunc:
    [all...]
print-forces.c 677 trunc:
712 trunc:
758 trunc:
787 trunc:
828 trunc:
850 goto trunc;
985 trunc:
1003 goto trunc;
1049 trunc:
1095 trunc
    [all...]
print-dhcp6.c 295 goto trunc;
300 goto trunc;
555 goto trunc;
694 goto trunc;
708 goto trunc;
750 trunc:
808 trunc:
print-sflow.c 879 goto trunc;
895 goto trunc;
903 goto trunc;
908 goto trunc;
913 goto trunc;
918 goto trunc;
932 trunc:
print-ospf.c 261 trunc:
446 trunc:
503 trunc:
816 trunc:
908 trunc:
    [all...]
print-icmp6.c 705 trunc:
734 trunc:
776 trunc:
821 trunc:
880 trunc:
954 goto trunc;
    [all...]
print-cnfp.c 241 trunc:
338 trunc:
438 trunc:
473 trunc:
print-igrp.c 152 trunc:
print-ldp.c 360 goto trunc;
372 goto trunc;
537 trunc:
689 trunc:
print-pflog.c 175 trunc:
print-tipc.c 219 trunc:
287 trunc:
333 trunc:
376 trunc:
print-vqp.c 198 trunc:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.s 537 fcvt.fx.trunc f4 = f5
538 fcvt.fx.trunc.s0 f4 = f5
539 fcvt.fx.trunc.s1 f4 = f5
540 fcvt.fx.trunc.s2 f4 = f5
541 fcvt.fx.trunc.s3 f4 = f5
549 fcvt.fxu.trunc f4 = f5
550 fcvt.fxu.trunc.s0 f4 = f5
551 fcvt.fxu.trunc.s1 f4 = f5
552 fcvt.fxu.trunc.s2 f4 = f5
553 fcvt.fxu.trunc.s3 f4 = f
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
365 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
395 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
421 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
470 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
512 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
836 ofstream nullStream(nullStreamName, ios_base::trunc);
866 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::trunc);
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
365 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
395 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
421 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
470 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
512 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
836 ofstream nullStream(nullStreamName, ios_base::trunc);
866 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::trunc);
    [all...]
  /external/dnsmasq/src/
rfc1035.c 1143 int nxdomain = 0, auth = 1, trunc = 0; local
1212 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1251 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1265 add_resource_record(header, limit, &trunc, nameoffset, &ansp,
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-intermix-2.s 180 trunc.w.d $f12,$f12
229 trunc.w.d $f12,$f12
277 trunc.w.d $f12,$f12
325 trunc.w.d $f12,$f12
373 trunc.w.d $f12,$f12
424 trunc.w.d $f0,$f2
468 trunc.w.d $f0,$f2
511 trunc.w.d $f0,$f2
554 trunc.w.d $f0,$f2
597 trunc.w.d $f0,$f
    [all...]
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 103 mFile.open(fileName, std::ios::out | std::ios::trunc);
  /prebuilts/go/darwin-x86/src/math/
stubs_arm64.s 45 TEXT ·Trunc(SB),NOSPLIT,$0
46 B ·trunc(SB)
stubs_ppc64x.s 45 TEXT ·Trunc(SB),NOSPLIT,$0
46 BR ·trunc(SB)
  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 45 TEXT ·Trunc(SB),NOSPLIT,$0
46 B ·trunc(SB)

Completed in 3816 milliseconds

1 2 3 4 56 7 8 91011>>