HomeSort by relevance Sort by last modified time
    Searched refs:__fixunstfsi (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/builtins/
fixunstfsi.c 1 /* ===-- fixunstfsi.c - Implement __fixunstfsi -----------------------------===
19 __fixunstfsi(fp_t a) { function
  /external/compiler-rt/test/builtins/Unit/
fixunstfsi_test.c 1 //===--------------- fixunstfsi_test.c - Test __fixunstfsi ----------------===//
10 // This file tests __fixunstfsi for the compiler_rt library.
20 unsigned int __fixunstfsi(long double a);
24 unsigned int x = __fixunstfsi(a);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 130 #define float128_to_uint32_round_to_zero __fixunstfsi
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h 130 #define float128_to_uint32_round_to_zero __fixunstfsi
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 197 UNIMPLEMENTED(__fixunstfsi)

Completed in 53 milliseconds