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

  /frameworks/compile/libbcc/runtime/test/timing/
floatundidf.c 12 double __floatundidf(uint64_t x);
31 __floatundidf(input[i]);
  /frameworks/compile/libbcc/runtime/lib/i386/
floatundidf.S 1 //===-- floatundidf.S - Implement __floatundidf for i386 ------------------===//
10 // This file implements __floatundidf for the compiler_rt library.
16 // double __floatundidf(du_int a);
33 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
  /frameworks/compile/libbcc/runtime/lib/x86_64/
floatundidf.S 1 //===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===//
10 // This file implements __floatundidf for the compiler_rt library.
16 // double __floatundidf(du_int a);
33 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
  /frameworks/compile/libbcc/runtime/lib/
floatundidf.c 1 /* ===-- floatundidf.c - Implement __floatundidf ---------------------------===
10 * This file implements __floatundidf for the compiler_rt library.
34 __floatundidf(du_int a) function
56 __floatundidf(du_int a) function
apple_versioning.c 89 NOT_HERE_BEFORE_10_6(__floatundidf)
  /frameworks/compile/libbcc/runtime/test/Unit/
floatundidf_test.c 1 //===-- floatundidf_test.c - Test __floatundidf ---------------------------===//
10 // This file tests __floatundidf for the compiler_rt library.
25 double __floatundidf(du_int a);
29 double x = __floatundidf(a);
31 printf("error in __floatundidf(%llX) = %a, expected %a\n",
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 131 XX(__floatundidf) \
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 45 extern double __floatundidf(du_int);
Runtime.def 158 DEF_LLVM_RUNTIME(__floatundidf)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 187 double __floatundidf(du_int a);
285 assert(__floatundidf(2) == 2.0);

Completed in 433 milliseconds