Home
last modified time | relevance | path

Searched refs:__compiler_rt_scalbntf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivtc3.c26 __c = __compiler_rt_scalbntf(__c, -__ilogbw); in __divtc3()
27 __d = __compiler_rt_scalbntf(__d, -__ilogbw); in __divtc3()
32 __compiler_rt_scalbntf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divtc3()
34 __compiler_rt_scalbntf((__b * __c - __a * __d) / __denom, -__ilogbw); in __divtc3()
H A Dfp_lib.h384 static __inline tf_float __compiler_rt_scalbntf(tf_float x, int y) { in __compiler_rt_scalbntf() function
391 #define __compiler_rt_scalbnl __compiler_rt_scalbntf
399 static __inline tf_float __compiler_rt_scalbntf(tf_float x, int y) { in __compiler_rt_scalbntf() function