Home
last modified time | relevance | path

Searched refs:fp_barrier (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/arch/aarch64/
H A Dfp_arch.h8 #define fp_barrier fp_barrier macro
9 static inline double fp_barrier(double x) in fp_barrier() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h117 /* fp_barrier returns its input, but limits code transformations
130 #ifndef fp_barrier
131 #define fp_barrier fp_barrier macro
132 static inline double fp_barrier(double x) in fp_barrier() function
150 expression, an additional fp_barrier may be needed or a compilation
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h117 /* fp_barrier returns its input, but limits code transformations
130 #ifndef fp_barrier
131 #define fp_barrier fp_barrier macro
132 static inline double fp_barrier(double x) in fp_barrier() function
150 expression, an additional fp_barrier may be needed or a compilation
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h116 /* fp_barrier returns its input, but limits code transformations
129 #ifndef fp_barrier
130 #define fp_barrier fp_barrier macro
131 static inline double fp_barrier(double x) in fp_barrier() function
149 expression, an additional fp_barrier may be needed or a compilation
/third_party/musl/src/internal/
H A Dlibm.h116 /* fp_barrier returns its input, but limits code transformations
129 #ifndef fp_barrier
130 #define fp_barrier fp_barrier macro
131 static inline double fp_barrier(double x) in fp_barrier() function
149 expression, an additional fp_barrier may be needed or a compilation
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__math_divzero.c5 return fp_barrier(sign ? -1.0 : 1.0) / 0.0; in __math_divzero()
H A D__math_xflow.c5 return eval_as_double(fp_barrier(sign ? -y : y) * y); in __math_xflow()
H A Dpow.c156 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
291 return iy >> 63 ? fp_barrier(1 / x2) : x2; in pow()
H A Dexp.c60 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
H A Dexp2.c58 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A D__math_divzero.c5 return fp_barrier(sign ? -1.0 : 1.0) / 0.0; in __math_divzero()
H A D__math_xflow.c5 return eval_as_double(fp_barrier(sign ? -y : y) * y); in __math_xflow()
H A Dpow.c156 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
291 return iy >> 63 ? fp_barrier(1 / x2) : x2; in pow()
H A Dlog.c26 return fp_barrier(sign ? -1.0 : 1.0) / 0.0; in __math_divzero()
/third_party/musl/src/math/
H A D__math_divzero.c5 return fp_barrier(sign ? -1.0 : 1.0) / 0.0; in __math_divzero()
H A D__math_xflow.c5 return eval_as_double(fp_barrier(sign ? -y : y) * y); in __math_xflow()
H A Dpow.c156 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
291 return iy >> 63 ? fp_barrier(1 / x2) : x2; in pow()
H A Dexp2.c58 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
H A Dexp.c60 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
/third_party/musl/porting/uniproton/kernel/src/math/
H A D__math_divzero.c5 return fp_barrier(sign ? -1.0 : 1.0) / 0.0; in __math_divzero()
H A D__math_xflow.c5 return eval_as_double(fp_barrier(sign ? -y : y) * y); in __math_xflow()
H A Dpow.c156 fp_force_eval(fp_barrier(0x1p-1022) * 0x1p-1022); in specialcase()
291 return iy >> 63 ? fp_barrier(1 / x2) : x2; in pow()
H A Dlog.c26 return fp_barrier(sign ? -1.0 : 1.0) / 0.0; in __math_divzero()

Completed in 10 milliseconds