/third_party/glslang/Test/ |
D | spv.shaderBallotAMD.comp | 14 vec3 fv; 27 fv = minInvocationsAMD(fv); 37 fv = maxInvocationsAMD(fv); 47 fv = addInvocationsAMD(fv); 57 fv = minInvocationsNonUniformAMD(fv); 67 fv = maxInvocationsNonUniformAMD(fv); 77 fv = addInvocationsNonUniformAMD(fv); 87 fv = minInvocationsInclusiveScanAMD(fv); 97 fv = maxInvocationsInclusiveScanAMD(fv); 107 fv = addInvocationsInclusiveScanAMD(fv); [all …]
|
/third_party/boost/libs/function/test/ |
D | allocator_test.cpp | 104 function0<void> fv; in main() local 107 fv.assign( DoNothing<disable_small_object_optimization>(), counting_allocator<int>() ); in main() 108 fv.clear(); in main() 113 fv.assign( DoNothing<enable_small_object_optimization>(), counting_allocator<int>() ); in main() 114 fv.clear(); in main() 117 fv.assign( DoNothing<disable_small_object_optimization>(), std::allocator<int>() ); in main() 118 fv.clear(); in main() 119 fv.assign( DoNothing<enable_small_object_optimization>(), std::allocator<int>() ); in main() 120 fv.clear(); in main() 124 fv.assign( &do_nothing, counting_allocator<int>() ); in main() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedValueTest.java | 149 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument 151 checkFormattedValue(message, fv, expectedString, expectedFieldPositions, false); in checkFormattedValue() 154 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument 157 int stringLength = fv.toString().length(); in checkFormattedValue() 164 String baseMessage = message + ": " + fv.toString() + ": "; in checkFormattedValue() 167 assertEquals(baseMessage + " string", expectedString, fv.toString()); in checkFormattedValue() 168 assertCharSequenceEquals(expectedString, fv); in checkFormattedValue() 171 AttributedCharacterIterator fpi = fv.toCharacterIterator(); in checkFormattedValue() 216 assertTrue(baseMessage + i, fv.nextPosition(cfpos)); in checkFormattedValue() 227 boolean afterLoopResult = fv.nextPosition(cfpos); in checkFormattedValue() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | formattedvaluetest.cpp | 169 const FormattedValue& fv, in checkFormattedValue() argument 181 checkMixedFormattedValue(message, fv, expectedString, converted.getAlias(), length); in checkFormattedValue() 202 const FormattedValue& fv, in checkMixedFormattedValue() argument 207 UnicodeString baseMessage = UnicodeString(message) + u": " + fv.toString(status) + u": "; in checkMixedFormattedValue() 210 assertEquals(baseMessage + u"string", expectedString, fv.toString(status)); in checkMixedFormattedValue() 211 assertEquals(baseMessage + u"temp string", expectedString, fv.toTempString(status)); in checkMixedFormattedValue() 214 UnicodeString readOnlyAlias = fv.toTempString(status); in checkMixedFormattedValue() 224 fv.nextPosition(cfpos, status)); in checkMixedFormattedValue() 238 UBool afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue() 240 afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue() [all …]
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/ |
D | dfunctor.cc | 79 void DFunctor::BackPropagateFv(const AnfNodePtr &fv, const AnfNodePtr &din) { in BackPropagateFv() argument 80 MS_EXCEPTION_IF_NULL(fv); in BackPropagateFv() 82 MS_EXCEPTION_IF_NULL(fv->func_graph()); in BackPropagateFv() 84 << fv->func_graph()->ToString() << " " << fv->ToString() << "."; in BackPropagateFv() 86 auto fv_adjoint = anfnode_to_adjoin_.find(fv); in BackPropagateFv() 88 …MS_LOG(DEBUG) << "BackPropagateFv can not find adjoint in anfnode_to_adjoin_ fv " << fv->func_grap… in BackPropagateFv() 89 << " " << fv->ToString() << "."; in BackPropagateFv() 91 if (fv->func_graph() == primal_graph_) { in BackPropagateFv() 93 (void)MapMorphism(fv); in BackPropagateFv() 94 fv_adjoint = anfnode_to_adjoin_.find(fv); in BackPropagateFv() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | FormattedValueTest.java | 152 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument 155 int stringLength = fv.toString().length(); in checkFormattedValue() 162 String baseMessage = message + ": " + fv.toString() + ": "; in checkFormattedValue() 165 assertEquals(baseMessage + " string", expectedString, fv.toString()); in checkFormattedValue() 166 assertCharSequenceEquals(expectedString, fv); in checkFormattedValue() 169 AttributedCharacterIterator fpi = fv.toCharacterIterator(); in checkFormattedValue() 208 assertTrue(baseMessage + i, fv.nextPosition(cfpos)); in checkFormattedValue() 219 boolean afterLoopResult = fv.nextPosition(cfpos); in checkFormattedValue() 231 assertTrue(baseMessage + i, fv.nextPosition(cfpos)); in checkFormattedValue() 242 afterLoopResult = fv.nextPosition(cfpos); in checkFormattedValue() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | function-ptr.c | 8 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void),… 9 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void),… in arg() 11 fv(); in arg() 50 extern int (*fv)(void); 59 fv(); in glb() 100 int (*fv)(void); member 112 ops->fv(); in ops()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | uformattedvaluetst.c | 192 const UFormattedValue* fv, in checkFormattedValueString() argument 196 const UChar* actualString = ufmtval_getString(fv, &length, ec); in checkFormattedValueString() 211 const UFormattedValue* fv, in checkFormattedValue() argument 218 checkFormattedValueString(message, fv, expectedString, &ec); in checkFormattedValue() 224 while (ufmtval_nextPosition(fv, ucfpos, &ec)) { in checkFormattedValue() 237 assertTrue("After loop", !ufmtval_nextPosition(fv, ucfpos, &ec)); in checkFormattedValue() 244 const UFormattedValue* fv, in checkMixedFormattedValue() argument 250 checkFormattedValueString(message, fv, expectedString, &ec); in checkMixedFormattedValue() 256 while (ufmtval_nextPosition(fv, ucfpos, &ec)) { in checkMixedFormattedValue() 269 assertTrue("After loop", !ufmtval_nextPosition(fv, ucfpos, &ec)); in checkMixedFormattedValue()
|
D | crelativedateformattest.c | 465 UFormattedRelativeDateTime* fv = ureldatefmt_openResult(&status); in TestNumericField() local 470 ureldatefmt_formatToResult(reldatefmt, offsets[iOffset], itemPtr->unit, fv, &status); in TestNumericField() 479 …const UChar* ubufget = ufmtval_getString(ureldatefmt_resultAsValue(fv, &status), &ulenget, &status… in TestNumericField() 487 … foundNumeric = ufmtval_nextPosition(ureldatefmt_resultAsValue(fv, &status), cfpos, &status); in TestNumericField() 519 ureldatefmt_closeResult(fv); in TestNumericField() 525 … ureldatefmt_formatNumericToResult(reldatefmt, offsets[iOffset], itemPtr->unit, fv, &status); in TestNumericField() 534 …const UChar* ubufget = ufmtval_getString(ureldatefmt_resultAsValue(fv, &status), &ulenget, &status… in TestNumericField() 542 … foundNumeric = ufmtval_nextPosition(ureldatefmt_resultAsValue(fv, &status), cfpos, &status); in TestNumericField() 571 ureldatefmt_closeResult(fv); in TestNumericField() 661 const UFormattedValue* fv = ureldatefmt_resultAsValue(frdt, &ec); in TestFields() local [all …]
|
D | cformtst.h | 45 const UFormattedValue* fv, 53 const UFormattedValue* fv,
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | concat_op.cc | 63 #define f(fv, sv, shard_index) \ argument 64 (((fv) == -1 && (sv) == -1) || ((fv) < (sv) && (shard_index) >= (fv) && (shard_index) < (sv)) || \ 65 ((fv) > (sv) && ((shard_index) >= (fv) || (shard_index) < (sv)))) // NOLINT 136 …int fv = children_start_end_index_[cur_child_].first, sv = children_start_end_index_[cur_child_].s… in IgnoreSample() local 139 if (f(fv, sv, shard_index_)) { in IgnoreSample()
|
/third_party/typescript/tests/baselines/reference/ |
D | voidFunctionAssignmentCompat.js | 5 var fv = function(): void {} 6 fv = function() { return 0; } // should work function 25 var fv = function () { }; 26 fv = function () { return 0; }; // should work
|
D | voidFunctionAssignmentCompat.symbols | 8 var fv = function(): void {} 9 >fv : Symbol(fv, Decl(voidFunctionAssignmentCompat.ts, 3, 3)) 11 fv = function() { return 0; } // should work 12 >fv : Symbol(fv, Decl(voidFunctionAssignmentCompat.ts, 3, 3))
|
D | voidFunctionAssignmentCompat.types | 12 var fv = function(): void {} 13 >fv : () => void 16 fv = function() { return 0; } // should work 17 >fv = function() { return 0; } : () => number 18 >fv : () => void
|
/third_party/boost/boost/math/tools/ |
D | minima.hpp | 35 T fu, fv, fw, fx; // function evaluations at u, v, w, x in brent_find_minima() local 42 fw = fv = fx = f(x); in brent_find_minima() 59 T r = (x - w) * (fx - fv); in brent_find_minima() 105 fv = fw; in brent_find_minima() 122 fv = fw; in brent_find_minima() 125 else if((fu <= fv) || (v == x) || (v == w)) in brent_find_minima() 129 fv = fu; in brent_find_minima()
|
/third_party/boost/libs/stacktrace/test/ |
D | test.cpp | 205 frame fv = nst[i]; in test_frame() local 206 BOOST_TEST(fv); in test_frame() 208 BOOST_TEST(st[i] != fv); in test_frame() 212 BOOST_TEST(st[i].name() != fv.name()); in test_frame() 213 BOOST_TEST(st[i] != fv); in test_frame() 214 BOOST_TEST(st[i] < fv || st[i] > fv); in test_frame() 215 BOOST_TEST(hash_value(st[i]) != hash_value(fv)); in test_frame() 219 … BOOST_TEST(st[i].source_file() != fv.source_file() || st[i].source_line() != fv.source_line()); in test_frame() 224 fv = st[i]; in test_frame() 225 BOOST_TEST(hash_value(st[i]) == hash_value(fv)); in test_frame()
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test_ticket7296.cpp | 141 ublas::vector<float> fv = ublas::scalar_vector<float>(n, 1); in BOOST_UBLAS_TEST_DEF() local 148 BOOST_UBLAS_TEST_CHECK_VECTOR_CLOSE( fv, fv, n, tol ); in BOOST_UBLAS_TEST_DEF() 155 BOOST_UBLAS_TEST_CHECK_VECTOR_CLOSE( fv, dv, n, tol ); in BOOST_UBLAS_TEST_DEF() 156 BOOST_UBLAS_TEST_CHECK_VECTOR_CLOSE( dv, fv, n, tol ); in BOOST_UBLAS_TEST_DEF() 169 ublas::vector<float> fv = ublas::scalar_vector<float>(n, c1); in BOOST_UBLAS_TEST_DEF() local 176 BOOST_UBLAS_TEST_CHECK_VECTOR_REL_CLOSE( fv, fv, n, tol ); in BOOST_UBLAS_TEST_DEF() 183 BOOST_UBLAS_TEST_CHECK_VECTOR_REL_CLOSE( fv, dv, n, tol ); in BOOST_UBLAS_TEST_DEF() 184 BOOST_UBLAS_TEST_CHECK_VECTOR_REL_CLOSE( dv, fv, n, tol ); in BOOST_UBLAS_TEST_DEF()
|
/third_party/mindspore/mindspore/lite/test/ut/src/ |
D | lite_mindrt_test.cc | 125 std::vector<Future<int>> fv; in TEST_F() local 139 fv.emplace_back(ret); in TEST_F() 145 int ret = fv[i].Get(); in TEST_F()
|
/third_party/boost/libs/numeric/conversion/test/ |
D | udt_example_0.cpp | 52 double fv = (numeric_limits<float >::max)() ; variable 54 Double Fv(fv); 79 BOOST_CHECK( numeric_cast<Double>(fv) == static_cast<Double>(fv) ) ; in simplest_case()
|
/third_party/skia/tests/sksl/runtime/ |
D | GLSLTypeNames.stage | 6 float4 fv = float4(float2(f), f, f); 10 return half4(fv);
|
/third_party/typescript/tests/cases/compiler/ |
D | voidFunctionAssignmentCompat.ts | 4 var fv = function(): void {} variable 5 fv = function() { return 0; } // should work
|
/third_party/mksh/ |
D | Build.sh | 431 eval fv=\$HAVE_CAN_`upper $vn` 432 test_z "$fl" || test 11 = $fa$fv || LDFLAGS=$save_LDFLAGS 433 test 11 = $fa$fv || CFLAGS=$save_CFLAGS 1579 fv=0 1583 fv=0 1587 fv=1 1590 test $fv = 1 || for what in $checks; do 1591 test $fv = 1 && break 1611 8) fv=1 cm=normal ;; 1613 test $fv = 1 && break [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.1.4.OpSelect.frag.out | 26 Name 77 "fv" 83 77(fv): 76(ptr) Variable Function 126 Store 77(fv) 86 127 87: 11(ptr) AccessChain 77(fv) 39
|
/third_party/skia/resources/sksl/runtime/ |
D | GLSLTypeNames.rts | 7 vec4 fv = vec4( vec3( vec2(f), f), f); 13 return fv;
|
/third_party/mindspore/tests/ut/cpp/ir/ |
D | value_test.cc | 90 ValuePtr fv = MakeValue("test"); in TEST_F() local 91 const char* fv_c = GetValue<const char*>(fv); in TEST_F() 93 MS_LOG(INFO) << "" << GetValue<const char*>(fv); in TEST_F()
|