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

  /external/compiler-rt/test/builtins/Unit/
fixunsxfsi_test.c 1 //===-- fixunsxfsi_test.c - Test __fixunsxfsi -----------------------------===//
10 // This file tests __fixunsxfsi for the compiler_rt library.
29 COMPILER_RT_ABI su_int __fixunsxfsi(long double a);
33 su_int x = __fixunsxfsi(a);
35 printf("error in __fixunsxfsi(%LA) = %X, expected %X\n", a, x, expected);
  /external/compiler-rt/lib/builtins/
fixunsxfsi.c 1 /* ===-- fixunsxfsi.c - Implement __fixunsxfsi -----------------------------===
10 * This file implements __fixunsxfsi for the compiler_rt library.
33 __fixunsxfsi(long double a) function
apple_versioning.c 87 NOT_HERE_BEFORE_10_6(__fixunsxfsi)

Completed in 687 milliseconds