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

  /external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp 37 EXPLICIT_SYMBOL(__fixunsdfdi);
  /frameworks/compile/libbcc/runtime/lib/
fixunsdfdi.c 1 /* ===-- fixunsdfdi.c - Implement __fixunsdfdi -----------------------------===
10 * This file implements __fixunsdfdi for the compiler_rt library.
30 __fixunsdfdi(double a) function
apple_versioning.c 70 NOT_HERE_BEFORE_10_6(__fixunsdfdi)
  /frameworks/compile/libbcc/runtime/test/Unit/
fixunsdfdi_test.c 1 //===-- fixunsdfdi_test.c - Test __fixunsdfdi -----------------------------===//
10 // This file tests __fixunsdfdi for the compiler_rt library.
27 du_int __fixunsdfdi(double a);
31 du_int x = __fixunsdfdi(a);
33 printf("error in __fixunsdfdi(%A) = %llX, expected %llX\n", a, x, expected);
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 39 EXPLICIT_SYMBOL(__fixunsdfdi)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
bpabi.h 95 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs")));
99 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs")));
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 38 extern du_int __fixunsdfdi(double);
Runtime.def 143 DEF_LLVM_RUNTIME(__fixunsdfdi)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 179 du_int __fixunsdfdi( double a);
281 assert(__fixunsdfdi(2.0) == 2);

Completed in 2605 milliseconds