Home
last modified time | relevance | path

Searched refs:a_float (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/google/api/control/
H A Ddistribution.py121 def add_sample(a_float, dist): argument
267 def _update_general_statistics(a_float, dist): argument
278 dist.maximum = a_float
279 dist.minimum = a_float
280 dist.mean = a_float
286 delta_sum_squares = (a_float - old_mean) * (a_float - new_mean)
319 if (a_float <= scale):
326 scale, factor, a_float, index)
329 def _update_linear_bucket_count(a_float, dist): argument
351 if a_float < lower:
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-random-generator.c249 a_float > 0.0; in random_tool_update_sensitivity_cb()
254 a_float > 0.0; in random_tool_update_sensitivity_cb()
259 a_float > 0.0; in random_tool_update_sensitivity_cb()
267 a_float > 0.0; in random_tool_update_sensitivity_cb()
272 a_float > 0.0; in random_tool_update_sensitivity_cb()
280 a_float > 0.0; in random_tool_update_sensitivity_cb()
285 a_float > 0.0; in random_tool_update_sensitivity_cb()
293 a_float > 0.0; in random_tool_update_sensitivity_cb()
298 a_float > 0.0; in random_tool_update_sensitivity_cb()
306 a_float > 0.0; in random_tool_update_sensitivity_cb()
[all …]
H A Ddialog-fill-series.c66 gnm_float a_float; in cb_fill_series_update_sensitivity() local
69 &a_float, FALSE); in cb_fill_series_update_sensitivity()
71 &a_float,FALSE); in cb_fill_series_update_sensitivity()
75 &a_float, in cb_fill_series_update_sensitivity()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/streflop/
H A DSoftFloatWrapper.cpp184 inline float32 float32_to_float32(float32 a_float) {return a_float;} in float32_to_float32() argument
185 inline float64 float64_to_float64(float64 a_float) {return a_float;} in float64_to_float64() argument
186 inline floatx80 floatx80_to_floatx80(floatx80 a_float) {return a_float;} in floatx80_to_floatx80() argument
191 convert_from_float(const float a_float) { in convert_from_float()
203 convert_from_float(const double a_float) { in convert_from_float()
217 convert_from_float(const long double a_float) { in convert_from_float()
232 convert_from_float(const long double a_float) {
253 convert_from_float(const long double a_float) { in convert_from_float()
268 convert_from_float(const long double a_float) {
289 convert_from_float(const long double a_float) { in convert_from_float()
[all …]
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_diff.py46 a_float = a_int.astype(float)
48 assert are_values_different(a_int, a_float)
49 assert are_values_different(a_int, a_int, a_float)
56 assert not are_values_different(a_float, a_float)
/dports/lang/v/v-0.1.29/vlib/flag/
H A DREADME.md26 a_float := fp.float('a_float', 0, 1.0, 'also floats')
38 a_float: $a_float
H A Dflag_test.v8 && 1.0 == fp.float('a_float', 0, 1.0, '')
33 '--a_float=2.0',
41 && 2.0 == fp.float('a_float', 0, 1.0, '')
48 '--a_float', '2.0',
56 && 2.0 == fp.float('a_float', 0, 1.0, '')
63 '--a_float=2.0',
71 && 2.0 == fp.float('a_float', 0, 1.0, '')
155 fp.float('a_float', 0, 1.0, 'some float as well')
161 'an_int <int>', 'a_bool', 'bool_without', 'a_float <float>', 'a_string <string>',
/dports/archivers/rvm/rvm-1.11/
H A Destring.h216 estring(const float a_float);
217 estring& assign(const float a_float);
218 estring& operator=(const float a_float);
219 estring(const float a_float, unsigned a_precision,
221 estring& assign(const float a_float, unsigned a_precision,
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIntrospection.h106 float a_float;
110 a_float = private_member * 2.0f; in B()
129 …success &= Halide::Internal::check_introspection(&a->a_b.a_float, "float", my_name + ".a_b.a_float… in test_a()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Datomic-arm64.c19 extern _Atomic(float) a_float;
40 __c11_atomic_store(&a_float, 3, memory_order_seq_cst); in test1()

12345678910>>...16