Home
last modified time | relevance | path

Searched refs:__truncdfsf2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dtruncdfsf2.c13 COMPILER_RT_ABI float __truncdfsf2(double a) { return __truncXfYf2__(a); } in __truncdfsf2() function
17 AEABI_RTABI float __aeabi_d2f(double a) { return __truncdfsf2(a); } in __aeabi_d2f()
19 COMPILER_RT_ALIAS(__truncdfsf2, __aeabi_d2f)
H A Dapple_versioning.c318 NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2)
/freebsd/lib/libc/softfloat/
H A DSymbol.map42 __truncdfsf2;
H A Dsoftfloat-for-gcc.h123 #define float64_to_float32 __truncdfsf2
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def360 HANDLE_LIBCALL(FPROUND_F64_F32, "__truncdfsf2")