Home
last modified time | relevance | path

Searched refs:value_d (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Drecipd2.h80 vec_double2 exp, value_d; in _recipd2() local
99 value_d = spu_mul(value_in, scale); in _recipd2()
100 value = spu_roundtf(value_d); in _recipd2()
107 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
108 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2()
140 value_d = spu_sub(spu_or(value_abs, exp_53), exp_53); in _recipd2()
141 value_d = spu_sel(value_abs, value_d, (vec_ullong2)isdenorm0); in _recipd2()
147 value_d = spu_mul(value_d, scale); in _recipd2()
148 value = spu_roundtf(value_d); in _recipd2()
156 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Drecipd2.h80 vec_double2 exp, value_d; in _recipd2() local
99 value_d = spu_mul(value_in, scale); in _recipd2()
100 value = spu_roundtf(value_d); in _recipd2()
107 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
108 x3 = spu_madd(spu_nmsub(value_d, x2, one_d), x2, x2); in _recipd2()
140 value_d = spu_sub(spu_or(value_abs, exp_53), exp_53); in _recipd2()
141 value_d = spu_sel(value_abs, value_d, (vec_ullong2)isdenorm0); in _recipd2()
147 value_d = spu_mul(value_d, scale); in _recipd2()
148 value = spu_roundtf(value_d); in _recipd2()
156 x2 = spu_madd(spu_nmsub(value_d, x1, one_d), x1, x1); in _recipd2()
[all …]
/dports/math/R-cran-matrixStats/matrixStats/src/
H A DrowVars_lowlevel_template.h37 double value_d, mu_d, sigma2_d; in CONCAT_MACROS() local
109 value_d = ((double)values[jj] - mu_d); in CONCAT_MACROS()
110 value_d *= value_d; in CONCAT_MACROS()
111 sigma2_d += value_d; in CONCAT_MACROS()
H A DallocMatrix2.c37 double *ans_ptr_d, value_d; in fillWithValue() local
64 value_d = asReal(value); in fillWithValue()
66 if (value_d == 0 && memset_zero_ok_double()) { in fillWithValue()
67 memset(ans_ptr_d, 0, n*sizeof(value_d)); in fillWithValue()
69 for (i=0; i < n; i++) ans_ptr_d[i] = value_d; in fillWithValue()
H A DrowMads_lowlevel_template.h39 double *values_d, value_d, mu_d; in CONCAT_MACROS() local
192 value_d = ((double)values[jj] - mu_d); in CONCAT_MACROS()
193 values_d[jj] = fabs(value_d); in CONCAT_MACROS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Dvalue_util_unittest.cc60 ValueProto value_d = CreateBoolValue(); in TEST_F() local
65 EXPECT_FALSE(value_a == value_d); in TEST_F()
68 EXPECT_FALSE(value_b == value_d); in TEST_F()
70 EXPECT_FALSE(value_c == value_d); in TEST_F()
72 EXPECT_FALSE(value_d == value_e); in TEST_F()
77 EXPECT_TRUE(value_d == value_d); in TEST_F()
H A Duser_model_unittest.cc137 ValueProto value_d = CreateBoolValue(); in TEST_F() local
141 EXPECT_CALL(mock_observer_, OnValueChanged("d", value_d)).Times(1); in TEST_F()
145 model_.SetValue("d", value_d); in TEST_F()
184 Pair("c", value_c_changed), Pair("d", value_d), in TEST_F()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DOrbitalImages.h124 value_d = 0, enumerator
262 derivative_types_enum derivative_type = value_d,
270 derivative_types_enum derivative_type = value_d,
/dports/graphics/R-cran-farver/farver/src/
H A Dencode.cpp561 double* value_d = NULL; in encode_channel_impl() local
567 value_d = REAL(value); in encode_channel_impl()
568 first_value_d = value_d[0]; in encode_channel_impl()
591 (!value_is_int && !R_finite(one_value ? first_value_d : value_d[i]))) { in encode_channel_impl()
663 double* value_d = NULL; in encode_channel_impl() local
669 value_d = REAL(value); in encode_channel_impl()
670 first_value_d = value_d[0]; in encode_channel_impl()
691 (!value_is_int && !R_finite(one_value ? first_value_d : value_d[i]))) { in encode_channel_impl()
767 double* value_d = NULL; in encode_alpha_impl() local
773 value_d = REAL(value); in encode_alpha_impl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/games/gnugo/gnugo-3.8/patterns/
H A Dmkeyes.c64 int value_d[MAXPATNO]; in main() local
267 &value_c[patno], &value_d[patno]); in main()
270 value_c[patno], value_d[patno]); in main()
385 value_a[l], value_b[l], value_c[l], value_d[l]); in main()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dconversion.c392 enum { E8559831d_val } value_d; variable
408 test_8559831_a(value_d); in test_8559831()
409 enum E8559831a a3 = value_d; in test_8559831()
410 a3 = value_d; in test_8559831()

123