Home
last modified time | relevance | path

Searched defs:fv (Results 1 - 22 of 22) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DvoidFunctionAssignmentCompat.js5 var fv = function(): void {} function
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dfunction-ptr.c9 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void), int (*fip)(int *), int (*fim)(int (*)[3]), int (*fvp)(void *), int (*ffp)(int (*)(int))) in arg() argument
100 int (*fv)(void); member
/third_party/icu/icu4c/source/test/cintltst/
H A Dunumberrangeformattertst.c98 const UFormattedValue* fv = unumrf_resultAsValue(uresult, &ec); in TestFormattedValue() local
H A Duformattedvaluetst.c190 checkFormattedValueString( const char* message, const UFormattedValue* fv, const UChar* expectedString, UErrorCode* ec) checkFormattedValueString() argument
209 checkFormattedValue( const char* message, const UFormattedValue* fv, const UChar* expectedString, UFieldCategory expectedCategory, const UFieldPosition* expectedFieldPositions, int32_t expectedFieldPositionsLength) checkFormattedValue() argument
242 checkMixedFormattedValue( const char* message, const UFormattedValue* fv, const UChar* expectedString, const UFieldPositionWithCategory* expectedFieldPositions, int32_t length) checkMixedFormattedValue() argument
[all...]
H A Dunumberformattertst.c225 const UFormattedValue* fv = unumf_resultAsValue(uresult, &ec); in TestFormattedValue() local
H A Dcrelativedateformattest.c467 UFormattedRelativeDateTime* fv = ureldatefmt_openResult(&status); in TestNumericField() local
663 const UFormattedValue* fv in TestFields() local
681 const UFormattedValue* fv = ureldatefmt_resultAsValue(frdt, &ec); TestFields() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedValueTest.java149 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument
154 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedValueTest.java152 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTextureUtil.hpp139 inline deUint8 floatToU8 (float fv) in floatToU8() argument
141 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
/third_party/icu/icu4c/source/test/intltest/
H A Dformattedvaluetest.cpp167 checkFormattedValue( const char16_t* message, const FormattedValue& fv, UnicodeString expectedString, UFieldCategory expectedCategory, const UFieldPosition* expectedFieldPositions, int32_t length) checkFormattedValue() argument
200 checkMixedFormattedValue( const char16_t* message, const FormattedValue& fv, UnicodeString expectedString, const UFieldPositionWithCategory* expectedFieldPositions, int32_t length) checkMixedFormattedValue() argument
[all...]
H A Dreldatefmttest.cpp1421 FormattedRelativeDateTime fv = fmt.formatToValue(1, UDAT_REL_UNIT_DAY, status); in TestFields() local
1434 FormattedRelativeDateTime fv = fmt.formatToValue(3, UDAT_REL_UNIT_DAY, status); in TestFields() local
1450 FormattedRelativeDateTime fv = fmt.formatToValue(UDAT_DIRECTION_NEXT, UDAT_ABSOLUTE_MONDAY, status); in TestFields() local
1463 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, UDAT_REL_UNIT_WEEK, status); in TestFields() local
1481 FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_DIRECTION_LAST, UDAT_RELATIVE_HOURS, status); in TestFields() local
1499 FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_REL_UNIT_HOUR, status); TestFields() local
1532 FormattedRelativeDateTime fv = fmt.formatToValue(-100, UDAT_REL_UNIT_YEAR, status); TestRBNF() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dxv.c108 XvImageFormatValues *fv; in xv_write_header() local
/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.cc839 double const fv = OpParameter<double>(node->op()); in GetWord32RepresentationFor() local
1108 double const fv = OpParameter<double>(node->op()); in GetWord64RepresentationFor() local
/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.cc1410 const FormToVisitorFnMap* fv = CPUFeaturesAuditor::GetFormToVisitorFnMap(); in Visit() local
H A Ddisasm-aarch64.cc5584 const FormToVisitorFnMap *fv = Disassembler::GetFormToVisitorFnMap(); in Disassembler() local
H A Dsimulator-aarch64.cc2131 const FormToVisitorFnMap* fv = Simulator::GetFormToVisitorFnMap(); in Simulator() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp220 const tcu::Vec4 fv = Vec4(f0, f1, 1.0f-f0, 1.0f-f1); in shadeFragments() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c1433 const float fv = u_minify(src->height0 << nv50_miptree(src)->ms_y, l); in nv50_blit_3d() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c1252 const float fv = u_minify(src->height0 << nv50_miptree(src)->ms_y, l); in nvc0_blit_3d() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp907 Float4 fu, fv; in sampleFloat2D() local
1000 Float4 fu, fv, fw; in sampleFloat3D() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1223 Float4 fu, fv; in sampleFloat2D() local
1292 Float4 fu, fv, fw; in sampleFloat3D() local
[all...]
/third_party/optimized-routines/math/test/
H A Dulp.c236 static const float fv[2] = {1.0f, -INFINITY}; variable

Completed in 55 milliseconds