HomeSort by relevance Sort by last modified time
    Searched full:fpround (Results 1 - 13 of 13) sorted by null

  /external/libpng/contrib/libtests/
tarith.c 640 long long int fp, fpround; local
680 fpround = fp;
682 ok = fpround <= PNG_UINT_31_MAX &&
683 fpround >= -1-(long long int)PNG_UINT_31_MAX;
687 ok = 0, ++overflow, fpround = fp/*misleading*/;
704 else if (ok && result != fpround)
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 1578 UInt fpround; local
    [all...]
guest_amd64_helpers.c 1636 UInt fpround; local
2173 UInt fpround; local
    [all...]
guest_x86_defs.h 119 extern UInt x86g_create_fpucw ( UInt fpround );
guest_amd64_defs.h 119 extern ULong amd64g_create_fpucw ( ULong fpround );
guest_amd64_toIR.c     [all...]
guest_x86_toIR.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 93 FPROUND[1:0] is the FPU's notional rounding mode, encoded as per
  /external/vixl/src/a64/
simulator-a64.cc     [all...]
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 211 if (o == GOF(FPROUND) && sz == 1) return -1;
411 if (o == GOF(FPROUND) && sz == 1) return -1;
625 if (o == GOF(FPROUND) && szB == 8) return -1;
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 492 // Lower fpround and fpextend nodes that target the FP stack to be store and
    [all...]

Completed in 434 milliseconds