HomeSort by relevance Sort by last modified time
    Searched refs:fcvt (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/MC/AArch64/
arm64-diagno-predicate.s 5 fcvt d0, s0
7 // CHECK-ERROR-NEXT: fcvt d0, s0
arm64-fp-encoding.s 146 fcvt h1, d2
147 fcvt s1, d2
148 fcvt d1, h2
149 fcvt s1, h2
150 fcvt d1, s2
151 fcvt h1, s2
153 ; CHECK: fcvt h1, d2 ; encoding: [0x41,0xc0,0x63,0x1e]
154 ; CHECK: fcvt s1, d2 ; encoding: [0x41,0x40,0x62,0x1e]
155 ; CHECK: fcvt d1, h2 ; encoding: [0x41,0xc0,0xe2,0x1e]
156 ; CHECK: fcvt s1, h2 ; encoding: [0x41,0x40,0xe2,0x1e
    [all...]
basic-a64-instructions.s     [all...]
basic-a64-diagnostics.s     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdlib-ldbl.h 37 __LDBL_REDIR1_DECL (qfcvt, fcvt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdlib-ldbl.h 37 __LDBL_REDIR1_DECL (qfcvt, fcvt)
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 161 fcvt.fxu.s1 nhi[1]=f0
232 fcvt.fxu.s1 nhi[1]=f0
429 (p5)fcvt.fxu ai2=f0
432 (p7)fcvt.fxu ai3=f0
435 (p5)fcvt.fxu bj[5]=f0
438 (p7)fcvt.fxu bj[4]=f0
441 (p5)fcvt.fxu ni2=f0
444 (p7)fcvt.fxu ni3=f0
448 fcvt.fxu tf[1]=f0
452 (p9)fcvt.fxu ai4=f
    [all...]
ia64.S     [all...]
  /external/stlport/src/
num_put_float.cpp 270 { return fcvt(x, n, pt, sign); }
340 { return fcvt(x, n, pt, sign); }
345 { return fcvt(x, n, pt, sign); }
401 // Emulation of ecvt/fcvt functions using sprintf:
444 // we use the fcvt function for double:
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 270 { return fcvt(x, n, pt, sign); }
340 { return fcvt(x, n, pt, sign); }
345 { return fcvt(x, n, pt, sign); }
401 // Emulation of ecvt/fcvt functions using sprintf:
444 // we use the fcvt function for double:
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 1110 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1114 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1452 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1456 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 576 INTERCEPTOR(char *, fcvt, double x, int a, int *b, int *c) {
578 char *res = REAL(fcvt)(x, a, b, c);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 808 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 808 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
    [all...]
  /external/vixl/test/
test-simulator-a64.cc     [all...]
test-disasm-a64.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 608 char *__cdecl fcvt(double _Val,int _NumOfDec,int *_PtDec,int *_PtSign) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 595 void MacroAssembler::Fcvt(const FPRegister& fd, const FPRegister& fn) {
597 fcvt(fd, fn);
    [all...]
assembler-arm64.cc 1990 void Assembler::fcvt(const FPRegister& fd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h 559 void Fcvt(const FPRegister& fd, const FPRegister& fn) {
561 fcvt(fd, fn);
    [all...]
assembler-a64.cc 1432 void Assembler::fcvt(const FPRegister& fd, function in class:vixl::Assembler
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 453 milliseconds

1 2