/art/runtime/interpreter/mterp/mips/ |
op_long_to_float.S | 1 %include "mips/unopNarrower.S" {"instr":"JAL(__floatdisf)", "load":"LOAD64(rARG0, rARG1, a3)"}
|
/external/compiler-rt/lib/builtins/x86_64/ |
floatdisf.c | 9 float __floatdisf(int64_t a) function
|
/external/compiler-rt/lib/builtins/i386/ |
floatdisf.S | 6 // float __floatdisf(di_int a); 19 DEFINE_COMPILERRT_FUNCTION(__floatdisf) 30 END_COMPILERRT_FUNCTION(__floatdisf)
|
/external/compiler-rt/test/builtins/Unit/ |
floatdisf_test.c | 1 //===-- floatdisf_test.c - Test __floatdisf -------------------------------===// 10 // This file tests __floatdisf for the compiler_rt library. 25 COMPILER_RT_ABI float __floatdisf(di_int a); 29 float x = __floatdisf(a); 31 printf("error in __floatdisf(%llX) = %a, expected %a\n",
|
/external/compiler-rt/test/builtins/timing/ |
floatdisf.c | 6 #define FUNCTION_NAME __floatdisf
|
/external/compiler-rt/lib/builtins/ |
floatdisf.c | 1 /*===-- floatdisf.c - Implement __floatdisf -------------------------------=== 10 * This file implements __floatdisf for the compiler_rt library. 28 __floatdisf(di_int a)
|
apple_versioning.c | 92 NOT_HERE_BEFORE_10_6(__floatdisf) 267 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
|
/bionic/libc/arch-arm/bionic/ |
libgcc_compat.c | 58 extern char __floatdisf; 137 &__floatdisf,
|
/external/llvm/lib/Support/Windows/ |
explicit_symbols.inc | 54 EXPLICIT_SYMBOL(__floatdisf)
|
/ndk/build/tools/unwanted-symbols/mips/ |
libgcc.a.functions.txt | 47 __floatdisf
|
/ndk/build/tools/unwanted-symbols/mips64/ |
libgcc.a.functions.txt | 63 __floatdisf
|
/external/llvm/lib/Target/Mips/ |
Mips16HardFloatInfo.cpp | 24 { "__floatdisf", { NoSig, FRet } },
|
/art/runtime/arch/mips64/ |
entrypoints_init_mips64.cc | 45 extern "C" float __floatdisf(int64_t op1); // LONG_TO_FLOAT
|
/device/google/contexthub/firmware/misc/cpu/cortexm4f/ |
Makefile | 51 BADWORDS += "__floatdisf=When casting a int64_t to float, use floatFromInt64"
|
/ndk/build/tools/unwanted-symbols/x86/ |
libgcc.a.functions.txt | 393 __floatdisf
|
/external/llvm/test/CodeGen/SPARC/ |
float.ll | 80 ; V8: call __floatdisf 84 ; V9: call __floatdisf
|
/external/llvm/test/CodeGen/X86/ |
soft-sitofp.ll | 14 ; CHECK: call{{l|q}} __floatdisf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/art/runtime/arch/mips/ |
entrypoints_init_mips.cc | 46 extern "C" float __floatdisf(int64_t op1); // LONG_TO_FLOAT
|
/ndk/build/tools/unwanted-symbols/arm/ |
libgcc.a.functions.txt | 133 __floatdisf
|
/bionic/libc/ |
libc.arm.brillo.map | 1358 __floatdisf; # arm
|
libc.arm.map | 1358 __floatdisf; # arm
|