Home
last modified time | relevance | path

Searched refs:abstop (Results 1 – 25 of 103) sorted by relevance

12345

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/
H A Dexp2.c72 uint32_t abstop; in exp2() local
76 abstop = top12(x) & 0x7ff; in exp2()
77 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp2()
78 if (abstop - top12(0x1p-54) >= 0x80000000) in exp2()
82 if (abstop >= top12(1024.0)) { in exp2()
85 if (abstop >= top12(INFINITY)) in exp2()
94 abstop = 0; in exp2()
115 if (predict_false(abstop == 0)) in exp2()
H A Dexp.c74 uint32_t abstop; in exp() local
78 abstop = top12(x) & 0x7ff; in exp()
79 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp()
80 if (abstop - top12(0x1p-54) >= 0x80000000) in exp()
84 if (abstop >= top12(1024.0)) { in exp()
87 if (abstop >= top12(INFINITY)) in exp()
95 abstop = 0; in exp()
128 if (predict_false(abstop == 0)) in exp()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/math/
H A Dexp2.c72 uint32_t abstop; in exp2() local
76 abstop = top12(x) & 0x7ff; in exp2()
77 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp2()
78 if (abstop - top12(0x1p-54) >= 0x80000000) in exp2()
82 if (abstop >= top12(1024.0)) { in exp2()
85 if (abstop >= top12(INFINITY)) in exp2()
94 abstop = 0; in exp2()
115 if (predict_false(abstop == 0)) in exp2()
H A Dexp.c74 uint32_t abstop; in exp() local
78 abstop = top12(x) & 0x7ff; in exp()
79 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp()
80 if (abstop - top12(0x1p-54) >= 0x80000000) in exp()
84 if (abstop >= top12(1024.0)) { in exp()
87 if (abstop >= top12(INFINITY)) in exp()
95 abstop = 0; in exp()
128 if (predict_false(abstop == 0)) in exp()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A Dexp2.c72 uint32_t abstop; in exp2() local
76 abstop = top12(x) & 0x7ff; in exp2()
77 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp2()
78 if (abstop - top12(0x1p-54) >= 0x80000000) in exp2()
82 if (abstop >= top12(1024.0)) { in exp2()
85 if (abstop >= top12(INFINITY)) in exp2()
94 abstop = 0; in exp2()
115 if (predict_false(abstop == 0)) in exp2()
H A Dexp.c74 uint32_t abstop; in exp() local
78 abstop = top12(x) & 0x7ff; in exp()
79 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp()
80 if (abstop - top12(0x1p-54) >= 0x80000000) in exp()
84 if (abstop >= top12(1024.0)) { in exp()
87 if (abstop >= top12(INFINITY)) in exp()
95 abstop = 0; in exp()
128 if (predict_false(abstop == 0)) in exp()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dexp2.c72 uint32_t abstop; in exp2() local
76 abstop = top12(x) & 0x7ff; in exp2()
77 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp2()
78 if (abstop - top12(0x1p-54) >= 0x80000000) in exp2()
82 if (abstop >= top12(1024.0)) { in exp2()
85 if (abstop >= top12(INFINITY)) in exp2()
94 abstop = 0; in exp2()
115 if (predict_false(abstop == 0)) in exp2()
H A Dexp.c74 uint32_t abstop; in exp() local
78 abstop = top12(x) & 0x7ff; in exp()
79 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp()
80 if (abstop - top12(0x1p-54) >= 0x80000000) in exp()
84 if (abstop >= top12(1024.0)) { in exp()
87 if (abstop >= top12(INFINITY)) in exp()
95 abstop = 0; in exp()
128 if (predict_false(abstop == 0)) in exp()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dexp2.c72 uint32_t abstop; in exp2() local
76 abstop = top12(x) & 0x7ff; in exp2()
77 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp2()
78 if (abstop - top12(0x1p-54) >= 0x80000000) in exp2()
82 if (abstop >= top12(1024.0)) { in exp2()
85 if (abstop >= top12(INFINITY)) in exp2()
94 abstop = 0; in exp2()
115 if (predict_false(abstop == 0)) in exp2()
H A Dexp.c74 uint32_t abstop; in exp() local
78 abstop = top12(x) & 0x7ff; in exp()
79 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp()
80 if (abstop - top12(0x1p-54) >= 0x80000000) in exp()
84 if (abstop >= top12(1024.0)) { in exp()
87 if (abstop >= top12(INFINITY)) in exp()
95 abstop = 0; in exp()
128 if (predict_false(abstop == 0)) in exp()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A Dexp2.c72 uint32_t abstop; in exp2() local
76 abstop = top12(x) & 0x7ff; in exp2()
77 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp2()
78 if (abstop - top12(0x1p-54) >= 0x80000000) in exp2()
82 if (abstop >= top12(1024.0)) { in exp2()
85 if (abstop >= top12(INFINITY)) in exp2()
94 abstop = 0; in exp2()
115 if (predict_false(abstop == 0)) in exp2()
H A Dexp.c74 uint32_t abstop; in exp() local
78 abstop = top12(x) & 0x7ff; in exp()
79 if (predict_false(abstop - top12(0x1p-54) >= top12(512.0) - top12(0x1p-54))) { in exp()
80 if (abstop - top12(0x1p-54) >= 0x80000000) in exp()
84 if (abstop >= top12(1024.0)) { in exp()
87 if (abstop >= top12(INFINITY)) in exp()
95 abstop = 0; in exp()
128 if (predict_false(abstop == 0)) in exp()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/common/
H A Dexp2.c101 uint32_t abstop; in exp2() local
106 abstop = top12 (x) & 0x7ff; in exp2()
107 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
109 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
113 if (abstop >= top12 (1024.0)) in exp2()
117 if (abstop >= top12 (INFINITY)) in exp2()
126 abstop = 0; in exp2()
153 if (unlikely (abstop == 0)) in exp2()
H A Dexp.c103 uint32_t abstop; in exp() local
108 abstop = top12 (x) & 0x7ff; in exp()
109 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp()
111 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp()
115 if (abstop >= top12 (1024.0)) in exp()
119 if (abstop >= top12 (INFINITY)) in exp()
127 abstop = 0; in exp()
166 if (unlikely (abstop == 0)) in exp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()
H A Dexp.c83 uint32_t abstop; in exp_inline() local
88 abstop = top12 (x) & 0x7ff; in exp_inline()
89 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()
91 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()
95 if (abstop >= top12 (1024.0)) in exp_inline()
99 if (abstop >= top12 (INFINITY)) in exp_inline()
107 abstop = 0; in exp_inline()
149 if (unlikely (abstop == 0)) in exp_inline()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()
H A Dexp.c83 uint32_t abstop; in exp_inline() local
88 abstop = top12 (x) & 0x7ff; in exp_inline()
89 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()
91 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()
95 if (abstop >= top12 (1024.0)) in exp_inline()
99 if (abstop >= top12 (INFINITY)) in exp_inline()
107 abstop = 0; in exp_inline()
149 if (unlikely (abstop == 0)) in exp_inline()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()
H A Dexp.c83 uint32_t abstop; in exp_inline() local
88 abstop = top12 (x) & 0x7ff; in exp_inline()
89 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp_inline()
91 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp_inline()
95 if (abstop >= top12 (1024.0)) in exp_inline()
99 if (abstop >= top12 (INFINITY)) in exp_inline()
107 abstop = 0; in exp_inline()
149 if (unlikely (abstop == 0)) in exp_inline()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/
H A Dexp2.c79 uint32_t abstop; in exp2() local
84 abstop = top12 (x) & 0x7ff; in exp2()
85 if (unlikely (abstop - top12 (0x1p-54) >= top12 (512.0) - top12 (0x1p-54))) in exp2()
87 if (abstop - top12 (0x1p-54) >= 0x80000000) in exp2()
91 if (abstop >= top12 (1024.0)) in exp2()
95 if (abstop >= top12 (INFINITY)) in exp2()
104 abstop = 0; in exp2()
131 if (unlikely (abstop == 0)) in exp2()

12345