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

  /frameworks/compile/libbcc/runtime/lib/
fixunsxfsi.c 1 /* ===-- fixunsxfsi.c - Implement __fixunsxfsi -----------------------------===
10 * This file implements __fixunsxfsi for the compiler_rt library.
34 __fixunsxfsi(long double a) function
apple_versioning.c 78 NOT_HERE_BEFORE_10_6(__fixunsxfsi)
  /frameworks/compile/libbcc/runtime/test/Unit/
fixunsxfsi_test.c 1 //===-- fixunsxfsi_test.c - Test __fixunsxfsi -----------------------------===//
10 // This file tests __fixunsxfsi for the compiler_rt library.
29 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/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 176 su_int __fixunsxfsi(long double a);
307 assert(__fixunsxfsi(2.0) == 2);

Completed in 29 milliseconds