Home
last modified time | relevance | path

Searched defs:wf (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dtypeinfo01.f90131 procedure :: rf, ru, wf, wu method
152 subroutine wf(x,u,iot,v,iostat,iomsg) subroutine
167 …_1,proc=ru),specialbinding(which=18_1,rank=0_1,isargdescriptorset=1_1,proc=wf),specialbinding(whic… argument
201 subroutine wf(x,u,iot,v,iostat,iomsg) subroutine
216 …_1,proc=ru),specialbinding(which=18_1,rank=0_1,isargdescriptorset=0_1,proc=wf),specialbinding(whic… argument
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dmask.pass.cpp26 const WF& wf = std::use_facet<WF>(l); in main() local
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dmask.pass.cpp27 const WF& wf = std::use_facet<WF>(l); in main() local
/external/python/cpython2/Python/
Dmarshal.c466 WFILE wf; in PyMarshal_WriteLongToFile() local
481 WFILE wf; in PyMarshal_WriteObjectToFile() local
1220 WFILE wf; in PyMarshal_WriteObjectToString() local
1257 WFILE wf; in marshal_dump() local
/external/python/cpython2/Demo/pdist/
Dserver.py69 def _dorequest(self, rf, wf): argument
/external/python/cpython3/Python/
Dmarshal.c556 w_init_refs(WFILE *wf, int version) in w_init_refs()
571 w_clear_refs(WFILE *wf) in w_clear_refs()
583 WFILE wf; in PyMarshal_WriteLongToFile() local
598 WFILE wf; in PyMarshal_WriteObjectToFile() local
1565 WFILE wf; in PyMarshal_WriteObjectToString() local
/external/angle/src/tests/perf_tests/
DMultiviewPerf.cpp384 const float wf = static_cast<float>(w) / viewWidth; in renderScene() local
464 float wf = static_cast<float>(w) / viewWidth; in initializeBenchmark() local
/external/libffi/src/sparc/
Dffi64.c124 unsigned int *wi = vi, *wf = vf; in ffi_struct_float_merge() local
150 unsigned int *wd = vd, *wi = vi, *wf = vf; in ffi_struct_float_copy() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c266 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
419 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
Dvariance_sse2.c441 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
512 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
/external/libtextclassifier/native/utils/hash/
Dcityhash.cc138 uint64_t wf = a + z; in HashLen33to64() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h236 uint64_t wf = a + z; in hash_33to64_bytes() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h235 uint64_t wf = a + z; in hash_33to64_bytes() local
/external/llvm/include/llvm/ADT/
DHashing.h236 uint64_t wf = a + z; in hash_33to64_bytes() local
/external/lua/src/
Dlstate.c449 lua_WarnFunction wf = G(L)->warnf; in luaE_warning() local
/external/llvm-project/llvm/include/llvm/ADT/
DHashing.h239 uint64_t wf = a + z; in hash_33to64_bytes() local
/external/libaom/libaom/aom_dsp/x86/
Dvariance_avx2.c247 #define AOM_SUB_PIXEL_VAR_AVX2(w, h, wf, wlog2, hlog2) \ argument
289 #define AOM_SUB_PIXEL_AVG_VAR_AVX2(w, h, wf, wlog2, hlog2) \ argument
Dhighbd_variance_sse2.c286 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
467 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ argument
Dvariance_sse2.c358 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
433 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ argument
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc158 std::unique_ptr<WritableFile>* wf) { in NewWritableFile()
/external/lmfit/lib/
Dlmmin.c219 double* wf = (double*)pws; in lmmin() local
/external/webrtc/api/
Darray_view_unittest.cc67 ArrayView<const char, 2> wf(arr, 2); in TEST() local