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

  /external/compiler-rt/test/builtins/Unit/
truncdfsf2_test.c 1 //===--------------- truncdfsf2_test.c - Test __truncdfsf2 ----------------===//
10 // This file tests __truncdfsf2 for the compiler_rt library.
18 float __truncdfsf2(double a);
22 float actual = __truncdfsf2(a);
  /external/compiler-rt/lib/builtins/
truncdfsf2.c 16 COMPILER_RT_ABI float __truncdfsf2(double a) {
apple_versioning.c 325 NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2)
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 103 extern char __truncdfsf2;
182 &__truncdfsf2,
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 152 #define float64_to_float32 __truncdfsf2
240 #define __truncdfsf2 __aeabi_d2f macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h 152 #define float64_to_float32 __truncdfsf2
240 #define __truncdfsf2 __aeabi_d2f macro
  /device/google/contexthub/firmware/os/cpu/cortexm4/
cortexm4.mk 81 BADWORDS += __muldf3 __divdf3 __subdf3 __adddf3 __truncdfsf2

Completed in 1740 milliseconds